@charset "utf-8";
/* CSS Document */
		@media (min-width: 2000px) {
			video.fillWidth {
				width: 100%;
				heigh: auto;
				min-height:1080px;
			}
		}

        @media (min-width: 769px) {
            .ui-mobile, .ui-mobile body {
				margin:0 !important;
			}
			.ui-page.complete {
                width: 950px !important;
                margin: 0 auto !important;
                position: relative !important;
            }
            .ui-page {
                width: 100% !important;
                margin: 0 auto !important;
                position: relative !important;
            }
			.max200 {
				width: 200px !important;
			}
			.max250 {
				width: 250px !important;
			}
			.max300 {
				width: 300px !important;
				margin: 0 auto !important;
                position: relative !important;
			}

			.max350 {
				width: 350px !important;
				margin: 0 auto !important;
                position: relative !important;
			}

			.max400 {
				width: 400px !important;
				margin: 0 auto !important;
                position: relative !important;
			}

			.max450 {
				width: 450px !important;
				margin: 0 auto !important;
                position: relative !important;
			}			
			.max500 {
				width: 500px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}
			.max550 {
				width: 550px !important;
				margin: 0 auto !important;
                position: relative !important;
			}
			.max600 {
				width: 600px !important;
				margin: 0 auto !important;
                position: relative !important;
			}
			.max650 {
				width: 650px !important;
				margin: 0 auto !important;
                position: relative !important;
			}
			.max700 {
				width: 700px !important;
				margin: 0 auto !important;
                position: relative !important;
			}

			.max720 {
				width: 720px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}
			.max750 {
				width: 750px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}
			.max780 {
				width: 780px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max820 {
				width: 820px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max900 {
				width: 900px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max950 {
				width: 950px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max1050 {
				width: 1050px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max1100 {
				width: 1100px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}

			.max1200 {
				width: 1200px !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}
			
			.fullWidth {
				width: 100% !important;
				margin: 0 auto !important;
                position: relative !important;
				padding:20px !important;
			}
			
			.top50 {
				margin-top:50px !important;
			}
			
			.left250 {
				margin-left:250px;
			}
			.left45p {
				margin:0 45% !important;
			}			
			.float-left {
				float:left;
			}
			.float-right {
				float:right;
			}	
			.image-left {
				float:left;
				margin:3px 15px 0 0;
			}
			.image-right {
				float:right;
				margin:3px 0 0 15px;
			}		
			.show-mobile {
				display:none;
			}
	
			.ui-input-text {
				/*width: 550px !important;*/
				margin:0.5em auto;
			}
			.header-unit {
			  border-right:none;
			  border-left: none;

			}
			#video-container {
				position: absolute;
			}
			#video-container {
				/*top:-170px; /*0%*/
				top:-10%;
				left:0%;
				/*min-height:875px;*/
				min-height:872px;
				width:100%;
				overflow: hidden;
			}
			video {
				position:absolute;
				z-index:0;
			}
			video.fillWidth {
				/*width: 100%;
				heigh: auto;
				min-height:1080px;*/
			}
			.img-cover {
				padding:20px !important;
				background-position:100% 25% !important;
				background:url(../images/header-bg2.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: center;
			}
			.img-cover-ty {
				/*padding:20px !important;
				background-position:50% 50% !important;
				background:url(../images/header-bg-optin.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: center;*/
			}
			.img-cover-optin {	
				padding:20px !important;
				background-position:0% 0% !important;
				background:url(../images/header-bg-optin.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: center;
			}
			.img-cover-ty-inner {
				padding:20px !important;
				background-position:50% 30% !important;
				background:url(../images/header-bg-ty-inner.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: center;
			}
			.lander h1.header {font-size:44px !important;}
			.lander p, .lander ul li {font-size:120% !important;}
			
			.ribbon {
				position:absolute;
				top:40px;
				width:100%;
				background:rgba(255,255,25,0.6);
			}
			.ribbon h4 {
				font-size:30px !important;
				font-weight:normal !important;
				color:#000 !important;
				text-shadow:none;
			}
			.above-cover-text-overlay {position:absolute;right:-25%;}
			.cover-text-overlay {background-color:rgba(0,0,0,0.7);padding:15px 30px;text-shadow:none;margin:10% 50%;border-radius:7px;position:absolute;right:-50%;}
			.cover-text-overlay.white {background-color:rgba(255,255,255,0.9) !important;margin-top:25px !important;}
			.cover-text-overlay.white p {color:#000;}
			.cover-text-overlay .subheader {color:#FFF !important; font-size:36px !important; line-height:40px !important;}
			.cover-text-overlay .header {color:#FFF !important; font-size:70px !important; line-height:70px; font-weight:normal;font-family:arial;margin:20px;}
			.cover-text-overlay .text-red {color:#ff0d0d !important;}
			.cover-text-overlay p {color:#FFF !important; font-size:26px !important;}
			.cover-text-overlay ul li, .cover-text-overlay ol li {color:#FFF !important; font-size:22px !important; line-height:22px; margin-bottom:10px;}
			.credit {position:absolute;right:-22%;}
			.credit p {font-size:20px !important;line-height:24px !important;}

			/*.cover-text-overlay-ty {background-color:rgba(0,0,0,0.7);padding:15px 15px 40px 15px;text-shadow:none;border-radius:7px;color:#FFFFFF;}*/
			.cover-text-overlay-ty {padding:0px 15px 40px 15px;text-shadow:none;color:#333333;}
			.cover-text-overlay-ty .header {color:#ff0d0d; text-decoration:underline;}
			.cover-text-overlay-ty p {color:#333 !important; font-size:16px !important; font-weight: normal !important;}
			.cover-text-overlay-ty .check-item {font-size:0.8em;display:block;line-height:1.3em;clear:both;}
			.cover-text-overlay-optin {background-color:rgba(0,0,0,.7); padding:20px 15px;text-shadow:none;border-radius:7px;color:#fff;}

			.certificate {
				background-position:50% 50% !important;
				background:url(../images/white-parchment-paper-texture.jpg);
				background-size:cover;
				background-repeat: no-repeat; 
				background-position: center;
				padding:40px !important;
			}
			.certificate p {
			    font-family: 'Italianno', cursive;
			}
			.certificate h2, .certificate h4 {
			    font-family: 'Droid Serif', serif;
			}
			.certificate h1 {
				font-size:100px;
				text-transform:uppercase;
			    font-family: 'Lora', serif;
				font-weight: normal !important;
			}
 			.certificate h2 {
				font-size:60px;
			}
 			.certificate h3 {
				font-family: 'Droid Serif', serif;
				font-size:33px;
				text-transform:uppercase;
			}
 			.certificate p {
				font-size:60px;
			}
 			.certificate .congress {
				font-family: 'Lora', serif !important;
			}
			.certificate p.congress {
				font-size:26px;
			}
			.certificate a {
				font-weight:normal !important;
			}
			        
			.timer {margin:-10px 115px !important;
					margin-bottom:-30px !important;
					transform-origin: 0 0;
					transform: scale(.75);
					-ms-transform: scale(.75);
					-webkit-transform-origin: 0 0;
					-webkit-transform: scale(.75);
					-o-transform-origin: 0 0;
					-o-transform: scale(.75);
					-moz-transform-origin: 0 0;
					-moz-transform: scale(.75);
			}
			.left45p .timer {
				margin:-10px 50px !important;
			}
			.flip-clock-wrapper {font-size:20px;}
			.ui-content.q-block {padding: 40px;}
			.side-image { width:100% !important; height:auto !important; position:absolute; bottom:0px;right:12%;max-width:350px; }
			
			.title-ty {font-size:40px;}
			.subtitle-ty {font-size:35px;}
			.product-price {font-size:80px !important;line-height:40px !important;margin-top:60px !important;}
			.product-price span {font-size:50px !important;}
			.product-price span.freq {font-size:25px !important;}
			
			.arrow-down {
			  width: 0; 
			  height: 0; 
			  border-left: 120px solid transparent;
			  border-right: 120px solid transparent;
			  border-top: 40px solid #f00;
			  margin-left:58%;
			}
		}

/*smaller screens*/
@media (min-width: 1200px) {
			.cover-text-overlay {background-color:rgba(0,0,0,0.85);padding:15px 15px;text-shadow:none;margin:10% 50%;border-radius:7px;position:absolute;right:-35%;}
			.credit {position:absolute;right:-9%;}
			.side-image { width:100% !important; height:auto !important; position:absolute; bottom:0px;right:5%;max-width:350px; }
			.arrow-down {
			  width: 0; 
			  height: 0; 
			  border-left: 120px solid transparent;
			  border-right: 120px solid transparent;
			  border-top: 40px solid #f00;
			  margin-left:65%;
			}
}
		

 /* smartphones */
@media (max-width: 768px) {

.mobile-max200 { max-width: 200px !important; margin: 0 auto !important; }
.mobile-max250 { max-width: 250px !important; margin: 0 auto !important; }
.mobile-max300 { max-width: 300px !important; margin: 0 auto !important; }
.mobile-max350 { max-width: 350px !important; margin: 0 auto !important; }
.mobile-max400 { max-width: 400px !important; margin: 0 auto !important; }

.mobile-padding { padding:1em !important; }
.show-desktop { display:none !important; } 
.top50 { margin-top:50px !important; }
.mobile-img { display:block !important; float:none !important; max-width:70% !important; margin:0 auto !important; }
.mobile-no-float { float:none !important; }
div.subtitle { padding:5px !important;	font-size:1em !important; }
div.header {font-size:0.59em !important;line-height:1.2em !important; margin:0 !important; text-shadow:none !important; font-weight:bold !important;padding:10px;}
div.subheader { font-size:30px !important;line-height:30px !important; margin-bottom:0;text-shadow:none !important;padding:10px;color:#FFF !important;}
.img-cover {	background:url(../images/header-bg.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: 50% 50%;}
.img-cover2 {	background:url(../images/header-bg2.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: 50% 50%;}
.img-cover-ty {	/*background:url(../images/header-bg-optin.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: 30% 40%;*/}
.img-cover-optin {	background:url(../images/header-bg-optin.jpg);
				background-size: cover;
				background-repeat: no-repeat; 
				background-position: 30% 40%;}
			.credit p {font-size:16px !important;line-height:18px !important;}
			.certificate {
				background-position:50% 50% !important;
				background:url(../images/white-parchment-paper-texture.jpg);
				background-size:cover;
				background-repeat: no-repeat; 
				background-position: center;
				padding:15px;
			}
			.certificate p {
			    font-family: 'Italianno', cursive;
			}
			.certificate h2, .certificate h4 {
			    font-family: 'Droid Serif', serif;
			}
			.certificate h1 {
				font-size:34px;
				text-transform:uppercase;
			    font-family: 'Lora', serif;
				font-weight: normal !important;
			}
 			.certificate h2 {
				font-size:21px;
			}
 			.certificate h3 {
				font-size:16px;
				text-transform:uppercase;
			}
 			.certificate p {
				font-size:30px;
			}
 			.certificate .congress {
				font-family: 'Lora', serif !important;
			}
			.certificate p.congress {
				font-size:16px;
			}
			.certificate a {
				font-weight:normal !important;
			}



.img-cover-ty.get-help, .img-cover-ty-2.get-help {
				background:none !important;
}
.img-cover-ty-inner {
				background:url(../images/header-bg-ty-inner.jpg);
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
				background-position:30% 40%;
			}

.ribbon {
				position:absolute;
				top:0px;
				width:100%;
				background:rgba(255,255,25,0.6);
}
.ribbon h4 {
				font-size:18px !important;
				font-weight:normal !important;
				color:#000 !important;
				text-shadow:none;
}
.overlay-m {background-color:rgba(0,0,0,0.6);padding:10px;}
.cover-text-overlay {background-color:rgba(0,0,0,0.85);padding:20px 15px 5px 15px;text-shadow:none;border-radius:7px;margin-top:15px; z-index:9;}
.cover-text-overlay .header {color:#FFF !important;font-size:55px;line-height:55px;}
.cover-text-overlay .subheader {color:#FFF !important; font-size:25px !important; line-height:25px !important;}
.cover-text-overlay .text-red {color:#dd1817 !important;}
.cover-text-overlay p {font-size:20px !important;}
.cover-text-overlay ul li, .cover-text-overlay ol li {color:#FFF !important; font-size:20px !important; line-height:20px; margin-bottom:7px;}
.cover-text-overlay h3 {margin:10px 0 !important;}

/*.cover-text-overlay-ty {background-color:rgba(0,0,0,0.7);padding:15px 15px;text-shadow:none;border-radius:7px;}*/
.cover-text-overlay-ty {padding:15px 15px;text-shadow:none;color:#333333;}
.cover-text-overlay-ty .header {color:#dd1817; text-decoration:underline;}
.cover-text-overlay-ty p {color:#333 !important; font-size:16px !important; font-weight:normal !important;}
.cover-text-overlay-ty .check-item {font-size:0.5em;display:block;line-height:1.2em;clear:both;}
.cover-text-overlay-optin  {background-color:rgba(0,0,0,.7); padding:20px 15px;text-shadow:none;border-radius:7px;color:#fff;} /*{background-color:rgba(0,0,0,0.7);padding:30px 
15px;text-shadow:none;border-radius:7px;color:#FFFFFF;}*/
#progressBar { width:250px !important; }

.timer {margin-top:0px !important;
		margin-bottom:-50px !important;
		transform-origin: 0 0;
		transform: scale(.45);
		-ms-transform: scale(.45);
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(.45);
		-o-transform-origin: 0 0;
		-o-transform: scale(.45);
		-moz-transform-origin: 0 0;
		-moz-transform: scale(.45);
		width:700px;
		display:inline-block;
}
.flip-clock-wrapper {font-size:20px;display:inline-block;}
.title-done.smaller {font-size:2.6em !important;}
img.image-responsive {
	width:100% !important;
	height:auto !important;
}
img.graph-bar {
	max-height:25px !important;
}
			.title-ty {font-size:28px;}
			.subtitle-ty {font-size:28px;}
			.product-price {font-size:100px !important;line-height:50px !important;margin-top:20px !important;}
			.product-price span {font-size:50px !important;}
			.product-price span.freq {font-size:25px !important;}
			.arrow-down {
			  width: 0; 
			  height: 0; 
			  border-left: 80px solid transparent;
			  border-right: 80px solid transparent;
			  border-top: 30px solid #f00;
			  margin-left:30%;
			}
} 

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background-color:#f2f2f2 !important;
}

.ui-content.q-block {
	background-color:#f9f9f9 !important;
   -webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 3px;
   -moz-box-shadow: rgba(0,0,0,0.4) 2px 2px 3px;
   box-shadow: rgba(0,0,0,0.4) 2px 2px 3px;
   border-radius:5px;
}

.ui-controlgroup-horizontal .ui-checkbox input.answer-image,
.ui-controlgroup-horizontal .ui-radio input.answer-image {
	top: 92% !important;
	margin-left: -45px !important;
	z-index:2 !important;
}

.no-padding {
	padding:0 !important;
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}
.no-margin {
	margin:0 !important;
}
.no-top-margin {
    margin-top: 0 !important;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
hr {
	border:1px solid #ddd;
}
hr.break {
	 border: 0;
	 height: 1px;
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
	 margin:25px 0 25px 0;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.logo {
	position:absolute;
	max-width:180px;
	top:0;
	right:20px;
}
.hidden {
	display:none;
}

.header-line {
	max-height:50px;
	padding:5px;
	left:0;
	width:100%;
}

.header-grey-line {
	background:none repeat scroll 0 0 #ebebeb;
    background: -webkit-linear-gradient(#ebebeb, #ebebeb); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ebebeb, #ebebeb); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ebebeb, #ebebeb); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ebebeb, #ebebeb); /* Standard syntax */
	max-height:50px;
	padding:5px;
	position:absolute;
	left:0;
	width:100%;
}

div.progress {
	position:relative;
}
progress {
   width:100%;
   height:2em;
   margin:10px 0;
   border:1px solid #e6e6e6;
   background:#e6e6e6;
}	
	
.progresslabel {
    font-family: "Arial";
    position:absolute;
	top:18%;
    left:50%;
    font-size:medium;
	color:#ffffff;
	text-shadow: 0px 1px #ccc;
}

h1.title {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:normal !important;
	color:#777;
	font-size:3em;
	margin:0 auto !important;
	padding:0 !important;
	line-height:0 !important;
}

h1.no-margin {
	margin:0 auto !important;
	padding:0 !important;
}

div.subtitle {
	padding:10px;
	font-size:1.5em;
}
div.header {
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:0;
	font-weight:normal;
	font-size:50px;
	line-height:50px;
}
div.subheader {
	font-size:30px;
	line-height:55px;
}
h1.title p {
	color:#FFF !important;
	text-shadow:none !important;
	font-size:33px;
	line-height:33px;
}
p.content-title {
	color:#000 !important;
	font-size:28px !important;
}
div.title-done {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:bold !important;
	color:#fff;
	font-size:3em;
	line-height:1.2em;
	margin-bottom:20px;
}
.cover-text-overlay-optin h3 {font-size:2.4em;margin-bottom:40px;font-weight:normal;}

.button {
   border-top: 1px solid #cd5f30;
   background: #cd5f30;
   background: -webkit-gradient(linear, left top, left bottom, from(#d88333), to(#cd5f30));
   background: -webkit-linear-gradient(top, #d88333, #cd5f30);
   background: -moz-linear-gradient(top, #d88333, #cd5f30);
   background: -ms-linear-gradient(top, #d88333, #cd5f30);
   background: -o-linear-gradient(top, #d88333, #cd5f30);
   padding: 18.5px 37px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 30px;
   font-family: 'Open Sans', sans-serif;
   text-decoration: none;
   text-transform:uppercase;
   vertical-align: middle;
   white-space: nowrap;
   }
.button:hover {
   border-top-color: #f89639;
   background: #f89639;
   color: #ffffff;
   }
.button:active {
   border-top-color: #b35229;
   background: #b35229;
   }


.padding-top50 {
	padding-top:50px !important;
}
.padding-bottom50 {
	padding-bottom:50px !important;
}

div.subtitle-done {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:normal !important;
	color:#fff;
	font-size:1.7em;
	line-height:1.2em;
	margin-bottom:-5px;
}

h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:normal !important;
	color:#222;
	font-size:2em;
}
h3 {
	font-size:1.5em;
	font-weight:normal !important;
}
h2 small {
	font-size:0.7em;
	display:block;
	color:#777 !important;
	font-weight:normal !important;
}
li small, a small {
	font-size:0.7em;
	color:#777 !important;
	font-weight:normal !important;
	display:block;
}
li small:after, a small:after {
	content:"\000A";
    white-space: pre;
}
.group-title {
	border-bottom:1px solid #b8b8b8;
	padding-bottom:7px;
}
.group-title h3 {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:normal !important;
	color:#b8b8b8;
	font-size:1.5em;
	margin:0;
}
.group-title span {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:normal !important;
	color:#c6c6c6;
	font-size:1em;
}

.group-progress {
	margin:20px auto;
	clear:both;
	font-size:12px;
	color:#444;
	text-align:center;
}
.group-progress .group-block {
	display:inline-block;
	margin-right:56px;
	width:64px;
	height:55px;
	position:relative;
	text-align:left;
}
.group-progress img.arrow-right {
	display:inline-block;
	position:absolute;
	top:40%;
	right:-55px;
}
.group-progress .group-block .q-res {
	font-size:10px;
	position:absolute;
	text-align:center;
}
.group-progress div.title-block {
	padding:10px;
	border:1px solid #444;
	border-radius:5px;
	width:55px;
	height:30px;
	position:relative;
	margin-top:15px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);	
}
.group-progress div.title-block .title-short {
	color:#444;
	font-size:12px;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.group-progress .result .title-block {
	padding:10px;
	border: none !important;
	border-radius: none !important;
	width:30px;
	height:30px;
	position:relative;
	margin-top:15px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;	
	font-weight:bold !important;
}
.group-progress .result .title-block .title-short {
	color:#900 !important;
	font-size:14px !important;
}


.bullets {
	margin:10px 0;
	max-width:750px;
}
.bullets.aff-custom {
	margin:10px auto;
	max-width:650px;
}
.bullets > ul {
	padding:0;
	margin:0;
	float:left;
	margin-right:30px;
	margin-left:20px;
}
ul.list {
	padding-left:20px;
}
ul.list li {
	margin-bottom:10px;
}
ul.no-bullets {
	list-style-type: none;
	padding-left:0px;
}
ul.blist {
	list-style-type: none;
	padding-left:0px;
}
ul.blist li {
	background:url('../images/list-style-image.png') no-repeat 0 5px;
	margin-bottom:15px;
	padding-left:40px;
}
ul.list.blist li {
	padding:10px 0 10px 40px;
}
.highlight {
	background:#FFFF42;
	padding:0px 10px;
}
.highlight-i {
	background:url('../images/highlight.png') no-repeat 0 15px;
	background-size:contain;
}
.stripe {
padding:5px !important;
background-position:50% 30% !important;
background:url(../images/stripe.jpg);
background-size: cover;
background-repeat: no-repeat; 
background-position: center;
}
.white {
	background:#FFFFFF !important;
}
.grey {
	background:#ededed !important;
}
.darkgrey {
	background-color:rgba(137, 134, 134, 0.6) !important;
}
.lightgrey {
	background-color:rgba(248,248,248,1) !important;
}
.lightblue {
	background-color:rgba(244,249,254,1) !important;
}
.lightgreen {
	background:#f2f8e9 !important;
}
.dark {
	background:#333333;
	color:#FFFFFF !important;
	text-shadow:none !important;
}
.dark.transperant {
	background:rgba(0,0,0,0.7) !important;
}
.asphalt {
	background:#667385 !important;
	color:#FFFFFF !important;
	text-shadow:none !important;
}
.text-black {
	color:#000000 !important;
}
.text-red {
	color:#dd1817 !important;
}
.text-darkred {
	color:#990000;
}
.text-grey {
	color:#777 !important;
}
.text-yellow {
	color:#f5ff00 !important;
}
.text-white {
	color:#FFF !important;
	text-shadow:none !important;
}
.text-mint {
	color:#8afffe !important;
	text-shadow:none !important;
}
.text-viol {
	color:#0d0c7a !important;
	text-shadow:none !important;
}
.score h1 {
	font-size: 4.2em !important;
	margin:10px 0;
}
img.graph-bar {
	margin:0 15px;
}
table#chart td {
	font-size:22px;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding: 15px 10px 15px 20px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.error{
color: #D8000C;
background-color: #FFBABA;
}
.validation{
color: #D63301;
background-color: #FFCCBA;
} 
.ui-input-text.error-field input {
    border: 2px solid red !important;
}
.ui-input-text.success-field input {
    border: 2px solid #579e1a !important;
}
.error_message {
	padding:2px 10px;
	color: #FFFFFF;
	background-color: #ea2700;
	display:none;
}

label.error {
	color: #D8000C !important;
	background:none !important;
	padding:none !important;
	font-weight:bold !important;
}
blockquote {
  background: #f9f9f9;
  color:#555;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.9em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  
}
blockquote p {
  display: inline;
}
blockquote p.author {
  display:block;
  color:#999;
  text-align:right;
}

.cart{
border:1px solid #e9af00;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:18px;
font-weight:bold !important;
margin: 0 0px;
padding: 20px 80px;
text-align:center;
text-decoration:none; 
display:inline-block; 
color: #333333 !important;
 background-color: #ffef03; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffef03), to(#ffc000));
 background-image: -webkit-linear-gradient(top, #ffef03, #ffc000);
 background-image: -moz-linear-gradient(top, #ffef03, #ffc000);
 background-image: -ms-linear-gradient(top, #ffef03, #ffc000);
 background-image: -o-linear-gradient(top, #ffef03, #ffc000);
 background-image: linear-gradient(to bottom, #ffef03, #ffc000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffef03, endColorstr=#ffc000);
}

.cart:hover{
 border:1px solid #555555;
 background-color: #E9B73C; background-image: -webkit-gradient(linear, left top, left bottom, from(#E9B73C), to(#E0AF30));
 background-image: -webkit-linear-gradient(top, #E9B73C, #E0AF30);
 background-image: -moz-linear-gradient(top, #E9B73C, #E0AF30);
 background-image: -ms-linear-gradient(top, #E9B73C, #E0AF30);
 background-image: -o-linear-gradient(top, #E9B73C, #E0AF30);
 background-image: linear-gradient(to bottom, #E9B73C, #E0AF30);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E9B73C, endColorstr=#E0AF30);
}

.offer-link {
    background: #556eed none repeat scroll 0 0;
    border: 0px solid #d78903;
    border-radius: 7px;
    color: #fff !important;
    display: block;
    font-weight: normal !important;
    margin: 0 0px;
    padding: 20px 40px;
    text-decoration: none !important;
    text-shadow: none !important;
}

.offer-link:hover {
    background: #4c5ebb none repeat scroll 0 0;
}

.terms {
	float:left;
	margin:5px;
	color:#c0c0c0; !important;
	font-size:0.9em !important;
	font-weight:normal !important;
}
.terms a {
	color:#c0c0c0; !important;
	font-size:0.9em !important;
	font-weight:normal !important;
}
.terms a:visited {
    color:#c0c0c0; !important;
}

.footer {
    color: #969696;
    font-size: 0.55em !important;
    font-weight: normal !important;
    margin: 5px;
    text-align: center;
}
.footer a {
    color: #969696;
    font-weight: normal !important;
}
.footer a:visited {
    color: #969696;
}

label.ui-radio-on {
	background:#bde2ff !important;
}
label.ui-btn {
	border:none !important;
	font-weight:normal !important;
}
button.done, a.ui-btn.start {
	background:#579e1a !important;
	color:#FFFFFF !important;
	text-shadow:none !important;
	border:none !important;
	border-bottom:3px solid #35610c !important;
	text-transform:uppercase;
	font-weight:normal;
}
button.done:hover, a.ui-btn.start:hover {
	border-bottom:3px solid #75cf21 !important;
}
button.done:active, a.ui-btn.start:active {
	background:#3f7d0a !important;
	border-bottom:3px solid #3f7d0a !important;
}
button.done.larger, a.ui-btn.start.larger {
	font-size:22px;
}

a.ui-btn.begin {
	background:#ecf0f1 !important;
	color:#fe012d !important;
	text-shadow:none !important;
	border:none !important;
	border:2px solid #fe012d !important;
	text-transform:uppercase;
	font-weight:normal;
}
a.ui-btn.begin:hover {
	background:#e3f9ff !important;
	color:#be0021 !important;
	border:2px solid #be0021 !important;
}
a.ui-btn.begin:active {
	color:#FFF !important;
	background:#be0021 !important;
	border:2px solid #be0021 !important;
}
a.ui-btn.begin.larger {
	font-size:24px;
}
.btn-shadow {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.btn-shadow:hover {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
a.start-link {
	font-weight:normal;
	color:#06F !important;
}

div.done, .ui-input-btn.ui-icon-check, a.ui-btn.blue {
	background:#0064b4 !important;
	color:#FFFFFF !important;
	text-shadow:none !important;
	border:none !important;
}

a.ui-btn.learn {
	background:#2c9729 !important;
	color:#FFF !important;
	text-shadow:none !important;
	font-size:22px !important;
	font-weight:normal !important;
}

.ui-footer {
    border-width: 0px 0 0 0 !important;
	background:none !important;
}

textarea {
	min-height:152px !important;
}

/* Moving on to the styling, we'll start with the main progress bar first and then the value part of it. After that, we'll do some experiments :D */
progress {
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
    border:1px solid #e6e6e6;
    background:#e6e6e6;
}

/* Now the value part */
progress::-webkit-progress-value {
	background: #0064b4;	
}

#progressBar {
	width: 400px;
	height: 40px;
	border: 1px solid #111;
	background-color: #292929;
	margin:20px auto;
	position:relative;
}
#progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 40px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0099ff;
}
#progressBar #digit {
	color: #fff; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
}

.prod-img-t {
	cursor:pointer;
	max-width:80px;
	border:1px solid #dedede;
}
.prod-img-t:hover {
	border:1px solid #06F !important;
}
.prod-img-t:active, .active-prod-img {
	border:1px solid #F60 !important;
	box-shadow:1px -1px 3px #F60 !important;
}


/*Custom Responsive Blocks*/
/* Basic styles */
.rwd-example .ui-body {
    text-align: left;
    border-color: #ddd;
}
.rwd-example p {
    color: #444;
    line-height: 140%
}
.rwd-example .portfolio p, .rwd-example .portfolio ul > li {
	color: #555;
    line-height: 105% !important;
	font-size:14px;
	font-size:85%;
}
.rwd-example .text-grey p {
    color: #777;
	font-size:85%;
}

.rwd-example img.portfolio-img,
.box-shadow {
	box-shadow:1px -1px 6px #777;
}

/* Stack all blocks to start */
.rwd-example .ui-block-a,
.rwd-example .ui-block-b,
.rwd-example .ui-block-c, 
.rwd-example .ui-block-d,
.rwd-example .ui-block-e,
.rwd-example .ui-block-m, 
.rwd-example .ui-block-l {
    width: 100%;
    float: none;
}
/* Collapsing borders */
.rwd-example > div + div .ui-body {
    border-top-width: 0;
}
/* 1st breakpoint - Float B and C, leave A full width on top */
@media all and (min-width: 42em) {
    .rwd-example {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example .ui-body {
       min-height: 1em;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-d {
      float: left;
      width: 65.95%;
    }
    .rwd-example .ui-block-e {
      float: left;
      width: 32.95%;
    }
    .rwd-example .ui-block-h {
      float: left;
      width: 59.95%;
    }
    .rwd-example .ui-block-k {
      float: left;
      width: 39.95%;
    }
    .rwd-example div.ui-block-j {
      float: left;
      width: 31.95%;
    }
    .rwd-example .ui-block-m {
      float: left;
      width: 26.95%;
    }
    .rwd-example .ui-block-l {
      float: left;
      width: 45.95%;
    }	
    .rwd-example .ui-block-b p,
    .rwd-example .ui-block-c p {
      /*font-size: .8em;*/
    }
    .rwd-example > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example > div:last-child .ui-body {
        border-left-width: 0;
    }
}
/* 2nd breakpoint - Float all, 50/25/25 */
@media all and (min-width: 55em) {
    .rwd-example .ui-body {
       min-height: 1em;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-d {
      float: left;
      width: 65.95%;
    }
    .rwd-example .ui-block-e {
      float: left;
      width: 32.95%;
    }
    .rwd-example div.ui-block-j {
      float: left;
      width: 31.95%;
    }
    .rwd-example .ui-block-m {
      float: left;
      width: 26.95%;
    }
    .rwd-example .ui-block-l {
      float: left;
      width: 45.95%;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example > div + div .ui-body {
        border-left-width: 0;
    }
}
/* 3rd breakpoint - Bump up font size at very wide screens */
@media all and (min-width: 75em) {
    .rwd-example .ui-body {
      font-size: 100%;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-b {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }

    .rwd-example .ui-block-d {
      float: left;
      width: 65.95%;
    }
    .rwd-example .ui-block-e {
      float: left;
      width: 32.95%;
    }
    .rwd-example div.ui-block-j {
      float: left;
      width: 31.95%;
    }
    .rwd-example .ui-block-m {
      float: left;
      width: 26.95%;
    }
    .rwd-example .ui-block-l {
      float: left;
      width: 45.95%;
    }
}


/*calculation table*/
.dataset {
	/*text-align:center;*/
}
.dataset h3 {
	text-align:center;
	font-weight:normal;
}
.results {
	border:5px solid #cecece;
	padding:5px;
	max-width:500px;
	text-align:left;
	margin:0px auto;
}

/* These apply across all breakpoints because they are outside of a media query */
/* Make the labels light gray all caps across the board */
.calculations thead th,
.calculations tbody th .ui-table-cell-label,
.calculations tbody td .ui-table-cell-label {
    text-transform: uppercase;
    font-size: .7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
}
/* White bg, large blue text for rank and title */
.calculations tbody th {
    font-size: 1.2em;
    background-color: #fff;
    color: #77bbff;
    text-align: left;
	font-weight:normal;
}
.calculations tbody th span {
    font-size: 0.7em;
    color: #999;
}
/*  Add a bit of extra left padding for the title */
.calculations tbody td.title {
    padding-left: .8em;
}
/* Add strokes */
.calculations thead th {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.calculations tbody th,
.calculations tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.calculations tbody tr.profit th,
.calculations tbody tr.profit td {
	color:#000;
	font-size:1.5em;
	background:#edff77 !important;
}

/*  Custom stacked styles for mobile sizes */
/*  Use a max-width media query so we don't have to undo these styles */
@media (max-width: 40em) {
    /*  Negate the margin between sections */
    .calculations tbody th {
        margin-top: 0;
        text-align: left;
    }
    /*  White bg, large blue text for rank and title */
    .calculations tbody th,
    .calculations tbody td.title {
        display: block;
        font-size: 1.2em;
		font-weight:normal !important;
        line-height: 110%;
        padding: .5em .5em;
        background-color: #fff;
        color: #77bbff;
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
        box-shadow: 0 1px 6px rgba(0,0,0,.1);
    }
    /*  Hide labels for rank and title */
    .calculations tbody th .ui-table-cell-label,
    .calculations tbody td.title .ui-table-cell-label {
        display: none;
    }
    /*  Position the title next to the rank, pad to the left */
    .calculations tbody td.title {
        margin-top: -2.1em;
        padding-left: 2.2em;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    /*  Make the data bold */
    .calculations th,
    .calculations td {
        font-weight: normal;
    }
    /* Make the label elements a percentage width */
    .calculations td .ui-table-cell-label,
    .calculations th .ui-table-cell-label {
        min-width: 20%;
    }
}
/* Media query to show as a standard table at wider widths */
@media ( min-width: 40em ) {
    /* Show the table header rows */
    .calculations td,
    .calculations th,
    .calculations tbody th,
    .calculations tbody td,
    .calculations thead td,
    .calculations thead th {
        display: table-cell;
        margin: 0;
    }
    /* Hide the labels in each cell */
    .calculations td .ui-table-cell-label,
    .calculations th .ui-table-cell-label {
        display: none;
    }
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this */
@media ( max-width: 40em ) {
    .calculations td,
    .calculations th {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;
    }
}