/*
Theme Name: Cash Machine
Author: DAEB Online
Author URI: http://webpinas.com/
*/

@import url("css/fonts.css");

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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

feature {padding-bottom: 0px; !}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#000000;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

.clear {
	clear:both;
}

img {
	max-width:100%;
	height:auto;
}

.container {
	width:100%;
	min-width:1000px;
	margin:0 auto;
	padding-top:22px;
}

.wrap {
	width:1000px;
	margin:0 auto;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.header {
	padding:0px 0px 35px 0px;
	text-align:center;
	font-family: 'Cabin Sketch', cursive;
}

.header h3 {
	font-size:50px;
	line-height:54px;
	color:#000;
	padding-bottom:15px;
	text-shadow:-1px 0px #000;
	font-family: 'Cabin Sketch', cursive;
}

.header h2 {
	font-size:99px;
	line-height:99px;
	color:#ff0000;
	padding-bottom:10px;
	text-shadow:-1px 0px #ff0000;
}

.header h4 {
	font-size:40px;
	line-height:40px;
	color:#000;
	background-image:url(images/highlight.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	display:block;
	padding:22px 10px 25px 10px;
	text-shadow:-1px 0px #000;
}

.content-area {
	padding-bottom:20px;
}

.landing-top {
	padding-bottom:29px;
}

.lt-lhs {
	float:left;
	width:614px;
}

.video {
	margin-bottom:35px;
	border:#000 solid 3px;
}

.video img {
	display:block;
	width:100%;
	height:418px;
}


.video iframe {
	display:block;
	width:100%;
	height:418px;
}

.wyg {
	overflow:hidden;
}

.wyg-rhs {
	float:right;
	width:244px;
}

.wyg-lhs {
	float:left;
	width:350px;
	font-size:18px;
	line-height:21px;
}

.wyg-lhs h2 {
	font-size:41px;
	line-height:41px;
	padding-bottom:15px;
	color:#ff0000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #ff0000;
}

.wyg-list {
	padding-bottom:10px;
}

.wyg-list li {
	padding:15px 0px 11px 54px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:25px;
}

.wyg-list li strong {
	font-weight:700;
}

.value-list {
	padding:20px 0px 5px 0px;
	border-top:#000 dashed 1px;
	border-bottom:#000 dashed 1px;
	margin-bottom:20px;
}

.value-list li {
	font-weight:700;
	padding-bottom:15px;
}

.value-list li strong {
	margin-left:50px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	display:inline-block;
	padding:0px 5px 5px 5px;
}

.value-list li:nth-child(2) strong {
	margin-left:40px;
}

.value-list li:nth-child(3) strong {
	margin-left:60px;
}

.wyg p {
	font-size:18px;
	line-height:22px;




	clear:both;
	padding-bottom:20px;
}

.lt-rhs {
	float:right;
	width:351px;
}

.reg-form {
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:21px 0px 15px 0px;
	-moz-box-shadow:    inset 0 0 20px #ccc;
	-webkit-box-shadow: inset 0 0 20px #ccc;
	box-shadow:         inset 0 0 20px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	position:relative;
}

.rf-top {
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

.rf-top h2 {
	font-size:38px;
	line-height:38px;
	color:#ff0000;
	font-weight:700;
	padding-bottom:5px;
}

.rf-top h3 {
	font-size:17px;
	line-height:17px;
	color:#000;
	text-transform:uppercase;
}

.rf-top img {
	display:block;
	max-width:90%;
	height:auto;
	margin:0 auto;
}

.cta-box {
	text-align:center;
	padding-bottom:8px;
}

.cta-box label {
	display:none;
}

.cta-box input {
	height:37px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.cta-box input:focus {
	border:#999 solid 1px;
}

.cta-box select {
	height:37px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:88%;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.ctab-head {
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding:10px 0px 15px 20px;
}

.ctab-head2 {
	font-size:14px;
	line-height:16px;
	padding:7px 40px 12px 20px;
}

.cta-box2 {
	padding:2px 20px 12px 20px;
	font-size:14px;
	color:#000;
}

.cta-box2 input {
	vertical-align:bottom;
	margin:0px 5px 0px 0px;
}

.cta-box2 a {
	color:#ff0000;
	text-decoration:none;
}

.cta-box2 a:hover {
	color:#ff0000;
	text-decoration:underline;
}

::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

.cta-button {
	text-align:center;
	padding-bottom:10px;
}

.cta-button input {
	width:350px;
	height:84px;
	background-image:url(images/order-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-size:100% 100%;
}

.cards {
	text-align:center;
}

.cards ul li {
	display:inline;
}

.pointer {
	position:absolute;
	right:-70px;
	bottom:90px;
}

.gurantee-box {
	background-color:#f3f3f3;
	border:#000 dashed 6px;
	padding:25px 40px 15px 40px;
	overflow:hidden;
	margin-bottom:30px;
}

.gurantee-box h2 {
	font-size:40px;
	line-height:42px;
	color:#ff0000;
	padding-bottom:10px;
	font-family: 'Cabin Sketch', cursive;
	text-align:center;
	text-shadow:-1px 0px #ff0000;
	
}

.grt-img {
	float:right;
	margin:0px 0px 10px 20px;
}

.gurantee-box p {
	font-size:18px;
	line-height:22px;
	padding-top:10px;
}

.gurantee-box p strong {
	font-weight:700;
}

.landing-bottom {
	overflow:hidden;
}

.landing-bottom h2 {
	font-size:37px!important;
	line-height:40px!important;
	color:#000!important;
	padding-bottom:15px!important;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #000!important;
}

.lb-img {
	float:right;
	padding:15px 0px 10px 20px;
}

.landing-bottom ul li {
	font-size:18px!important;
	line-height:21px!important;
	padding:10px 0px 11px 54px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:25px;
	font-weight:400!important;
}


.landing-bottom ul li strong {
	font-weight:700;
}




.footer {
	border-top:#000 dashed 1px;
	padding:22px 0px 25px 0px;
	font-size:14px;
	overflow:hidden;
}

.footer strong {
	font-weight:600;
}

.footer a {
	font-weight:600;
	color:#000;
	text-decoration:none;
}

.footer a:hover {
	color:#ff0404;
	text-decoration:none;
}

.copyright {
	float:left;
}

.copyright a {
	padding-left:20px;
}

.powered {
	float:right;
}

.webinar-header {
	padding-bottom:30px;
	text-align:center;
}

.webinar-header h3 {
	font-size:50px;
	line-height:54px;
	color:#000;
	padding-bottom:15px;
	text-shadow:-1px 0px #000;
	font-family: 'Cabin Sketch', cursive;
	padding-top:10px;
}

.webinar-header h2 {
	font-size:98px;
	line-height:98px;
	color:#ff0000;
	padding-bottom:5px;
	text-shadow:-1px 0px #ff0000;
	font-family: 'Cabin Sketch', cursive;
}

.webinar-header p {
	font-size:23px;
	line-height:30px;
	color:#000;
	text-shadow:0px 0px #000;
}

.webinar-header p strong {
	font-weight:700;
}

.webinar-top {
	padding-bottom:30px;
}

.video-webinar {
	float:left;
	width:620px;
	overflow:hidden;
	padding-top:45px;
}

.video-webinar img {
	display:block;
	width:100%;
	height:444px;
}

.video-webinar iframe {
	display:block;
	width:622px;
	height:350px;
	background-color:#fff;
}

.wt-rhs {
	float:right;
	width:351px;
}


.webinar-form {
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:17px 0px 13px 0px;
	-moz-box-shadow:    inset 0 0 20px #ccc;
	-webkit-box-shadow: inset 0 0 20px #ccc;
	box-shadow:         inset 0 0 20px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	position:relative;
}

.wf-top {
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

.wf-top h2 {
	font-size:20px;
	line-height:24px;
	color:#ff0000;
	font-weight:700;
	padding-bottom:5px;
}

.wf-top h3 {
	font-size:20px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:5px;
}

.wf-top h5 {
	font-size:16px;
	line-height:17px;
	color:#000;
	padding-bottom:9px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.wf-img {
	padding-bottom:8px;
}

.wf-button {
	text-align:center;
}

.wf-button input {
	width:351px;
	height:84px;
	background-image:url(images/register-me-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-size:100% 100%;
}


.pointer-wf {
	position:absolute;
	right:-70px;
	bottom:45px;
}

.webinar-bottom {
	overflow:hidden;
	padding-bottom:10px;
	background-image:url(images/webinar1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:450px;
}

.webinar-bottom h2 {
	font-size:43px;
	line-height:43px;
	padding-bottom:10px;
	color:#ff0000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #ff0000;
}


.webinar-bottom ul li {
	padding:15px 0px 11px 54px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:25px;
	font-size:18px;
	line-height:20px;
	font-weight:600;
}


.upsell-header {
	padding-bottom:30px;
	text-align:center;
}

.upsell-header h3 {
	font-size:52px;
	line-height:54px;
	color:#ff0000;
	padding-bottom:15px;
	text-shadow:-1px 0px #ff0000;
	font-family: 'Cabin Sketch', cursive;
	padding-top:10px;
	word-spacing:2px;
}

.upsell-header h4 {
	font-size:35px;
	line-height:36px;
	color:#000;
	padding-bottom:15px;
	text-shadow:-1px 0px #000;
	font-family: 'Cabin Sketch', cursive;
}

.upsell-header p {
	font-size:20px;
	line-height:24px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.upsell-form {
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:21px 5px 16px 24px;
	-moz-box-shadow:    inset 0 0 20px #ccc;
	-webkit-box-shadow: inset 0 0 20px #ccc;
	box-shadow:         inset 0 0 20px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	position:relative;
	margin-bottom:20px;
	min-height:300px;
}

.upf-top {
	width:669px;
}

.upf-top h2 {
	font-size:30px;
	line-height:33px;
	padding-bottom:15px;
	color:#ff0000;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}

.upf-top p {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}

.upsell-book {
    position: absolute;
    right: 80px;
    top: 30px;
}

.upf-form-wrap {
	overflow:hidden;
}

.upf-lhs {
	float:left;
	width:650px;
	overflow:hidden;
}

.upf-box {
	padding-bottom:11px;
	float:left;
	width:50%;
}

.upf-box label {
	display:none;
}

.upf-box input {
	height:37px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:84%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.upf-box input:focus {
	border:#aaa solid 1px;
}

.upf-button {
	float:right;
	padding-top:125px;
}

.upf-button input {
	width:319px;
	height:77px;
	background-image:url(images/send-my-free-book.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-size:100% 100%;
}

.upf-pointer {
	position:absolute;
	right:-70px;
	bottom:50px;
}

.upsell-bottom {
	overflow:hidden;
	padding-top:10px;
}

.upsell-bottom h2 {
	font-size:43px;
	line-height:43px;
	padding-bottom:10px;
	color:#ff0000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #ff0000;
}

.upsell-img {
	float:right;
	padding:0px 0px 20px 0px;
	width:400px;
}


.upsell-bottom ul li {
	padding:17px 0px 5px 54px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:28px;
	font-size:18px;
	line-height:20px;
	font-weight:600;
}

.no-thanks {
	clear:both;
	padding:25px 0px 20px 0px;
	text-align:center;
	font-family: 'Cabin Sketch', cursive;
	font-size:35px;
	line-height:38px;
	color:#0e41cb;
	text-shadow:-1px 0px #0e41cb;
}

.no-thanks a {
	color:#0e41cb;
	text-decoration:underline;
}

.no-thanks a:hover {
	color:#FF0000;
	text-decoration:underline;
	text-shadow:-1px 0px #FF0000;
}

.thankyou-top {
	text-align:center;
	padding-bottom:30px;
	font-family: 'Cabin Sketch', cursive;
}

.thankyou-top h2 {
	font-size:70px;
	line-height:70px;
	padding-bottom:10px;
	color:#ff0000;
	text-shadow:-1px 0px #ff0000;
}

.thankyou-top h3 {
	font-size:40px;
	line-height:45px;
	color:#000;
	text-shadow:-1px 0px #000;
}

.thankyou-main p {
	font-size:18px;
	line-height:21px;
	padding-bottom:20px;
}

.thankyou-main p strong {
	font-weight:700;
}


.thankyou-main h5 {
	font-size:20px;
	line-height:21px;
	padding-bottom:20px;
	color:#F00;
	font-weight:700;
}

.record-details {
	text-align:center;
	margin-bottom:30px;
	background-image:url(images/record-details.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	min-height:250px;
}

.rd-head {
	font-size:37px;
	line-height:37px;
	padding-bottom:20px;
	color:#ff0000;
	text-shadow:-1px 0px #ff0000;
	font-family: 'Cabin Sketch', cursive;
}

.rd-box {
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:25px 10px 25px 10px;
	-moz-box-shadow:    inset 0 0 20px #ccc;
	-webkit-box-shadow: inset 0 0 20px #ccc;
	box-shadow:         inset 0 0 20px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:520px;
	margin:0 auto;
}

.rdb-txt1 {
	font-size:60px;
	line-height:60px;
	padding-bottom:7px;
	color:#000;
	text-shadow:-1px 0px #000;
	font-family: 'Cabin Sketch', cursive;
}

.rdb-txt2 {
	font-size:28px;
	line-height:30px;
	padding-bottom:15px;
	color:#ff0000;
	font-family: 'Oswald', sans-serif;
}

.rdb-txt3 {
	font-size:25px;
	line-height:30px;
	font-weight:600;
}

.thankyou-top h4 {
	font-size:48px;
	line-height:55px;
	padding-bottom:10px;
	color:#ff0000;
	text-shadow:-1px 0px #ff0000;
}

.cong {
	text-align:center;
	font-size:38px;
	line-height:45px;
	padding-bottom:20px;
	color:#ff0000;
	text-shadow:-1px 0px #ff0000;
	font-family: 'Cabin Sketch', cursive;
}

.thankyou-main h3 {
	font-size:40px;
	line-height:45px;
	padding-bottom:20px;
	color:#000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #000;
}

.thankyou-main h4 {
	font-size:21px;
	line-height:28px;
	padding-bottom:20px;
	color:#000;
	font-weight:700;
}

.sub-contents {
	min-height:300px;
}

.sub-contents h1 {
	font-size:32px;
	line-height:35px;
	padding-bottom:10px;
	color:#F00;
	font-weight:700;
	border-bottom:#000 dashed 1px;
	margin-bottom:20px;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #f00;
}

.sub-contents p {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}

.sub-contents h2 {
	font-size:28px;
	line-height:32px;
	padding-bottom:20px;
	color:#000;
	font-weight:700;
}

.sub-contents h3 {
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
	color:#000;
	font-weight:700;
}

.sub-contents h4 {
	font-size:23px;
	line-height:26px;
	padding-bottom:20px;
	color:#000;
	font-weight:700;
}

.sub-contents h5 {
	font-size:21px;
	line-height:25px;
	padding-bottom:20px;
	color:#F00;
	font-weight:700;
}

.sub-contents ul {
	padding-bottom:10px;
	font-size:18px;
	line-height:22px;
	padding-left:20px;
}

.sub-contents ul li {
	list-style:disc;
	padding-bottom:10px;
}

.sub-contents ol {
	padding-bottom:10px;
	font-size:18px;
	line-height:22px;
	padding-left:25px;
}

.sub-contents ol li {
	list-style:decimal;
	padding-bottom:10px;
}

.webinar-header br {
	display:none;
}

.webinar-header h5 {
	font-size:25px;
	line-height:28px;
	padding-bottom:10px;
	font-family: 'Cabin Sketch', cursive;
	color:#000;
	text-shadow:-1px 0px #000;
}

.r-video {
	background-color:#000;
	margin: 0 auto 20px auto !important;
        width: 888px;
}

.r-video br {
	display:none;
}

.r-video img {
	display:block;
	width:100%;
	height:500px;
}

.r-video iframe {
	display:block;
	width:100%;
	height:500px;
}

.registration h4 {
	font-size:23px;
	line-height:28px;
	padding-bottom:20px;
}


.registration h2 {
	font-size:42px;
	line-height:45px;
	padding-bottom:15px;
	color:#F00;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #F00;
}

.list-wrap {
	overflow:hidden;
	padding-bottom:20px;
}

.list-wrap ul {
	float:left;
	width:50%;
}

.registration ul li {
	padding:15px 20px 5px 54px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:32px;
	font-size:24px;
	line-height:27px;
	font-weight:600;
}

.registration h5 {
	text-align:center;
	font-size:23px;
	line-height:30px;
	font-weight:700;
	padding-bottom:20px;
}

.leaders-list {
	overflow:hidden;
	padding-bottom:10px;
}

.leaders-list li {
	width:150px;
	height:180px;
	padding:0px!important;
	background-image:none!important;
	float:left;
	margin:0px 16px 10px 0px;
}

.book-now {
	text-align:center;
	padding:20px 0px 20px 0px;
}

.registration-form {
	margin:20px 0px 10px 0px;
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:26px 20px 20px 20px;
	-moz-box-shadow:    inset 0 0 20px #bbb;
	-webkit-box-shadow: inset 0 0 20px #bbb;
	box-shadow:         inset 0 0 20px #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	position:relative;
}

.rf-head1 {
	text-align:center;
	font-size:58px;
	line-height:58px;
	color:#ff0000;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	padding-bottom:10px;
}

.rf-head2 {
	text-align:center;
	font-size:25px;
	line-height:27px;
	color:#000;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.rf-row {
	overflow:hidden;
}

.rf-box {
	text-align:center;
	padding-bottom:16px;
	float:left;
	width:33%;
}

.rf-box label {
	display:none;
}

.rf-box input {
	height:37px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:86%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.rf-box input:focus {
	border:#999 solid 1px;
}

.rf-head3 {
	font-size:20px;
	line-height:24px;
	color:#000;
	padding-bottom:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#000;
	padding-left:10px;
}

.rf-box select {
	height:39px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:95%;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.rf-note {
	padding:0px 0px 10px 10px;
	font-size:14px;
	line-height:16px;
	padding-bottom:20px;
}

.rfr-lhs {
	float:left;
	width:635px;
}

.rfr-lhs .rf-box {
	width:50%;
}

.rfr-rhs {
	float:right;
	position:relative;
}


.rf-box2 {
	position:absolute;
	left:-270px;
	top:5px;
	font-size:14px;
	color:#000;
}

.rf-box2 input {
	vertical-align:bottom;
	margin:0px 5px 0px 0px;
}

.rf-box2 a {
	color:#ff0000;
	text-decoration:none;
}

.rf-box2 a:hover {
	color:#ff0000;
	text-decoration:underline;
}


.rf-button input {
	width:319px;
	height:77px;
	background-image:url(images/register-button.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-size:100% 100%;
}

.rf-pointer {
	position:absolute;
	right:-70px;
	bottom:65px;
}

.button-wrap {
	position:relative;
	padding-bottom:30px;
	padding-top:40px;
}

.arrow-left {
	position:absolute;
	left:-80px;
	top:-20px;
}

.arrow-right {
	position:absolute;
	right:-80px;
	top:-20px;
}

.ch-button1 {
	float:left;
}

.ch-button2 {
	float:right;
}

.registration .landing-bottom {
	padding-bottom:20px;
}

.wyg-sub {
	overflow:hidden;
	padding-bottom:30px;
}

.wyg-sub-img {
	float:right;
	width:300px;
	padding-top:30px;
}

.wyg-sub ul li {
	padding:15px 20px 19px 54px;
	font-weight:700;
}

.wyg-sub ul li strong {
	color:#ce0303;
}

.total-value {
	text-align:center;
	padding-bottom:40px;
}

.tv-txt1 {
	font-size:62px;
	line-height:62px;
	padding-bottom:5px;
	color:#F00;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #F00;
}

.tv-txt2 {
	font-size:39px;
	line-height:45px;
	font-weight:700;
}

.po-box {
	background-color:#ffff99;
	padding:25px;
	text-align:center;
	margin-bottom:30px;
}

.po-txt1 {
	font-size:45px;
	line-height:45px;
	padding-bottom:10px;
	color:#ff0000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #F00;
}

.po-txt2 {
	font-size:21px;
	line-height:27px;
	font-weight:700;
}

.challenge-box {
	border:#000 solid 3px;
	padding:20px 25px 10px 25px;
	margin-bottom:20px;
	text-align:center;
}

.cb-head {
	background-image:url(images/cbh-head.jpg);
	background-repeat:no-repeat;
	background-position:95% top;
	background-size: auto 100%;
	padding:30px 360px 30px 0px;
	text-align:center;
}

.cbh1 {
	font-size:70px;
	line-height:70px;
	color:#ff0000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #F00;
}

.cbh2 {
	font-size:45px;
	line-height:45px;
	color:#000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #000;
}

.challenge-box p {
	font-size:20px;
	line-height:28px;
	padding-bottom:20px;
}

.challenge-box p strong {
	font-weight:700;
}

.challenge-box p em {
	text-decoration:underline;
}

.total-value2 {
	text-align:center;
	margin-bottom:30px;
	background-image:url(images/total-value.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
}

.tv2-txt1 {
	font-size:62px;
	line-height:62px;
	padding-bottom:5px;
	color:#F00;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #F00;
}

.tv2-txt2 {
	font-size:39px;
	line-height:45px;
	font-weight:700;
}

.po-box2 {
	padding:25px;
	text-align:center;
	margin-bottom:30px;
	border:#000 solid 3px;
}

.gurantee-box2 {
	background-color:#f3f3f3;
	border:#000 dashed 6px;
	padding:25px 35px 12px 35px;
	overflow:hidden;
	margin-bottom:30px;
}

.gurantee-box2 h2 {
	font-size:43px;
	line-height:45px;
	color:#ff0000;
	padding-bottom:10px;
	font-family: 'Cabin Sketch', cursive;
	text-align:center;
	text-shadow:-1px 0px #ff0000;
	letter-spacing:1px;
	
}

.grt-img2 {
	float:right;
	margin:0px 0px 10px 10px;
}

.gurantee-box2 p {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}

.gurantee-box2 p strong {
	font-weight:700;
}

.gurantee-box2 h3 {
	font-size:27px;
	line-height:30px;
	color:#000;
	font-family: 'Cabin Sketch', cursive;
	text-shadow:-1px 0px #000;
	letter-spacing:1px;
	padding-bottom:20px;
}

.gurantee-box2 .ctr {
	clear:both;
	text-align:center;
}

.gb-large {
	font-size:24px;
}

.where {
	background-image:url(images/location.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	padding-top:305px;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.loc {
	background-image:url(images/loc-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:183px;
	text-align:center;
	color:#fff;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.loc1 {
	padding:75px 0px 0px 0px;
	font-size:47px;
	line-height:48px;
	font-weight:700;
}

.loc1 strong {
	vertical-align: super;
	font-size:25px;
}

.loc2 {
	font-size:32px;
	line-height:34px;
	font-weight:700;
}

.guest-page-header {
	padding-bottom:30px;
	text-align:center;
}

.guest-page-header br {
	display:none;
}

.guest-page-header h2 {
	font-size:75px;
	line-height:80px;
	color:#ff0000;
	letter-spacing:1px;
	padding:0px 30px 15px 30px;
	text-shadow:-1px 0px #ff0000;
	font-family: 'Cabin Sketch', cursive;
}

.guest-page-header p {
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#000;
}


.guest-form {
	margin-bottom:10px;
	background-image:url(images/form-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:26px 20px 20px 20px;
	-moz-box-shadow:    inset 0 0 20px #bbb;
	-webkit-box-shadow: inset 0 0 20px #bbb;
	box-shadow:         inset 0 0 20px #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	position:relative;
}

.gf-head1 {
	text-align:center;
	font-size:40px;
	line-height:40px;
	color:#ff0000;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	padding-bottom:15px;
}

.gf-head3 {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height:38px;
	padding:0px 100px 15px 273px;
	text-align:center;
	background-image:url(images/gf-head3.png);
	background-repeat:no-repeat;
	background-position:90px top;
}

.gf-head2 {
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#000;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.gf-row {
	overflow:hidden;
}

.gf-box {
	text-align:center;
	padding-bottom:16px;
	float:left;
	width:33%;
}

.gf-box label {
	display:none;
}

.gf-box input {
	height:37px;
	border:#cecece solid 1px;
	padding:0px 15px 0px 15px;
	width:86%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#000;
	 -moz-box-shadow:    inset 0 0 10px #dfdfdf;
   -webkit-box-shadow: inset 0 0 10px #dfdfdf;
   box-shadow:         inset 0 0 10px #dfdfdf;
}

.gf-box input:focus {
	border:#999 solid 1px;
}


.gf-button {
	text-align:center;
	clear:both;
	background-image:url(images/gf-pointer.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.gf-button input {
	width:351px;
	height:84px;
	background-image:url(images/register-me-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-size:100% 100%;
}



@media only screen and (min-width: 960px) and (max-width: 999px) {
	
.container {
	min-width:950px;
}

.wrap {
	width:950px;
}

.header h3 {
	font-size:36px;
	line-height:38px;
}


.header h4 {
	font-size:32px;
	line-height:34px;
}

.lt-lhs {
	float:left;
	width:580px;
}

.video img {
	height:400px;
}

.video iframe {
	height:400px;
}

.wyg-rhs {
	width:220px;
}

.wyg-lhs {
	width:350px;
}

.pointer {
	display:none;
}

.gurantee-box {
	padding:25px 30px 15px 30px;
}

.footer {
	text-align:center;
}


.copyright {
	float:none;
	padding-bottom:15px;
}

.copyright a {
	padding-left:15px;
}

.powered {
	float:none;
}



.webinar-header h3 {
	font-size:45px;
	line-height:50px;
}

.webinar-header h2 {
	font-size:88px;
	line-height:88px;
}

.webinar-header p {
	font-size:22px;
	line-height:28px;
}

.webinar-header p strong {
	font-weight:700;
}

.webinar-top {
	padding-bottom:10px;
}

.video-webinar {
	width:580px;
}

.video-webinar img {
	height:420px;
}

.video-webinar iframe {
	width:582px;
	height:327px;
}



.pointer-wf {
	display:none;
}

.webinar-bottom {
	padding-right:400px;
	background-size:400px auto;
	background-position:right center;
}


.upsell-header h3 {
	word-spacing:0px;
}

.upf-top {
	width:650px;
}

.upsell-book {
	width:280px;

}

.upf-lhs {
	width:600px;
}

.upf-pointer {
	display:none;
}


.thankyou-top h2 {
	font-size:65px;
	line-height:65px;
}

.thankyou-top h4 {
	font-size:46px;
	line-height:53px;
}


.cong {
	font-size:36px;
	line-height:43px;
}

.r-video {
    width: 853px;
}

.r-video img {
	height:480px;
}

.r-video iframe {
	height:480px;
}

.leaders-list li {
	margin:0px 0px 10px 20px;
}


.rfr-lhs {
	float:none;
	width:600px;
}

.rfr-rhs {
	float:none;
}


.rf-box2 {
	position:static;
	padding-left:10px;
}

.rf-button {
	float:none;
	text-align:center;
}


.rf-pointer {
	position:absolute;
	right:240px;
	bottom:45px;
}


.button-wrap {
	padding-top:20px;
}

.arrow-left {
	position:absolute;
	left:120px;
	top:20px;
}

.arrow-right {
	position:absolute;
	right:120px;
	top:20px;
}

.ch-button1 {
	float:none;
	text-align:center;
	padding-bottom:10px;
}

.ch-button2 {
	float:none;
	text-align:center;
}




.cb-head {
	padding:20px 360px 40px 0px;
}

.cbh1 {
	font-size:68px;
	line-height:68px;
}

.cbh2 {
	font-size:43px;
	line-height:43px;
}



.tv2-txt1 {
	font-size:60px;
	line-height:60px;
}

.tv2-txt2 {
	font-size:36px;
	line-height:43px;
}


.where {
	padding-top:293px;
}

.gf-head1 {
	font-size:38px;
	line-height:40px;
}

}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}

.header {
	padding:0px 0px 35px 0px;
}

.header h3 {
	font-size:35px;
	line-height:38px;
}

.header h2 {
	font-size:80px;
	line-height:80px;
}

.header h4 {
	font-size:30px;
	line-height:30px;
}


.lt-lhs {
	float:none;
	width:auto;
}

.video {
	width:610px;
	margin:0 auto 35px auto;
}


.wyg-lhs {
	width:500px;

}

.wyg-list li {
	padding:15px 0px 20px 54px;

}


.lt-rhs {
	float:none;
	width:351px;
	margin:0 auto;
}

.gurantee-box {
	padding:25px 25px 20px 25px;
}

.gurantee-box h2 {
	font-size:36px;
	line-height:40px;
}


.lb-img {
	width:40%;
}

.footer {
	text-align:center;
}

.copyright {
	float:none;
	padding-bottom:10px;
}

.powered {
	float:none;
}


.webinar-header {
	padding-bottom:20px;
}


.webinar-header h3 {
	font-size:39px;
	line-height:43px;
}

.webinar-header h2 {
	font-size:98px;
	line-height:98px;
}

.webinar-header p {
	font-size:21px;
	line-height:27px;
}

.webinar-top {
	padding-bottom:30px;
}

.video-webinar {
	float:none;
	margin:0 auto;
	padding-top:0px;
}


.wt-rhs {
	float:none;
	margin:0 auto;
	padding-top:20px;
}


.webinar-bottom {
	background-position:right bottom;
	padding-right:0px;
	padding-bottom:200px;
}

.webinar-bottom ul li:last-child {
	padding-right:240px;
}


.upsell-header h3 {
	font-size:45px;
	line-height:50px;
	word-spacing:0px;
}

.upsell-header h4 {
	font-size:34px;
	line-height:36px;
}

.upsell-header p {
	font-size:19px;
	line-height:23px;
}

.upsell-form {
	padding:20px;
}

.upf-top {
	width:auto;
	text-align:center;
}



.upsell-book {
	position:static;
	text-align:center;
	padding-bottom:20px;
}

.upf-form-wrap {
	overflow:hidden;
}

.upf-lhs {
	float:none;
	width:auto;
}

.upf-box {
	text-align:center;
}



.upf-box input {
	width:85%;
}

.upf-button {
	float:none;
	padding-top:20px;
	text-align:center;
}


.upf-pointer {
	position:absolute;
	right:170px;
	bottom:50px;
	width:40px;
}


.upsell-img {
	width:350px;
	padding-bottom:0px;
}


.no-thanks {
	font-size:33px;
	line-height:36px;
}


.record-details {
	min-height:inherit;
}

.rd-head {
	font-size:33px;
	line-height:33px;
}

.rd-box {
	width:420px;
}

.rdb-txt1 {
	font-size:50px;
	line-height:50px;
}

.rdb-txt2 {
	font-size:26px;
	line-height:33px;
}

.rdb-txt3 {
	font-size:22px;
	line-height:27px;
	padding:0px 20px 0px 20px;
}

.thankyou-top h4 {
	font-size:36px;
	line-height:45px;
}

.cong {
	font-size:33px;
	line-height:40px;
}


.thankyou-main h3 {
	font-size:34px;
	line-height:40px;
}

.thankyou-main h4 {
	font-size:21px;
	line-height:28px;
}

.r-video {
        width: 710px;
}
.r-video img {
	height:400px;
}

.r-video iframe {
	height:400px;
}

.registration h4 {
	font-size:22px;
	line-height:27px;
}


.registration h2 {
	font-size:40px;
	line-height:45px;
}


.registration ul li {
	font-size:21px;
	line-height:25px;
}

.leaders-list li {
	margin:0px 0px 10px 20px;
}



.rf-head1 {
	font-size:45px;
	line-height:45px;
}


.rf-box {
	float:left;
	width:50%;
}

.rfr-lhs {
	float:none;
	width:auto;
}

.rfr-rhs {
	float:none;
}


.rf-box2 {
	position:static;
	padding-left:10px;
}

.rf-button {
	float:none;
	text-align:center;
}

.rf-pointer {
	right:170px;
	bottom:45px;
	width:30px;
}

.button-wrap {
	padding-top:20px;
}

.arrow-left {
	position:absolute;
	left:25px;
	top:20px;
}

.arrow-right {
	position:absolute;
	right:30px;
	top:20px;
}

.ch-button1 {
	float:none;
	text-align:center;
	padding-bottom:10px;
}

.ch-button2 {
	float:none;
	text-align:center;
}


.challenge-box {
	padding:20px 20px 10px 20px;
}

.cb-head {
	background-position:center top;
	background-size:250px auto;
	padding:150px 0px 20px 0px;
}

.tv2-txt1 {
	font-size:52px;
	line-height:52px;
}

.tv2-txt2 {
	font-size:30px;
	line-height:35px;
}

.po-box2 {
	padding:20px;
}

.gurantee-box2 {
	border:#000 dashed 4px;
	padding:25px 25px 12px 25px;
}

.where {
	padding-top:229px;
}

.loc {
	background-size:100% 100%;
	height:173px;
}

.loc1 {
	padding:75px 0px 3px 0px;
	font-size:40px;
	line-height:42px;
}

.loc1 strong {
	font-size:22px;
}

.loc2 {
	font-size:28px;
	line-height:30px;
}

.guest-page-header {
	padding-bottom:25px;
}

.guest-page-header h2 {
	font-size:65px;
	line-height:70px;
	letter-spacing:0px;
	padding:0px 0px 10px 0px;
}

.guest-page-header p {
	font-size:23px;
	line-height:28px;
}


.gf-head1 {
	font-size:35px;
	line-height:40px;
	padding:0px 30px 5px 30px;

}

.gf-head3 {
	font-size:26px;
	line-height:32px;
	padding:10px 30px 15px 173px;
	background-position:left top;
	background-size:auto 100%;
}

.gf-head2 {
	font-size:18px;
	line-height:22px;
}

.gf-box input {
	width:84%;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
}

.wrap {
	min-width:300px;
	width:90%;
}

.header h3 {
	font-size:29px;
	line-height:34px;
}

.header h2 {
	font-size:67px;
	line-height:67px;
}

.header h4 {
	font-size:25px;
	line-height:25px;
	padding:15px 20px 20px 20px;
}

.lt-lhs {
	float:none;
	width:auto;
}

.video {
	width:300px;
	margin:0 auto 20px auto;
}

.video img {
	width:100%;
	height:190px;
}

.video iframe {
	width:100%;
	height:190px;
}

.wyg-rhs {
	display:none;
}

.wyg-lhs {
	float:none;
	width:auto;
	font-size:18px;
	line-height:21px;
}

.wyg-lhs h2 {
	font-size:35px;
	line-height:35px;
}

.lt-rhs {
	float:none;
	width:300px;
	margin:0 auto;
}

.rf-top h2 {
	font-size:32px;
	line-height:32px;
}

.rf-top h3 {
	font-size:16px;
	line-height:16px;
}

.rf-top img {
	width:88%;
	height:auto;
}

.cta-box input {
	width:78%;
}

.cta-box select {
	width:88%;
}

.ctab-head {
	font-size:16px;
	padding:10px 0px 15px 20px;
}

.ctab-head2 {
	font-size:14px;
	line-height:16px;
	padding:7px 40px 12px 20px;
}

.cta-box2 {
	padding:2px 20px 12px 20px;
}


.cta-button input {
	width:300px;
	height:72px;
}

.pointer {
	display:none;
}

.gurantee-box {
	padding:20px;
	border:#000 dashed 3px;
}

.gurantee-box h2 {
	font-size:27px;
	line-height:32px;
}

.grt-img {
	float:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.gurantee-box p {
	font-size:18px;
	line-height:22px;
}


.landing-bottom h2 {
	font-size:37px!important;
	line-height:40px!important;
}

.lb-img {
	float:none;
	padding:0px 0px 10px 0px;
}

.landing-bottom ul li {
	font-size:18px!important;
	line-height:21px!important;
	padding:10px 0px 11px 54px!important;
}

.footer {
	font-size:14px;
	line-height:18px;
}

.copyright {
	float:none;
	padding-bottom:10px;
}


.copyright a {
	padding-left:0px;
	padding-right:10px;
	display:block;
}

.powered {
	float:none;
}

.webinar-header {
	padding-bottom:20px;
}


.webinar-header h3 {

	font-size:30px;
	line-height:34px;
}

.webinar-header h2 {
	font-size:65px;
	line-height:60px;
}

.webinar-header p {
	font-size:18px;
	line-height:22px;
}


.webinar-top {
	padding-bottom:20px;
}

.video-webinar {
	float:none;
	padding-top:0px;
	width:300px;
	margin:0 auto;
}

.video-webinar img {
	width:100%;
	height:190px;
}

.video-webinar iframe {
	width:302px;
	height:170px;
}

.wt-rhs {
	float:none;
	width:300px;
	margin:0 auto;
	padding-top:20px;
}

.wf-top h2 {
	font-size:20px;
	line-height:24px;
	padding:0px 20px 5px 20px;
}

.wf-top h3 {
	font-size:18px;
	line-height:18px;
}

.wf-top h5 {
	font-size:14px;
	line-height:16px;
}


.wf-button input {
	width:300px;
	height:72px;
}


.pointer-wf {
	display:none;
}

.webinar-bottom {
	background-image:none;
	padding-right:0px;
	padding-bottom:0px;
}

.webinar-bottom h2 {
	font-size:40px;
	line-height:40px;
}


.webinar-bottom ul li {
	font-size:18px;
	line-height:20px;
}

.upsell-header h3 {
	font-size:30px;
	line-height:34px;
	word-spacing:0px;
}

.upsell-header h4 {
	font-size:25px;
	line-height:27px;
}

.upsell-header p {
	font-size:18px;
	line-height:21px;
}

.upsell-form {
	padding:15px;
}

.upf-top {
	width:auto;
	text-align:center;
}

.upf-top h2 {
	font-size:25px;
	line-height:27px;
}

.upf-top p {
	font-size:16px;
	line-height:21px;
}

.upsell-book {
	position:static;
	text-align:center;
	padding-bottom:15px;
}

.upf-lhs {
	float:none;
	width:auto;
}

.upf-box {
	float:none;
	width:auto;
	text-align:center;
}

.upf-box input {
	width:88%;
}

.upf-box input:focus {
	border:#aaa solid 1px;
}

.upf-button {
	float:none;
	padding-top:0px;
	text-align:center;
}

.upf-button input {
	width:270px;
	height:65px;
}

.upf-pointer {
	display:none;
}

.upsell-bottom h2 {
	font-size:35px;
	line-height:37px;
}


.upsell-img {
	float:none;
	padding:0px 0px 20px 0px;
	width:auto;
}


.upsell-bottom ul li {
	padding:17px 0px 5px 54px;
	font-size:18px;
	line-height:20px;
}

.no-thanks {
	font-size:27px;
	line-height:30px;
}



.thankyou-top h2 {
	font-size:40px;
	line-height:45px;
}

.thankyou-top h3 {
	font-size:25px;
	line-height:30px;
}


.record-details {
	text-align:center;
	background-image:none;
	min-height:inherit;
}

.rd-head {
	font-size:30px;
	line-height:32px;
}

.rd-box {
	padding:25px 10px 25px 10px;
	width:auto;
}

.rdb-txt1 {
	font-size:50px;
	line-height:50px;
}

.rdb-txt2 {
	font-size:24px;
	line-height:30px;
}

.rdb-txt3 {
	font-size:17px;
	line-height:23px;
}

.thankyou-top h4 {
	font-size:30px;
	line-height:35px;
}

.cong {
	font-size:25px;
	line-height:33px;
}

.thankyou-main h3 {
	font-size:30px;
	line-height:35px;
}

.thankyou-main h4 {
	font-size:20px;
	line-height:27px;
}

.webinar-header h5 {
	font-size:23px;
	line-height:26px;
}

.r-video {
	width:294px;
	margin:0 auto 20px auto;
}

.r-video img {
	height:190px;
}

.r-video iframe {
	height:165px;
}

.registration h4 {
	font-size:20px;
	line-height:25px;
}


.registration h2 {
	font-size:35px;
	line-height:40px;
}

.list-wrap ul {
	float:none;
	width:auto;
}

.registration ul li {
	padding:15px 0px 5px 54px;
	font-size:19px;
	line-height:23px;
}

.registration h5 {
	font-size:22px;
	line-height:28px;
}

.leaders-list {
	overflow:hidden;
	padding-bottom:10px;
	padding-left:0px;
}

.leaders-list li {
	width:140px;
	height:160px;
	margin:0px 10px 10px 0px;
}

.registration-form {
	padding:26px 15px 20px 15px;
}

.rf-head1 {
	font-size:30px;
	line-height:30px;
}

.rf-head2 {
	font-size:21px;
	line-height:24px;
}


.rf-box {
	padding-bottom:14px;
	float:none;
	width:auto;
}

.rf-box input {
	width:88%;
}


.rf-head3 {
	font-size:19px;
	line-height:22px;
	padding-left:2px;
}

.rf-box select {
	width:100%;
}

.rf-note {
	padding:0px 0px 10px 0px;
	font-size:14px;
	line-height:16px;
}

.rfr-lhs {
	float:none;
	width:auto;
}

.rfr-rhs {
	float:none;
}


.rf-box2 {
	position:static;
	padding-left:10px;
}

.rfr-lhs .rf-box {
	width:auto;
}

.rf-button {
	text-align:center;
	padding-top:20px;
}

.rf-button input {
	width:270px;
	height:70px;
}

.rf-pointer {
	display:none;
}

.button-wrap {
	padding-top:20px;
}

.arrow-left {
	display:none;
}

.arrow-right {
	display:none;
}

.ch-button1 {
	float:none;
	text-align:center;
	padding-bottom:10px;
}

.ch-button2 {
	float:none;
	text-align:center;
}


.wyg-sub-img {
	display:none;
}


.tv-txt1 {
	font-size:40px;
	line-height:40px;
}

.tv-txt2 {
	font-size:21px;
	line-height:26px;
}

.po-box {
	padding:15px;
}

.po-txt1 {
	font-size:30px;
	line-height:30px;
}

.po-txt2 {
	font-size:17px;
	line-height:22px;
}

.challenge-box {
	border:#000 solid 2px;
	padding:20px 10px 10px 10px;
}

.cb-head {
	background-position:center top;
	background-size: 200px auto;
	padding:120px 0px 20px 0px;
}

.cbh1 {
	font-size:50px;
	line-height:50px;
}

.cbh2 {
	font-size:38px;
	line-height:40px;
}

.challenge-box p {
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
}

.total-value2 {
	background-image:none;
}

.tv2-txt1 {
	font-size:50px;
	line-height:50px;
}

.tv2-txt2 {
	font-size:20px;
	line-height:23px;
}

.po-box2 {
	padding:15px;
   border:#000 solid 2px;
}

.gurantee-box2 {
	border:#000 dashed 3px;
	padding:25px 15px 12px 15px;
}

.gurantee-box2 h2 {
	font-size:30px;
	line-height:32px;
	letter-spacing:0px;
	
}

.grt-img2 {
	float:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.gurantee-box2 p {
	font-size:17px;
	line-height:21px;
	padding-bottom:20px;
}

.gurantee-box2 p strong {
	font-weight:700;
}

.gurantee-box2 h3 {
	font-size:24px;
	line-height:27px;
	letter-spacing:0px;
	text-align:center;
}


.gb-large {
	font-size:22px;
}

.where {
	padding-top:100px;
}

.loc {
	height:100px;
	background-size:100% 100%;
}

.loc1 {
	padding:48px 0px 3px 0px;
	font-size:18px;
	line-height:20px;
}

.loc1 strong {
	font-size:17px;
}

.loc2 {
	font-size:15px;
	line-height:16px;
}

.guest-page-header {
	padding-bottom:20px;
}

.guest-page-header h2 {
	font-size:40px;
	line-height:45px;
	letter-spacing:0px;
	padding:0px 0px 15px 0px;
}

.guest-page-header p {
	font-size:18px;
	line-height:23px;
}


.guest-form {
	padding:23px 15px 20px 15px;
}

.gf-head1 {
	font-size:30px;
	line-height:35px;
	padding-bottom:15px;
}

.gf-head3 {
	font-size:23px;
	line-height:30px;
	padding:90px 0px 10px 0px;
	background-position:center top;
	background-size:auto 80px;
}

.gf-head2 {
	font-size:16px;
	line-height:20px;
}

.gf-box {
	padding-bottom:12px;
	float:none;
	width:auto;
}


.gf-box input {
	width:88%;
}

.gf-box input:focus {
	border:#999 solid 1px;
}


.gf-button {
	background-image:none;
}

.gf-button input {
	width:270px;
	height:65px;
}



}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	min-width:420px;
}

.wrap {
	min-width:420px;
	width:90%;
}

.header h3 {
	font-size:40px;
	line-height:44px;
}

.header h2 {
	font-size:85px;
	line-height:85px;
}

.header h4 {
	font-size:30px;
	line-height:30px;
	padding:15px 20px 20px 20px;
}

.lt-lhs {
	float:none;
	width:auto;
}

.video {
	width:420px;
	margin:0 auto 20px auto;
}

.video img {
	width:100%;
	height:210px;
}

.video iframe {
	width:100%;
	height:210px;
}

.wyg-rhs {
	display:none;
}

.wyg-lhs {
	float:none;
	width:auto;
	font-size:18px;
	line-height:21px;
}

.wyg-lhs h2 {
	font-size:41px;
	line-height:41px;
}

.lt-rhs {
	float:none;
	width:351px;
	margin:0 auto;
}

.rf-top h2 {
	font-size:38px;
	line-height:38px;
}

.rf-top h3 {
	font-size:17px;
	line-height:17px;
}

.rf-top img {
	max-width:90%;
}

.cta-box input {
	width:80%;
}

.cta-box select {
	width:88%;
}

.ctab-head {
	font-size:16px;
	padding:10px 0px 15px 20px;
}

.ctab-head2 {
	font-size:14px;
	line-height:16px;
	padding:7px 40px 12px 20px;
}

.cta-box2 {
	padding:2px 20px 12px 20px;
}


.cta-button input {
	width:350px;
	height:84px;
}

.pointer {
	display:none;
}

.gurantee-box {
	padding:20px;
}

.gurantee-box h2 {
	font-size:40px;
	line-height:42px;
}

.grt-img {
	float:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.gurantee-box p {
	font-size:18px;
	line-height:22px;
}


.landing-bottom h2 {
	font-size:32px!important;
	line-height:36px!important;
}

.lb-img {
	float:none;
	padding:0px 0px 10px 0px;
}

.landing-bottom ul li {
	font-size:18px!important;
	line-height:21px!important;
	padding:10px 0px 11px 54px!important;
}

.footer {
	font-size:14px;
	line-height:18px;
}

.copyright {
	float:none;
	padding-bottom:10px;
}

.copyright a {
	padding-left:0px;
	padding-right:10px;
	display:block;
}

.powered {
	float:none;
}


.webinar-header {
	padding-bottom:20px;
}


.webinar-header h3 {
	font-size:39px;
	line-height:44px;
}

.webinar-header h2 {
	font-size:90px;
	line-height:85px;
}

.webinar-header p {
	font-size:19px;
	line-height:24px;
}

.webinar-header p strong {
	font-weight:700;
}

.webinar-top {
	padding-bottom:25px;
}

.video-webinar {
	float:none;
	width:420px;
	margin:0 auto;
}

.video-webinar img {
	width:100%;
	height:220px;
}

.video-webinar iframe {
	width:422px;
	height:237px;
}

.wt-rhs {
	float:none;
	width:351px;
	padding-top:20px;
}

.wf-top h2 {
	font-size:20px;
	line-height:24px;
	padding:0px 0px 5px 0px;
}

.wf-top h3 {
	font-size:20px;
	line-height:20px;
}

.wf-top h5 {
	font-size:16px;
	line-height:17px;
}

.wf-img {
	padding-bottom:8px;
}

.wf-button input {
	width:351px;
	height:84px;
}


.pointer-wf {
	position:absolute;
	right:-60px;
	bottom:45px;
	width:60px;
}

.webinar-bottom {
	background-image:none;
	padding-right:0px;
	padding-bottom:0px;
}

.webinar-bottom h2 {
	font-size:43px;
	line-height:43px;
}


.webinar-bottom ul li {
	font-size:18px;
	line-height:20px;
}



.upsell-header h3 {
	font-size:40px;
	line-height:44px;
	word-spacing:0px;
}

.upsell-header h4 {
	font-size:30px;
	line-height:33px;
}

.upsell-header p {
	font-size:19px;
	line-height:22px;
}

.upsell-form {
	padding:20px;
}

.upf-top {
	width:auto;
	text-align:center;
}

.upf-top h2 {
	font-size:30px;
	line-height:33px;
}

.upf-top p {
	font-size:18px;
	line-height:22px;
}

.upsell-book {
	position:static;
	text-align:center;
	padding-bottom:15px;
}

.upf-lhs {
	float:none;
	width:auto;
}

.upf-box {
	float:none;
	width:auto;
	text-align:center;
}

.upf-box input {
	width:88%;
}

.upf-box input:focus {
	border:#aaa solid 1px;
}

.upf-button {
	float:none;
	padding-top:0px;
	text-align:center;
}

.upf-button input {
	width:319px;
	height:77px;
}

.upf-pointer {
	display:none;
}

.upsell-bottom h2 {
	font-size:43px;
	line-height:43px;
}

.upsell-img {
	float:none;
	padding:0px 0px 20px 0px;
	width:auto;
}


.upsell-bottom ul li {
	padding:17px 0px 5px 54px;
	font-size:18px;
	line-height:20px;
}

.no-thanks {
	font-size:35px;
	line-height:38px;
}



.thankyou-top h2 {
	font-size:57px;
	line-height:60px;
}

.thankyou-top h3 {
	font-size:33px;
	line-height:40px;
}



.record-details {
	text-align:center;
	background-image:none;
	min-height:inherit;
}

.rd-head {
	font-size:37px;
	line-height:37px;
}

.rd-box {
	padding:25px 20px 25px 20px;
	width:auto;
}

.rdb-txt1 {
	font-size:50px;
	line-height:50px;
}

.rdb-txt2 {
	font-size:25px;
	line-height:32px;
}

.rdb-txt3 {
	font-size:20px;
	line-height:25px;
}

.thankyou-top h4 {
	font-size:35px;
	line-height:40px;
}

.cong {
	font-size:30px;
	line-height:38px;
}


.thankyou-main h3 {
	font-size:35px;
	line-height:40px;
}

.thankyou-main h4 {
	font-size:21px;
	line-height:28px;
}

.webinar-header h5 {
	font-size:25px;
	line-height:28px;
}

.r-video {
	width:414px;
	margin:0 auto 20px auto;
}

.r-video img {
	height:220px;
}

.r-video iframe {
	height:220px;
}

.registration h4 {
	font-size:22px;
	line-height:27px;
}


.registration h2 {
	font-size:40px;
	line-height:45px;
}

.list-wrap ul {
	float:none;
	width:auto;
}

.registration ul li {
	padding:15px 0px 5px 54px;
	font-size:21px;
	line-height:25px;
}

.registration h5 {
	font-size:22px;
	line-height:28px;
}

.leaders-list {
	overflow:hidden;
	padding-bottom:10px;
	padding-left:20px;
}

.leaders-list li {
	width:159px;
	height:182px;
	margin:0px 0px 10px 20px;
}


.registration-form {
	padding:26px 20px 20px 20px;
}

.rf-head1 {
	font-size:36px;
	line-height:36px;
}

.rf-head2 {
	font-size:23px;
	line-height:25px;
}


.rf-box {
	padding-bottom:14px;
	float:none;
	width:auto;
}

.rf-box input {
	width:88%;
}


.rf-head3 {
	font-size:20px;
	line-height:24px;
}

.rf-box select {
	width:95%;
}

.rf-note {
	padding:0px 0px 10px 10px;
	font-size:14px;
	line-height:16px;
}

.rfr-lhs {
	float:none;
	width:auto;
}

.rfr-rhs {
	float:none;
}


.rf-box2 {
	position:static;
	padding-left:10px;
}

.rfr-lhs .rf-box {
	width:auto;
}

.rf-button {
	text-align:center;
	padding-top:20px;
}

.rf-button input {
	width:319px;
	height:77px;
}

.rf-pointer {
	display:none;
}

.button-wrap {
	padding-top:20px;
}

.arrow-left {
	display:none;
}

.arrow-right {
	display:none;
}

.ch-button1 {
	float:none;
	text-align:center;
	padding-bottom:10px;
}

.ch-button2 {
	float:none;
	text-align:center;
}


.wyg-sub-img {
	display:none;
}


.tv-txt1 {
	font-size:50px;
	line-height:50px;
}

.tv-txt2 {
	font-size:29px;
	line-height:35px;
}

.po-box {
	padding:20px;
}

.po-txt1 {
	font-size:40px;
	line-height:40px;
}

.po-txt2 {
	font-size:19px;
	line-height:25px;
}


.challenge-box {
	border:#000 solid 2px;
	padding:20px 15px 10px 15px;
}

.cb-head {
	background-position:center top;
	background-size: 200px auto;
	padding:120px 0px 20px 0px;
}

.cbh1 {
	font-size:50px;
	line-height:50px;
}

.cbh2 {
	font-size:38px;
	line-height:40px;
}

.challenge-box p {
	font-size:18px;
	line-height:23px;
	padding-bottom:20px;
}

.total-value2 {
	background-image:none;
}

.tv2-txt1 {
	font-size:60px;
	line-height:60px;
}

.tv2-txt2 {
	font-size:26px;
	line-height:33px;
}

.po-box2 {
	padding:20px;
   border:#000 solid 2px;
}

.gurantee-box2 {
	border:#000 dashed 3px;
	padding:25px 20px 12px 20px;
}

.gurantee-box2 h2 {
	font-size:38px;
	line-height:42px;
	letter-spacing:0px;
	
}

.grt-img2 {
	float:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.gurantee-box2 p {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}

.gurantee-box2 p strong {
	font-weight:700;
}

.gurantee-box2 h3 {
	font-size:27px;
	line-height:30px;
	letter-spacing:0px;
	text-align:center;
}


.gb-large {
	font-size:22px;
}

.where {
	padding-top:129px;
}

.loc {
	height:130px;
	background-size:100% 100%;
}

.loc1 {
	padding:58px 0px 3px 0px;
	font-size:25px;
	line-height:27px;
}

.loc1 strong {
	font-size:20px;
}

.loc2 {
	font-size:20px;
	line-height:24px;
}


.guest-page-header {
	padding-bottom:20px;
}

.guest-page-header h2 {
	font-size:55px;
	line-height:57px;
	letter-spacing:0px;
	padding:0px 0px 15px 0px;
}

.guest-page-header p {
	font-size:20px;
	line-height:25px;
}


.guest-form {
	padding:26px 20px 20px 20px;
}

.gf-head1 {
	font-size:34px;
	line-height:40px;
	padding-bottom:15px;
}

.gf-head3 {
	font-size:25px;
	line-height:32px;
	padding:90px 0px 15px 0px;
	background-position:center top;
	background-size:auto 80px;
}

.gf-head2 {
	font-size:18px;
	line-height:22px;
}

.gf-box {
	padding-bottom:12px;
	float:none;
	width:auto;
}


.gf-box input {
	width:88%;
}

.gf-box input:focus {
	border:#999 solid 1px;
}


.gf-button {
	background-image:none;
}

.gf-button input {
	width:351px;
	height:84px;
}




}
