
/* ===== global styles ===== */

* {
   -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
       box-sizing: border-box;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  

::-moz-selection,
::-webkit-selection,
::selection {
    text-shadow: none;
    background: #325f92;
    color: #fff;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
	background: #ffffff;
	margin:0 auto;
}

section {
	width: 100%;
}

section h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
	padding: 16px 0;
	text-transform: uppercase;
	color: #4d4d4d;
}

section h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	padding: 10px 30px;
	color: ##4d4d4d;
}

section h3, .big {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

section h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}


p, .warranty-list li {
	font-size: 20px;
	color: #4d4d4d;
	line-height: normal;
	font-weight: 300;
	padding: 10px 0;
	text-align: left;
}

.warranty-list {
	padding: 0 0 0 30px;
}

.testimonial-box p, .no-img-box p {
	font-size: 18px;
}

.clearer {
    clear: both;
}

.responsive-img {
    display: block;
	margin: 0 auto;
    height: auto;
    max-width: 100% !important;
}

.blue {
	color: #59B0E7;
}

.red {
	color: #FF3B3B;
}

.green {
	color: #58bb58;
}

.justify {
    text-align: justify;
}

.center-text {
	text-align: center;
}

.letter {
	vertical-align: middle;
	font-style: italic;
	font-weight: 500;
}

.letter img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.no-pad li {
	padding: 0 !important;
}

.center {
	text-align: center;
}


/* ===== HEADER styles ===== */

header {
	background: #ffffff;
	z-index: 5;
	position: relative;
}

.head-wrap {
	width: 1100px;
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
}

.header-seal {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.header-seal a {
	margin: 0 0 0 20px;
}

header .imager {
	background: url("../images/head-back.jpg") no-repeat center center transparent;
	background-size: cover;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
   -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	width: 100%;
    height: auto;
}

header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 10px 0;
}

.pre-head {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 22px;
}

.sub-head {
	vertical-align: middle;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 22px;
}

.sub-head span, .sub-head img {
	vertical-align: middle;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 0;
}

.logo-header-new {
	display: inline-block;
	width: 200px;
}

.trial-holder {
	display: inline-block;
    height: auto;
    margin: -16px 0 0 40px;
    width: 436px;
}


.tel-number, .tel-number-big {
	display: none;
}

.tel-number a, .tel-number img, .tel-number span, .inline-b, .inline-b img, .inline-b span {
	display: inline-block;
	vertical-align:  middle;
}

.tel-number a, .tel-number-big a {
	padding: 2px 4px;
	border: 1px solid #006df0;
	border-radius: 4px;
}

.tel-link {
	color: #006df0;
}


nav {
    margin-top: 16px;
	display: block;
	vertical-align: top;
	padding: 0 10px;
	width: 100%;
}

.new-nav {
    margin-top: 16px;
	display: inline-block;
	width: calc(100% - 210px);
}

nav a {
    color: #727272;
    font-size: 20px;
    text-decoration: none;
	font-weight: normal;
}

nav a:hover {
	color: #3a3a3a;
}

nav a#pull {  
    display: none;  
}

.hide-menu {
	display: none;
}

nav ul {
    list-style: none outside none;
	display: inline-block;
	vertical-align: bottom;
}

.new-nav ul {
	float: right;
}

nav ul ul, .new-nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
	background: #ffffff;
	padding: 4px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

nav li {
	position: relative;
    float: left;
    margin-right: 10px;
    padding: 18px 0 10px 10px;
}

nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}

nav ul ul a {
	width: 100%;
	padding: 4px 0 4px 10px;
	display: block;
}

nav ul ul a:hover {
	color: #727272;
	background: #ECECEC;
}

nav li:hover > ul {
	display: block
}

nav p {
	text-align: right;
	font-weight: bold;
	color: #6a6a6a;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
	text-align: right;
	float: right;
}

.modell {
	background: url("../images/model-a.png") no-repeat 0 bottom transparent;
	height: 720px;
	width: 1360px;
	vertical-align: bottom;
	margin: 0 auto;
}

.wrapper {
    margin: 0 auto;
    width: 980px;
}

.video {
	display:block;
	width: 491px;
	vertical-align: top;
	float: right;
	margin: 0 40px 0 0;
}

.reg-wrap {
	width: 1100px;
	padding: 30px;
	margin: 0 auto;
}

.page-wrap {
	width: 1100px;
	padding: 40px 30px;
	margin: 0 auto;
}


.big-button {
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffd501),color-stop(1,#f1c501));
	background:-moz-linear-gradient(center top,#ffd501 5%,#f1c501 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd501',endColorstr='#f1c501');
	background-color:#ffd501;
    border: 3px solid #ffffff;
    -webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		    border-radius: 10px;
	-webkit-box-shadow:  0 1px 0 0 rgba(250, 250, 250, 0.7) inset;
	   -moz-box-shadow:  0 1px 0 0 rgba(250, 250, 250, 0.7) inset;
	        box-shadow: 0 1px 0 0 rgba(250, 250, 250, 0.7) inset;  
    color: #562f01;
}

.big-button:hover {
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f1c501),color-stop(1,#ffd501));
	background:-moz-linear-gradient(center top,#f1c501 5%,#ffd501 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1c501',endColorstr='#ffd501');
	background-color:#f1c501
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.small {
    font-size: 14px !important;
}

.wrap-shadow {
	width: 1100px;
	margin: 0 auto;
	background: #ffffff;
}

.padded {
	padding: 30px;
}

.grey-line {
	border-bottom: 1px solid #cccccc;
}
.opt-in {
	background: url("../images/optin.png") no-repeat 0 0 transparent;
	width: 727px;
	height: 210px;
	display: inline-block;
	float: right;
	margin: 0;
}

.headline-holder {
	height: auto;
	width: auto;
	margin: 40px 0 0 0;
}

.new-headline-holder {
	margin: 34px 0 0 0;
}
	
.opt-in h2{
	font-family: Verdana,Geneva,sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 100px;
	margin: 0;
}

.new-optin h2 {
	font-size: 18px;
	line-height: 20px;
}

.new-optin {
	position: relative;
}
	
.opt-in input{
	background: #fff;
	width: 240px;
	height: 34px;
	display: block;
	float: left;
	border: none;
	margin-bottom: 12px;
	padding: 0 10px;
	color: #999;
}

.input-holder {
	display: inline-block;
    margin: 26px 0 0 180px;
    vertical-align: top;
    width: 255px;
}

.submit-holder {
	display: inline-block;
	vertical-align: top;
	width: 255px;
	margin: 26px 0 0 20px;
}

input#submitButton {
	background: #fe9923;
	border: 3px solid #FFF;
	width: 240px;
	height: 80px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

input#submitButton:hover {
	background: #feb823;
}

.user-guide {
	display: none;
}

.new-optin-btn {
	display: block;
	position: absolute;
	top: 96px;
	right: 20px;
	background: #fe9923;
	border: 3px solid #FFF;
	width: 536px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.new-optin-btn-2 {
	display: block;
	background: #fe9923;
	border: 3px solid #FFF;
	width: 100%px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.new-optin-btn:hover, .new-optin-btn-2:hover {
	background: #feb823;
}



.banner-holder {
	display: block;
	width: 700px;
	height: auto;
	border: 4px #fe9923 dashed;
	margin: 0 auto;
	position: relative;
}

.banner-space {
	display: block;
	width: 100%;
	height: 40px;
}

.banner-image{
	margin: 0 auto 20px auto;
	position: relative;
    z-index: 5;
}

.banner-holder h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 20px 10px 0 10px;
}


.sale-seal-holder {
    margin: 10px 0;
    text-align: center;
    width: auto;
}

.sale-seal, .order-seal {
    display: inline-block;
    margin: 10px 10px 0;
}

.doodle {
	display: inline-block;
	margin: 40px 0 0 0;
}

.doodle-2 {
	display: none;
}

.new-optin-holder {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
}

.new-optin-holder p {
	font-size: 20px;
	text-align: center;
	margin: 60px 0 0 120px;
}

.opt-in-2 {
	background: url("../images/optin-3.png") no-repeat 0 0 transparent;
	width: 716px;
	height: 210px;
	display: inline-block;
	margin:0 20px 0 0;
}
	
.opt-in-2 h2 {
	font-family: Verdana,Geneva,sans-serif;
    font-size: 20px!important;
    font-weight: bold!important;
	color: #ffffff!important;
	letter-spacing: 1px!important;
	text-align: center!important;
	padding: 0 0 0 100px!important;
	margin:40px 20px 0 0!important;
	line-height: 28px!important;
}
	
.opt-in-2 input{
	background: #fff;
	width: 240px;
	height: 34px;
	display: block;
	float: left;
	border: none;
	margin-bottom: 12px;
	padding: 0 10px;
	color: #999;
}

.x-hide {
	display: none;
}

.x-tag {
	position: absolute;
	top: 150px;
	left: -232px;
}

.yellowed-bn-hldr {
	background: #fdf9ce;
}

.bf-big {
	font-size: 40px !important;
}

.bf-optin {
	display: block;
	max-width: 600px;
	margin: 10px auto;
}

.bf-input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 10px;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 24px;
}

.bf-button {
	width: 100%;
	display: block;
	border: none;
	cursor: pointer;
}

.ddio_countdown_wrap {
	max-width: 300px;
	margin: 10px auto;
}



/* ===== Main ection ===== */

.grey {
	background: #f4f4f4; 
}

.dark-grey {
	background: #f4f4f4;
	padding: 40px 0;
}

.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.blue-border {
	background: #59B0E7;	
}

.blue-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #59B0E7 transparent transparent transparent;
	margin: 0 auto;
}

.green-border {
	background: #7cc542;	
}

.green-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #7cc542 transparent transparent transparent;
	margin: 0 auto;
}

.yellow-border {
	background: #ffbc3b;	
}

.yellow-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #ffbc3b transparent transparent transparent;
	margin: 0 auto;
}

.blue-border h1, .green-border h1, .yellow-border h1 {
	color: #ffffff;
}

.small-img {
	display: none;
}

.hidden-testim {
	display: none;
}

.symbol-holder {
	width: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.symbol-holder img {
	display: inline-block;
	vertical-align: middle;
	margin: 14px;
}

.green-head {
	font-family: 'Source Sans Pro', sans-serif;
	color: #7cc542;
}

.testimonial-box {
	min-height: 300px;
	width: 32%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 10px 7px 20px 5px;
	border: 3px solid #59B0E7;
}

.xl-test {
	min-height: 220px!important;
}



.testimonial-box:first-child {
	margin-left: 0;
}

.testimonial-box:last-child {
	margin-right: 0;
}

.last-in-row {
	margin-right: 0em;
}

.testimonial-top {
	min-height: 150px;
}

.xl-test .testimonial-top {
	min-height: 80px!important;
}

.testimonial-box img{
	float: left;
	margin-right: 14px;
}

.testimonial-box h2, .no-img-box h2 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4d4d4d;
	font-size: 20px;
	line-height:22px;
	font-style: italic;
    font-weight: normal;
	text-align: left;
	padding: 0;
}

.testimonial-box h3, .no-img-box h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	color: #464646;
	line-height: 14px;
}

.testimonial-box a, .no-img-box a {
	text-align: right;
	float: right;
	color: #9a9a9a;
	margin: 5px 8px;
}

.testimonial-box a:hover {
	color: #686868;
}
.image-handler {
    display: block;
    float: none !important;
    margin: 0 auto 14px auto !important;
}

.no-img-box {
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
	border: 3px solid #59B0E7;
	padding: 10px;
}

.no-img-box:last-child {
	margin-bottom: 0;
}

.no-img-testimonial-box {	
	width: 32%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 10px 7px 20px 5px;
}



.white-popup {
  position: relative;
  background: #ffffff;
  width: auto;
  max-width: 1100px;
  margin: 20px auto;
	padding: 30px 40px;
}

.small-white-popup {
  max-width: 600px;
}

.white-popup-inner {
  
}

.white-popup h2{
    font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	padding: 10px 30px;
	color: #4D4D4D;
}

.bottom-button {
	width: 600px;
	margin: 20px auto 30px auto;
}

.disclaimer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}


.head-testimonial {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.head-testimonial img{
	float: left;
	margin: 20px 20px 10px 20px;
}

.head-testimonial h2{
	font-size: 18px;
	color: #FF3B3B;
	font-weight: normal;
	font-weight: normal;
	text-align: left;
	font-style:italic;
	margin: 20px 0 0 0;
}

.head-testimonial h3{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 10px 20px 46px 20px;
	font-weight: bold;
}

.head-testimonial a{
	text-align: right;
	float: right;
	color: #9a9a9a;
	margin: 5px 20px 20px 20px;
}

.head-testimonial a:hover{
	color: #686868;
}

.head-testimonial p {
	text-align: justify;
	margin: 10px 20px 0 20px;
	font-size: 18px;
}

.hidden-testim {
	display: none;
}

.full-gym-img {
	margin: 40px 20px;
}

.letter-img {
	margin: 20px;
}

.feature {
	display: block;
	height: auto;
	margin: 0 auto;
}

.top-pad {
	padding: 60px 0 0 0;
}

.right-pad {
	padding: 0 20px 0 0;
}

.bottom-pad {
	padding: 0 0 60px 0;
}

.left-pad {
	padding: 0 0 0 20px;
}

.regular-pad {
	padding: 50px 0;
}

.creamish {
	background: #fffaf4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fffaf4 0%, #fff7ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffaf4), color-stop(100%,#fff7ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fffaf4 0%,#fff7ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fffaf4 0%,#fff7ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fffaf4 0%,#fff7ed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fffaf4 0%,#fff7ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf4', endColorstr='#fff7ed',GradientType=0 ); /* IE6-8 */


}

.greysh {
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */


}

.feature:last-child {
	border-bottom: none;	
}

.feature-headline {
	display: block;
	width: 100%;
	height: auto;
	min-height: 30px;
	margin: 0 0 30px 0;
}

.feature-headline h3{
	display: inline;
	color: #FF3B3B;
	font-size: 28px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}


.number-holder {
	display: block;
	float: left;
	background-color: #FF3B3B;
	margin: 0 10px 30px 10px;
	height: 30px;
	width: 30px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
}

.number-holder p{
	color: #fff;
	size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 !important;
}



.width-36 img, .width-49 img, .width-33 img, .width-42 img, .width-58 img  {
	margin: 0 auto;
}

.width-36 .float-right, .width-36 .float-left {
	float: none;
}

.width-36, .width-63, .width-33, .width-49, .width-42, .width-58 {
	display: inline-block;
	vertical-align: middle;
	height: auto;
}

.width-33 {
	width: 33%;
}

.width-36 {
	width: 36%;
}

.width-63 {
	width: 64%;
}

.width-42 {
	width: 42%;
	padding: 0 18px;
}

.width-58 {
	width: 58%;
}

.width-49 {
	width: 49%;
}

.big-letter p {
	padding: 0 10px;
	font-size: 22px;
}
.feature-headline h3{
	font-size: 26px;
}

.blue-link {
	color: #4885ca;
	border-bottom: 1px dotted #4885ca;
	font-weight: 400;
}

.blue-link:hover {
	color: #FF3B3B;
	border-bottom: 1px solid #FF3B3B;
}

.sub-image {
	font-size: 14px !important;
	font-weight: 400;
	text-align: center;
	margin-top: 16px;
}


.solution {
    display: block;
    height: auto;
    margin: 60px 0 0;
    width: 100%;
}

.no-border {
	border: none !important;	
}

.solution-box {
	display: block;
	width: 100%;
	height: auto;
	background-color: #58bb58;
	margin-bottom: 20px;
}

.solution-box h2{
	font-size: 28px;
	padding: 15px 0;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}

.left-solution {
	display: none;
}

.solution h3 {
	padding: 10px 0 16px 0;
	text-align: center;
	text-transform: uppercase;
	color: #4D4D4D;
}


.abt-video-holder {
    display: block;
	width: 498px;
    height: 280px;
    margin: 0 auto;
}

.order-box {
	border: 5px dashed #cccccc;
	padding: 20px;
	width: 900px;
	margin: 0 auto;
}

.order-box p {
	text-align: center;
	font-weight: 400;
}
.order-box p span {
	color: #3787b9;
    font-size: 20px;
	line-height: 40px;
}

.hand {
	font-family: 'Gochi Hand', cursive;
	text-align: center;
	color: #ff3b3b !important;
	font-size: 42px;
	vertical-align: middle;
	font-weight: 400;
}

.hand img {
	width: 56px;
	vertical-align: middle;
}

.center-testimonial {
	text-align: center;
}

.bot-pop {
	padding: 20px 0;
}

.bot-button {
	background: #ffffff;
	display: block;
	border: 2px solid #FF3B3B;
	width: 92%;
	margin: 10px auto 20px auto;
	padding: 10px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #FF3B3B;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
		    border-radius: 6px;
}

.bot-button:hover {
	color: #ffffff;
	background: #FF3B3B;
}

.shipping-table {
	width: 100%;
	border: 2px solid #4672B2;
	border-collapse: collapse;
    height: auto;
}

.shipping-table td {
	width: 50%;
    border: 2px solid #4672B2;
    padding: 10px;
}

.shipping-table td p{
	text-align: center;
	margin: 0;
	padding: 0;
}

.shipping-table td .bolded {
	color: #4672B2;
	font-weight: 400;
	margin: 0;
}

.product-table {
	width: 100%;
	border: 2px solid #FF3B3B;
	border-collapse: collapse;
    height: auto;
}

.product-table td {
	width: 50%;
    border: 2px solid #FF3B3B;
    padding: 10px;
}

.product-table td p{
	text-align: center;
	margin: 0;
	padding: 0;
}

.product-table td .bolded {
	color: #FF3B3B;
	font-weight: 400;
	margin: 0;
}

.question {
    border-top: 1px dotted #4D4D4D;
    color: #58BB58;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 20px 0 10px;
}

.question:first-child {
    border-top: none;
}

.question span {
	font-weight: 600;
	margin-right: 5px;
}

.guarantee-img {
	margin: 20px auto 30px auto;
}

.weighted {
	font-weight: 400;
}





/* ===== footer ===== */

footer {
	width: 100%;
	background: #e2e2e2;
}

footer a {
	color: #999999;
	display: block;
}

.footer-seal {
    display: block;
    margin: 10px auto;
    text-align: center !important;
}

footer a:hover {
	color: #666666;
}

.slide-out-div {
	background: url('../images/slider.png') no-repeat scroll -42px 0 transparent;
    min-height: 286px;
    padding: 5px -10px 10px 15px;
    position: fixed;
    text-align: left;
	top: 160px;
    width: 266px;
    z-index: 1;
	display: block; 
	right: -266px;
}


.slide-out-div p {
    margin:0px;
}

.handle {
    margin-top: 70px;
	background: url('../images/slider.png') no-repeat scroll 0 0 #3d9237;
	width: 36px;
	height: 140px; 
	display: block; 
	position: absolute; 
	top: 0px; 
	left: -36px;
	cursor: pointer;
}

.stick-chat {
	position: fixed;
	bottom: 0;
	right: 40px;
	z-index: 100;
}

.chat-button-1 {
	background-color: #3d9237;
	display: inline-block; 
	padding: 7px 40px;
	z-index: 10;
	cursor: pointer;
}

.chat-button-1:hover {
	background-color: #2D7B27;
}

.chat-button-1 img, .chat-button-1 span {
	display: inline-block;
	vertical-align: middle;
}

.chat-button-1 span {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 0 4px
}


.chat-button-2 {
	display: none;	
}

.order-button-orderBox {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdc737), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #fdc737 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc737', endColorstr='#fb9e25');
	background-color:#fdc737;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	text-indent:0;
	border:1px solid #eeb44f;
	display: block;
	height:auto;
	width: 70%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px -1px 0px #cc9f52;
	margin: 40px auto 10px auto;
	color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	padding: 20px;
}
.order-button-orderBox:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #fdc737) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #fdc737 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#fdc737');
	background-color:#fb9e25;
}

.compareTable {
	width: 98%;
	height: auto;
	border: none;
	margin: 0 auto;
	border-collapse: collapse;
}

.compareTable td {
	border: 1px solid #4672b2;
	padding:  10px 12px;
	text-align: center;
}

.compareTable td p {	
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
	vertical-align:  middle;
	text-align: center;
	line-height: 23px
}

.compareTable td p:last-child {
	margin: 0;
}

.compareTable td img {
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align:  middle;
}

.bluebg {
	background: #dcedff;
	font-weight: bold;
	color: #000000;
}

.high-cell {
	background: #efffca;
}

.footer-wrap {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}

.bottom-1 {
	display: inline-block;
	vertical-align: top;
	list-style: none;	
	margin: 40px 20px;
}

.bottom-1 li {
    padding: 6px;
	margin: 5px 0 0 0;
}

.bottom-1 a {
    color: #4d4d4d;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
	font-weight: bold;
}

.bottom-1 a:hover {
	color: #727272;
}

.bottom-2 {
	display: inline-block;
	vertical-align: top;
	list-style: none;	
	margin: 44px 0 20px 60px;;
}

.bottom-2 li {
    padding: 4px;
	margin: 3px 0 0 0;
}

.bottom-2 a {
    color: #4d4d4d;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
	font-weight: normal;
}

.bottom-2 a:hover {
	color: #727272;
}

/*  Social column */

.bottom-3 {
	display: inline-block;
	vertical-align: top;
	list-style: none;	
	margin: 44px 0 20px 20px;;
}


.bottom-3 {
    display: inline-block;
    list-style: outside none none;
    margin: 44px 0 20px 60px;
    vertical-align: top;
}

.bottom-3 li {
    padding: 4px;
	margin: 3px 0 0 0;
}

.bottom-3 li img, .bottom-3 li span {
    display: inline-block;
	vertical-align:  middle;
}

.bottom-3 li img {
	margin: 0 6px 0 0
}

.bottom-3 a {
    color: #4d4d4d;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
	font-weight: normal;
}

.bottom-3 a:hover {
	color: #727272;
}

/* end social column */

.bottom-logo {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 50px 20px 20px 20px;
}

.bottom-logo p {
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	margin: 5px 0;
}

.bottom-logo-2 {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 50px 20px 20px 20px;
}

.bottom-logo-2 p {
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	margin: 5px 0;
}

.bottom-copyright {
	margin: 0 20px;
	padding: 20px 0;
	color: #4D4D4D;
}

.contact-image {
	float: right;
	margin: 0 0 0 20px;
}

.contact-map {
	width: 100%;
	height: 400px;
}

.download-link {
	font-size: 30px;
	color: #ff0000;
	text-align: center;
}

.download-link img {
	margin: 10px 0 5px 30px;;
	vertical-align: middle;
}

.down-vid {
	margin: 30px auto 0 auto;
	width: 800px;
}

.forty {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.sixty {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.abt-holder {
	margin: 0 0 40px 0;
}
.abtheadline {
	font-size: 130%;
	font-weight: bold;
}

.abt-hidden {
	display: none;
}


.rotator img {
    margin: 0 auto 20px;
    display: block;
    height: auto;
    max-width: 100% !important;
}

.xmas-sec {
	background: url('../images/snow-foot.jpg') repeat-x scroll 0 bottom transparent;
}

.x-mas-foot {
	background: #d8f2ff;
}

.x-half {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 50%;
}

.x-half img {
	float: left;
	padding-right:10px;
}

.x-head {
	color: #ff3b3b;
	font-size: 120%;
	padding: 4px 0;
}

.x-cont {
	font-size: 96%;
	padding: 4px 0;
	overflow: hidden;
}


/* ===== PRODUCT styles ===== */


.product-left {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	padding: 0 20px 0 0;
}

.product-right {
	display: inline-block;
	vertical-align: middle;
	width: 54%;
	padding: 0 0 0 20px;
}

.product-right h2{
	text-align: left;
	padding: 10px 0 20px 0;
	color: #4d4d4d;
}

.strike {
	position: relative;
	font-weight: 400;
    padding: 4px;
}

.strike img {
	position: absolute;
	top: 7px;
	left: 0;
	height: 20px;
	width: 100%;
}

.product-bold {
	font-weight: 600;
	margin: 10px 0 0 0;
	display: inline-block;
}

.smaller-font {
	font-size: 80%;
}

.product-red {
	color: #d33a3c;
}

.product-button {
	padding: 40px 0 0 0;
}

.product-button .big-button {
	border: none;
}

.product-spacer {
	width: 100%;
	height: 300px;
}

.your-gym-video-holder {
	width: 760px;
	margin: 20px auto 40px auto;
}

#wistia_154 ul li {
    margin-left: 0!important;
}


/********** COUPON PAGE STYLES ******/

.coupon-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	min-height: 800px;
}

.coupon-logo {
	margin: 12px 0 0 20px;;
}

.coupon-back {
	background: #284260  url("../images/399-large.jpg") scroll no-repeat center 0 ;
}
.coupon-back-fin {
	background: #284260  url("../images/499-large-fin.jpg") scroll no-repeat center 0 ;
}

.coupon-form {
	background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    color: #381e26;
    padding: 20px;
	max-width: 400px;
	position: absolute;
	top: 40px;
	right: 20px;
}

.coupon-footer {
	position: relative;
	width: 100%;
	text-align: center;
	background: #e8e8e8;
	min-height: 100px;
	padding: 20px 0;
}
	
.coupon-footer a {
	display: inline-block;
    font-weight: 600;
    margin: 0 10px;
	color: #4d4d4d;
	font-size: 14px;
}

.coupon-footer p {
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
}

.coupon-inpt {
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	width: 100%;
	margin: 6px 0;
	padding: 8px;
	font-size: 20px;
	color: #8E8E8E;	
}








/********** New header style ******/

.ribbon {
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 18px;
}

.ribbon span {
	display: inline-block;
}

.blue-ribbon {
	background: #002966;
	text-align: center;
}

.blue-ribbon:hover {
	background: #023685;
}

.red-ribbon {
	background: #9e0505;
}

.red-ribbon:hover {
	background: #ba0000;
}

.ribon-spacer {
	width: 40px;
	height: 2px;
}

.halfer {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}

.ribbon:hover span {
	text-decoration: underline;
}

.all-product-list {
	list-style-image: url("../images/all-list-bullet.png");
	margin: 40px 0 20px 40px;
}

.all-product-list li {
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	padding: 4px 0
}

.all-product-bold {
	font-weight: 600;
}

.list-red {
	color: #9e0505;
	font-weight: 600;
}

.spec-link {
	text-align: center;
	font-size: 30px;
	color: #9e0505;
}

.spec-link:hover {
	color: #d90000;
	text-decoration: underline;
}

.all-product-txt {
	font-size: 22px;
	line-height: 24px;
	color: #000000;
}

.progress-bar {
	background:  url("../images/progress-bar.png") transparent scroll no-repeat center top ;
	width: 100%;
	height: 40px;
	border: 1px solid #b9b9b9;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
}

.pop-optin {
	margin: 0 0 20px 0;
}

.pop-optin input[type=text] {
	width: 100%;
	border: 1px solid #b9b9b9;
	font-size: 18px;
	display: block;
	padding: 8px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.pop-optin input[type=submit] {
	width: 100% !important;
	border: none !important;	
}

.spam-safe {
	font-size: 16px;
	line-height: 20px;
}

.spam-safe img {
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.four, .six {
	display: inline-block;
	vertical-align: middle;
}

.four {
	width: 35%
}

.six {
	width: 65%
}

.desktop-click {
	display: block;
}

.mobil-not {
	display: none;
	visibility: hidden;
}

#Div2 {
  display: none;
}

.popper-head {
  text-align: center;
  color: #ff3b3b!important;
  font-weight: 600!important;
}

.pop-sizer .uno {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
	cursor: pointer;
}

.pop-sizer .uno:hover {
	opacity: 0.9;
}

.pop-positioner .dos {
	z-index: 99;
}

.show-desk {
	display: block;
}

.hide-mob {
	display: none;
}

.bubble {
	position: absolute;
	top: -66px;
	right: -180px;
}

.scl-holder {
	text-align: center;
}

.scl-holder a {
	display: inline-block;
	margin: 10px;
}


@media only screen and (max-width: 1400px) {
.modell {
	width: 100%;
}
.x-tag {
	left: -190px;
}
	.show-desk {
	display: none;
	}

	.hide-mob {
		display: block;
	}
}

@media only screen and (max-width: 1140px) {
.reg-wrap, .head-wrap, .wrap-shadow, .footer-wrap, .page-wrap {
	width: 100%;
}
.dark-grey {
	padding: 0;
}
.bottom-logo-2 {
	display: block;
	vertical-align: top;
	float: none;
	margin: 0 20px;
}
.bottom-logo-2 p {
	text-align: left;
}
.bottom-logo-2 a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
}

@media only screen and (max-width: 1100px) {
.x-tag {
	left: -160px;
}
.x-tag img {
	width: 230px;
}
.testimonial-box, .no-img-testimonial-box {
	width: 31%;
	margin: 10px 5px 20px 5px;
}
header h1 {
    font-size: 26px;
	padding: 20px 10px;
}	
.modell {
	background: url("../images/model.png") no-repeat 0 170px transparent;
	width: 100%;
	background-size: 50%;
	height: auto;
	padding-bottom: 20px;
}	
.video {
	width: 413px;
	margin: 10px 40px 0 0;
}
}

@media only screen and (max-width: 1040px) {
nav a {
	font-size: 18px;
}
nav p {
	font-size: 14px;
}
nav li {
    padding: 14px 0 10px 10px;
}
.modell {
	background: url("../images/model.png") no-repeat 0 190px transparent;
	background-size: 50%;
}
.opt-in {
	margin: 0 20px 0 0;
}
.trial-holder {
	display: inline-block;
    height: auto;
    margin: 4px 0 0 40px;
    width: 360px;
}
.wrapper {
    width: 100%;
}

.big-button {
	padding: 10px 16px;
	font-size: 24px;
	line-height: 26px;
}
.bottom-button .big-button {
	padding: 20px 16px;
}
.testimonial-box {
	display: block;
	width: 90%;
	padding: 16px;
	margin: 10px auto 20px auto;
	min-height: 280px;
}
.testimonial-box:first-child, .testimonial-box:last-child {
	margin: 10px auto 20px auto;
}

.no-img-testimonial-box {	
	display: block;
	width: 90%;
	padding: 0;
	margin: 10px auto 20px auto;
}

.disclaimer {
	width: 100%;
}
.order-box {
	width: 96%;
}
.bottom-button {
	margin: 20px auto;
}
.doodle {
	display: block;
	margin: 40px auto 0 auto;
}
.doodle-1 {
	display: none;
}
.doodle-2 {
	display: block;
}
.new-optin-holder {
	display: table;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.new-optin-holder p {
    font-size: 20px;
    margin: 20px 0 0 0;
    text-align: center;
}
.contact-image {
	width: 260px;
}
.xmas-sec {
	background: none;
}
}

@media only screen and (max-width: 1000px) {
.x-hide {
	display: inline-block;
	margin: -26px 0 0 0;
	z-index: 1;
}
.x-tag {
	display: none;
}
	.pop-sizer {
		width: 380px
	}
	.pop-positioner .uno {
		max-width: 24px;
	}
}


@media only screen and (max-width: 959px) {
.x-hide {
	display: inline-block;
	margin: -26px 0 0 0;
	z-index: 1;
}
.x-tag {
	display: none;
}
header h1 {
    font-size: 26px;
}

.main-testimonial {
	width: 90%;
}
.white-popup h2{
    font-size: 28px;
	line-height: 30px;
}
.submit  {
	font-size: 24px;
}
.full-gym-img {
	width: 50%;
}
p, .testimonial-box p, .no-img-box p, .warranty-list li {
	font-size: 18px;
}
.solution-box h2{
	font-size: 26px;
	padding: 14px 0;
}
.width-49 {
	padding: 0 10px;
}
.guarantee-img {
	width: 250px;
	margin: 20px auto;
}
.slide-out-div {
    display: none;
}
.handle {
	display: none; 
}
.chat-button-2 {
	display: block;	
	background-color: #3d9237;
	position: fixed;
	bottom: 0px;
	right: 20px;
	height: auto;
	width: auto;
	z-index: 1;
}
.chat-button-2:hover {
	background-color: #2d7b27;
}	
.big-letter p {
	font-size: 20px;
}
.feature-headline h3 {
    font-size: 24px;
}
.bottom-2 {
	margin: 44px 0 20px 40px;
}
.download-link {
	font-size: 26px;
}	
.strike img {
	top: 6px;
}
.scl-holder a img {
	max-width: 120px
}
}

@media only screen and (max-width: 930px) { 
/* navigation */
nav {display:block !important; float: none; margin: 0 auto 20px auto; padding: 0; background: none; z-index: 99999;width: 76%;}
.new-nav {
	width: 76%;
	display: block;
	margin: 0 auto  20px auto;
}
nav ul{width: 76%; background-color: #ffffff;
    border: 1px solid #999; padding: 0; position: absolute; border-radius: 3px; -webkit-border-radius: 3px; z-index: 100; }
nav ul li{display: none; color:#333; margin: 0; padding: 2px 5px 3px 20px; float: none !important;}
nav ul li a{ color: #333333}
nav_separator{display: none;}
nav ul li:first-child{display: block;}
nav ul:hover{display: block;}
nav ul:hover li{display: block;}
nav ul:hover li:hover{background-color: #ceeff9;}
.no-hov:hover {
	background: none !important;
}
nav ul ul {
	display: block;
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	background: none;
	padding: 4px 0;
	border: none;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
nav ul li ul li {
	padding: 0;
}
nav ul ul a {
	width: 100%;
	padding: 4px 0 4px 20px;
	display: block;
}
nav ul ul a:hover {
	color: #333333;
}
nav .mob-hide {
	display: none;
}	
.header .wrap div.nav ul li a:hover {
	text-decoration: none;
}
		
nav p {
	display: none;
}
	
.hide-menu {
	display: inherit;
}
.hide-menu img{
	margin: 1px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.hide-menu a span {
	display: inline-block;
	vertical-align: middle;
}

.tel-number {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #6a6a6a;
	margin: 0 0 0 10px;
}
.tel-number-new {
	display: block;
	float: right;
	margin: 30px 0 0 10px;
}
.tel-number-big {
	display: block;
	font-size: 24px;
	margin: 0 0 20px 0;
	text-align: center;
}
.header-seal {
	display: none;
}
.trial-holder {
    display: inline-block;
    float: right;
	margin: -18px 10px 0 0;
}
.bottom-button {
	margin: 10px auto;
}
.contact-map {
	height: 360px;
}
.down-vid {
	width: 760px;
}
.ribbon {
	padding: 10px;
	font-size: 18px;
}
.ribon-spacer {
	width: 20px;
}
.all-product-list li {
	font-size: 20px;
}
.all-product-txt {
	font-size: 20px;
	line-height: 22px;
}
}



		 
@media only screen and (max-width: 800px) {  
.banner-holder {
	width: 90%;
}

.banner-image{
	margin: 0 auto 20px auto;
	width: 94%;
}

.banner-holder h2 {
	font-size: 24px;
}
.testimonial-box {
	width: 96%;
	padding: 14px;
}
.no-img-testimonial-box {	
	width: 96%;
	padding: 0;
}
.no-img-box {
	padding: 14px;
}
.reg-wrap, .padded {
	padding: 20px;
}
.page-wrap {

	padding: 30px 20px;
}
section h1 {
	font-size: 28px;
	line-height: 32px;
	padding: 14px 0;
}

section h2 {
	padding: 10px 0;
	font-size: 26px;
	line-height: 30px;
}
section h3, .big {
	font-size: 22px;
	line-height: 26px;
}

section h4 {
	font-size: 18px;
	line-height: 24px;
}
.solution-box h2{
	font-size: 22px;
	padding: 12px 0;
}
.dots {
	background: none;
}
.modell {
    background: none;
    height: auto;
}	  
.video {
	float: none;
	width: 491px;
	margin: 0 auto;
}
.big-button {
	padding: 20px;
	font-size: 22px;
	line-height: 24px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		    border-radius: 8px;
}
.blue-triangle, .green-triangle, .yellow-triangle  {
	border-width: 24px 40px 0 40px;
}
.main-testimonial {
	width: 100%;
}
p, .testimonial-box p, .no-img-box p, .warranty-list li {
	font-size: 16px;
}
.main-testimonial h3{
	font-size: 20px;
}
.main-testimonial a {
	font-size: 18px;
}
.big-letter p {
	font-size: 20px;
}
.feature-headline h3{
	font-size: 24px;
}
.white-popup h2{
    font-size: 26px;
	line-height: 28px;
}
.row input { padding:9px 16px 10px; font-size:18px;}
.row { width:88%}
.submit  {
	width: 100%;
	font-size: 22px;
}
.width-36, .width-63, .width-42, .width-58, .regular-pad  {
	width: 100%;
	margin:0;
	padding: 0;
}
.feat-pad {
	padding: 20px !important;
}
.width-33 {
	width: 49%;
}
.big-letter p {
	padding: 10px 0;
}
.right-pad, .left-pad, .bottom-pad, .top-pad {
	padding: 0;
}
.feature-headline {
	margin: 10px 0;
	min-height: none;
}
.number-holder {
	margin: 0 10px 10px 0;
}
.center-it {
	display: block;
	margin: 0 auto;
}
.solution {
	margin: 20px auto;
	border-bottom: none;
	padding-bottom: 0;
}

.left-solution {
	display: block;
}
.hide-it {
	display: none;
}
.hand {
	font-size: 38px;
}

.hand img {
	width: 50px;
}
.order-box {
	width: 98%;
}
.bottom-1 {
	margin: 30px 0 0 0;
	width: 100%;
}

.bottom-1 li {
    padding: 10px 0 0 40px;
	margin: 0;
	float: left;
}
.bottom-logo {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 40px 2.6em 20px 0;
}	
.down-vid {
	margin: 20px auto 0 auto;
	width:90%;
}
.sixty  {
	display: block;
	width: 100%;
}

.forty {
	display: none;
}

.abt-hidden {
	display: block;
	margin: 30px auto 0 auto;
}
.abt-holder {
	border-bottom: 1px dotted #C8C8C8;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}
.strike {
    padding: 2px;
}
.strike img {
	top: 5px;
	height: 17px;
}
.your-gym-video-holder {
	width: 100%;
	margin: 10px 0 20px 0;
}
.chat-button-1 {
	padding: 7px 30px;
}
.chat-button-1 span {
	font-size: 22px;
}
.chat-button-1 img {
	width: 28px;		
}
.new-optin {
	padding: 0 0 10px 0;
}
	
.new-optin-btn  {
	position: static;
	width: 80%;
	margin: 10px auto 0 auto;
}
.progress-bar {
	height: 34px;
	line-height: 34px;
	font-size: 20px;
}
.spec-link {
font-size: 24px;
}
.pop-sizer {
max-width: 300px
}
.pop-positioner .uno {
	width: 18px;
}	
.scl-holder a img {
	max-width: 100px
}
}


@media only screen and (max-width: 777px) {
.opt-in {
	display: block;
	float: none;
	background: url("../images/optin-2.png") repeat 0 0 transparent;
	width: 80%;
	min-width: none;
	height: auto;
	margin: 20px auto 0 auto;
}
.headline-holder {
	height: auto;
	width: auto;
	margin: 0;
	background: #59b0e7;
	padding: 5px 0;
}
.opt-in h2{
    font-size: 18px;
	padding: 0 20px;
}
.input-holder {
    margin:12px 0 0 0;
    width: auto;
}	
.opt-in input{
	float: left;
	width: 300px;
	margin:0 0 12px 12px;
}
.submit-holder {
	width: auto;
	margin: 0;
}
input#submitButton {
	width: 300px;
	height: 60px;
}
.user-guide {
	background: url("../images/user-guide.png") repeat 0 0 transparent;
	display: inline-block;
	width: 133px;
	height: 180px;
	float: right;
	vertical-align: top;
	margin: -100px 20px 0 0;
	overflow: hidden;
} 
.new-optin-holder {
	display: block;
}
.new-optin-holder p {
	font-size: 18px;
	margin: 20px auto 0 auto;
	padding: 0 20px;
}
.opt-in-2 {
	display: block;
	float: none;
	background-color: #d7d7d7;
	background-image: none;
	width: 80%;
	min-width: none;
	height: auto;
	margin: 20px auto 0 auto;
}
.opt-in-2 .headline-holder {
	height: auto;
	width: auto;
	margin: 0;
	background: #59b0e7;
	padding: 0;
}
.opt-in-2 h2{
    font-size: 18px!important;
	padding: 20px!important;
	margin: 0!important;
}
.opt-in-2 input{
	float: none;
	width: 300px;
	margin:0 0 12px 12px;
}
.compareTable td p{
	font-size: 14px;
}
.compareTable td{
	padding:  10px;
}
.bf-big {
	font-size: 30px !important;
}
.four, .six {
	width: 100%
}
.desktop-click {
	display: none;
	visibility: hidden;
}

.mobil-not {
	display: block;
	visibility: visible;
}
}




@media only screen and (max-width: 700px) {
.float-right, .float-left {
	float: none;
}
.white-popup-inner {
  padding: 20px 30px;
}
header h1 {
    font-size: 22px;
	padding: 10px;
}
.pre-head {
	padding: 20px 10px 0 10px;
	font-size: 18px;
}
.sub-head {
	font-size: 18px;
	padding: 0 10px 20px 10px;
}	
.small-img {
	display: block;
}

.big-img {
	display: none;
}
.submit  {
	font-size: 20px;
}
.head-testimonial {
	width: 100%;
	border-bottom: 1px #999 dotted;
}
.head-testimonial:last-child {
	width: 100%;
	border-bottom: none;
}
.head-testimonial img{
	margin: 20px 20px 0 20px;;
}
.full-gym-img {
	width: auto;
	display: block;
	margin: 20px auto;
}	
.letter-img {
	margin: 20px auto;
	display: block;
}
.width-49 {
	display: block;
	width: 100%;
	padding: 0;
}
.hand {
	font-size: 36px;
}

.hand img {
	width: 44px;
}	
.bottom-button {
	width: 98%;
}
.bottom-1 {
	margin: 0;
	border-bottom: 4px solid #464646;
	background: #818181;
}
.bottom-1 li {
	width: 49.9%;
	display: block;
	float: none;
    background: #818181;
	border-top: 1px solid #464646;
	border-bottom: none;
	margin:0 auto;
	padding: 10px 0;
	text-align: center;
	float: left;
}
.bottom-1 .left-border {
	border-left: 1px solid #464646;
}
.bottom-1 li:hover {
    background: #6d6d6d;
}
.bottom-1 a {
    color: #e5e5e5;
}
.bottom-1 a:hover {
	color: #e5e5e5;
}
.contact-map {
	height: 300px;
}	
.download-link {
	font-size: 20px;
}
.x-mas-foot {
	background: #e2e2e2;
}
.x-half {
	width: 100%;
}
.product-left {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	padding: 0 20px 0 0;
}

.product-right {
	display: inline-block;
	vertical-align: middle;
	width: 54%;
	padding: 0 0 0 20px;
}
.product-left, .product-right {
	vertical-align: top;
	width: 100%;
	padding: 0 0 20px 0;
}
.product-left img {
	max-width: 500px!important;
}
.product-spacer {
	height: 200px;
}
.scl-holder a img{
    width: 80px
}
.tel-number-big {
font-size: 20px;
}
.coupon-form {
	position: static;
    margin: 40px auto 0 auto;
}
}

@media only screen and (max-width: 640px) {	

.opt-in-2 {
    width: 90%;
}
.input-holder, .new-optin-holder {
	display: block;
    margin: 0;
    width: 100%;
}
.submit-holder {
	display: block;
    padding: 12px 0;
    width: 100%;
}
.opt-in input{
	float: none;
	width: 96%;
	margin:12px auto 0 auto;
}
input#submitButton {
	width: 96%;
	margin:0 auto;
}
.user-guide {
	display: none;
} 
.trial-holder {
    margin: 2px 10px 0 0;
	width: 300px;
}
.big-letter p {
	font-size: 18px;
}
.feature-headline h3{
	font-size: 22px;
}
.opt-in-2 input {
    float: none;
    margin: 12px auto 0 auto;
    width: 96%;
}
.contact-image {
	display: block;
	width: 230px;
	float: none;
	margin: 0 auto;
}
.down-vid {
	width:96%;
}
.product-left img {
	max-width: 400px!important;
}
.scl-holder a img{
    width: 60px
}
.tel-number-big {
font-size: 18px;
}
.inline-b img {
	width: 16px	
}
.chat-button-1 {
	padding: 7px 20px;
}
.chat-button-1 span {
	font-size: 20px;
}
.chat-button-1 img {
	width: 24px;		
}
.bf-big {
	font-size: 24px !important;
}
.bf-input {
	font-size: 20px!important;
}
.tel-number-new {
	float: none;
	margin: 0 0 0 10px;
}
.ribbon {
	font-size: 16px;
}
.halfer {
	width: 100%;
}
.all-product-list li {
	font-size: 18px;
}
.all-product-txt {
	font-size: 18px;
	line-height: 20px;
}
.pop-optin {
	margin: 20px 0;
}
}





@media only screen and (max-width: 600px) {
.trial-holder {
	width: 280px;
}
.testimonial-box {
	width: 100%;
	padding: 14px;
	margin: 10px 0;
}
.no-img-testimonial-box {	
	width: 100%;
}
section h1 {
	font-size: 26px;
	line-height: 28px;
}

section h2 {
	font-size: 24px;
	line-height: 26px;
}
section h3, .big {
	font-size: 20px;
	line-height: 24px;
}
.solution-box h2{
	font-size: 20px;
	padding: 10px 0;
}
section h4 {
	font-size: 16px;
	line-height: 20px;
}
.white-popup h2{
    font-size: 22px;
	line-height: 24px;
}
.submit  {
	font-size: 18px;
}
.disclaimer {
	font-size: 12px;
}
.width-33 {
	display: block;
	width: 100%;
}
.hand {
	font-size: 32px;
}

.hand img {
	width: 40px;
}
.order-box {
	width: 100%;
}
.bottom-1 li {
	width: 100%;
	display: block;
	float: none;
    background: #818181;
	border-top: 1px solid #464646;
	border-bottom: none;
	margin:0 auto;
}
.bottom-1 .left-border {
	border-left: none;
}
.bottom-2 {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-bottom: 4px solid #818181;
}
.bottom-2 li {
	width: 100%;
	display: block;
	float: none;
    background: #e2e2e2;
	border-bottom: none;
	margin:0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #818181;
}
.bottom-2 li:hover {
    background: #d4d4d4;
}
.bottom-2 a {
    color: #727272;
}

.bottom-2 a:hover {
	color: #727272;
}

.bottom-logo {
	display: table;
	float: none;
	min-width: 200px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.contact-map {
	height: 260px;
}
}

@media only screen and (max-width: 540px) {
.trial-holder {
    margin: 2px 4px 0 0;
	width: 240px;
}
.abt-video-holder {
	width: 100%;
}
.video {
	width: 90%;
}
.contact-image {
	width: 200px;
}
.abt-holder {
	margin: 0 0 20px 0;
}
.scl-holder a img{
    width: 40px
}
.bf-big {
	font-size: 20px !important;
}
.bf-input {
	font-size: 16px !important;
}
}


@media only screen and (max-width: 500px) {
.logo, .logo-header-new {
	display: block;
	margin: 0 auto;
	width: 200px;
}
.trial-holder {
	display: none;
}
.tel-number {
	display: block;
	text-align: center;
	margin: 0;
}

.tel-number-2 {
	display: none;
}
nav {
	margin: 0 auto 30px auto;
}
nav, nav ul {
	width: 80%;
}
.opt-in, .opt-in-2 {
	min-width: none;
	width: 94%;
}
.white-popup-inner {
  padding: 10px;
}
.reg-wrap, .padded, .page-wrap {
	padding: 10px;
}
section h1 {
	font-size: 22px;
	line-height: 24px;
}

section h2 {
	font-size: 22px;
	line-height: 24px;
}
section h3, .big {
	font-size: 18px;
	line-height: 22px;
}

section h4 {
	font-size: 16px;
	line-height: 20px;
}

header h1 {
    font-size: 20px;
}
.big-button {
	padding: 14px;
	font-size: 20px;
	line-height: 22px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
}
.blue-triangle, .green-triangle, .yellow-triangle  {
	border-width: 16px 30px 0 30px;
}
.main-testimonial h3{
	font-size: 18px;
}
.main-testimonial a {
	font-size: 16px;
}
.white-popup h2{
    font-size: 20px;
	line-height: 22px;
}
.row input {
	padding:6px 12px 7px;
	font-size:18px;
}
.hand {
	font-size: 28px;
}
.hand img {
	width: 34px;
}	
.big-letter p {
	font-size: 16px;
}
.feature-headline h3{
	font-size: 20px;
}
.feat-pad {
	padding: 10px !important;
}
.compareTable td{
	padding:  5px;
}
.compareTable td p {
	font-size: 0.5em;
}
.contact-map {
	height: 200px;
}
.download-link {
	font-size: 18px;
}
.product-left {
	padding: 10px 0;
}
.stick-chat {
	left: 0;	
}
.chat-button-1 span {
	font-size: 18px;
	font-size: 18px;
}
.chat-button-1 img {
	width: 20px;		
}
	.compareTable img {
		width: 16px;
	}
}

@media only screen and (max-width: 420px) {
.product-left img {
	max-width: 100%!important;
}
}


@media only screen and (max-width: 400px) {
	
p, .testimonial-box p, .no-img-box p, .warranty-list li {
	font-size: 14px;
	padding: 10px 0;
}
.guarantee-img {
	width: 220px;
}
.chat-icon {
	width: 16px;
}
.compareTable td p {
	font-size: 0.4em;
}
.contact-image {
	width: 180px;
}
.strike img {
	height: 14px;
}
}









/* ============================ Chat============================ */	

.slide-out-div {
    background: url("../images/slider.png") no-repeat scroll -42px 0 transparent;
    min-height: 286px;
    padding: 5px -10px 10px 15px;
    position: fixed;
    text-align: left;
	top: 160px;
    width: 266px;
    z-index: 1000;
	display: block; 
}

.slide-out-div p{
    margin:0px;
}

.handle {
    margin-top: 70px;
	background: url("../images/slider.png") no-repeat scroll 0 0 #3d9237;
	width: 36px;
	height: 140px; 
	display: block; 
	position: absolute; 
	top: 0px; 
	left: -36px;
	cursor: pointer;
}


.chat-button-2 {
	display: none;	
}

@media only screen and (max-width: 1100px) {
.slide-out-div {
    z-index: 1;
}
}

@media only screen and (max-width: 959px) {
.slide-out-div {
    display: none;
}
.handle {
	display: none; 
}
.chat-button-2 {
	display: block;	
	background-color: #3d9237;
	position: fixed;
	bottom: 0px;
	right: 20px;
	height:30px;
	width: auto;
	z-index: 1;
}
.chat-button-2:hover {
	background-color: #2d7b27;
}
.chat-button-2 p {
	font-size: 18px;
	color: #ffffff;
	padding: 1px 8px 0 6px;
}
.chat-icon {
	height:26px;
	width:26px;
	display: inline-block;
	vertical-align: middle;
}
.chat-button-2 p span {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
}
	
}
















  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {}
 
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}
 
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}
 
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}
 
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {}
