@charset "UTF-8";
/* CSS Document */

/*==========Main==========*/
.chat1{
	height: 239px;
	width: 100px;
	position: fixed;
	top: 20%;
	background-image: url(../images/clicktochat.png);
	background-repeat: no-repeat;
	right: 0px;
	z-index: 99;
}

body {
	background-color:#FFFFFF;
	/*
	background-image:url(http://www.powerpressurecooker.com/images/backdrop.jpg);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position:center;
	*/
	font-family: 'AvenirLTStd55Roman', sans-serif;
	text-align:center;
	margin:0;
}

.container {
	max-width:1024px;
	width:100%;
	margin:auto;
	text-align: center;
	background: #FFFFFF;
}

.spacer {
	padding-top:20px;
	clear:left;
}

.padding {
	padding-bottom:10px;
}

.bulletCO1 {
	font-family: 'AvenirLTStd55Roman', sans-serif;
}

hr.gradientLine {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(157, 0, 1, 0.75), rgba(0, 0, 0, 0));
	margin-top:30px;
	clear:left;
}

hr.gradientLines {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(157, 0, 1, 0.75), rgba(0, 0, 0, 0));
}

/*==========Header==========*/

.toplks {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	font-family: Arial;
	font-size: 9px;
}

.header-track {
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
	border: 1px solid #999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #999999;
	height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 701px;
}

.outer-header-container {
    width: 100%;background-color: #FFFFFF;/*
	border-bottom: #333333 solid 6px;
	*/
	margin: 0 auto;
	max-width:1024px;
}
.header-container {
	max-width:1024px;
	max-height:140px;
	height: 100%;
	width:100%;
	margin:auto;
	display:inline-block;
}

.header-logo{
	height: 100%;
	margin: 10px 0 0 20px;
	float: left;
	display: inline-block;
}

.header-logo img{
	width:100%;
}

.header-container-box{
	width: 21%;
	margin:22px 20px 0;
	display: inline-block;
	float: right;
}

.header-container-box img{
	float:right;
	width:100%;
	max-width:195px;
}

.header-co{
	float: left;
	margin:39px 0 0 43px;
}

.header-menu {
	float:right; 
	font-weight: 300;
	font-size:14px;
	color:#333333;
    text-decoration:none;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 25px 0 0;
}

.header-menu:hover {
	color:#333333;
    text-decoration:none;
}


.order-txt {
	font-size:17px;
	color:#FFF;
	text-decoration:none;
    text-align:center;
    font-weight:bold;
    letter-spacing:9px;
  }

#order {
  background: url('http://www.powerpressurecooker.com/images/order.jpg');
  background-position: 0 0;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: 0px solid #333;
  max-height: 43px;
  max-width: 270px;
  width: 90%;
  margin: 0 0 10px 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 48px;

/*Rounded Corners */ 
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;

 /*Shadow*/
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);


/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

#order:hover {
  background: url(http://www.powerpressurecooker.com/images/order.jpg) no-repeat -650px  0px;
}

.order-shadow {
	 /*Shadow*/
 -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
 -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
 box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
 
 
/*Rounded Corners*/
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;

max-width:270px;
width: 100%;
margin:10px 0px 15px 15px;
display:inline-block;
}

#order a{
	color:#ffffff;
}

.headerH1 {
	font-size:20px;
	color:#333333;
	padding:15px 0 0 85px;
	text-align:center;
}

.headerTxt {
	float:left;
}

.hiddenButton {
	display:none;
}

#Map area {
outline:none;
}

*:focus
{
outline: none;
outline-width: 0;
}

#Map2 area {
outline:none;
}

*:focus
{
outline: none;
outline-width: 0;
}

#Map3 area {
outline:none;
}

*:focus
{
outline: none;
outline-width: 0;
}

/*==========Header End==========*/

/*==========Navigation==========*/
.header-divider{
	color: #ffffff;
}

.nav-container{
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 0 10px 0;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	font-family: 'AvenirLTStd55Roman', sans-serif;
	color:#333333;
	background-color:#FFFFFF;
}

.nav-container ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.nav-container li{
	display: inline-block;
	padding: 8px 30px;
}

.nav-container li a{
	color: #333333;
	text-decoration: none;
}

.nav-container li:hover a{
	color: #333333;
}

#nav-a{
	display: block;
}

#nav-b{
	display: block;
}

#nav-c{
	display: block;
}

/*Style 'show nav' label button and hide it by default*/
.show-nav {
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	display: none;
	font-family: 'AvenirLTStd55Roman', sans-serif;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #nav-b{
    display: block;
}

.howToThreeButtons {
	float:left;
}

/*==========Navigation End==========*/

/*==========Terms, Customer, Policy===========*/

.tcp-container{
	max-width:1024px;
	width:100%;
	margin:auto;
	text-align: center;
	padding-top:10px;
	background: #FFFFFF;
}

.tcp-main{
	max-width:1024px;
	width:100%;
	height:auto;
	margin:auto;
}

.tcp-left-col{
	float:left;
	margin-left:12px;
	margin-top:0px;
	max-width:1000px;
	width:100%;
	height:auto;
}

.tcp-left-head{
	max-width:1024px;
	padding-top:20px;
	width:100%;
	height:65px;
	float:left;
	margin-bottom:10px;
	background-color:#:#9d0001;
}

.tcp-left-head p{
	padding:0;
	margin:4px 0;
	color: #FFFFFF;
	font-size:36px;
	text-shadow: 0px 3px 2px rgba(40, 0, 2, 0.75);
	font-family: 'AvenirLTStd55Roman', sans-serif;
}

.tcp-outer{
	max-width:1000px;
	width:100%;
	height:auto;
	float:left;
	letter-spacing:0.07em;
	text-align:left;
	margin-top:5px;
}

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

/*==========Terms, Customer, Policy -- End===========*/

.body-txt {
	color: #777; 
	font-size: 13px; 
	line-height:20px;
	text-align:left;
		padding-top: 18px;
		padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	border:#999 solid 0px;
		width: 900px;
	height: 660px;
	letter-spacing:0.02em;


}

.body_txt1 {
	color: #292929; 
	font-size: 13px; 
	line-height:20px;
	font-weight:bold;
}
.scroll_txt {
	color: #777;
	font-size: 13px;
	line-height: 20px;
	float: left;
	max-width: 1000px;
	width: 98%;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: left;
	margin-left: 10px;
}

.scroll_txt p{
	max-width: 630px;
	width:90%;
}



.gallery-layout {
	width:160px; height:135px; float:left; margin:5px 23px 20px 0;
}



.title-deco {
	width:25px; height:50px; background:url(http://www.powerpressurecooker.com/css/images/title-deco.png) no-repeat ; float:left; margin-left:25px;
}

.desc {
	max-width: 300px;
	height: auto;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	text-align: left;
	display: inline-block;
	float: left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

iframe{
	width: 100%;
	height: auto;
}

.sc-btn{
	width:100%;
	height:auto;	
	padding-top:10px;
}

.body-bg {
	float:left; margin-left:12px; margin-top:0px; width:688px; height:702px; background:url(http://www.powerpressurecooker.com/images/in-bg.jpg) no-repeat;
}

.title-bg {
	float:left; margin-left:0px; margin-top:20px; width:350px; height:50px; background:url(http://www.powerpressurecooker.com/images/bg-title.png) no-repeat -30px 0px ;
}

.title-deco {
	width:25px; height:50px; background:url(http://www.powerpressurecooker.com/images/title-deco.png) no-repeat ; float:left; margin-left:25px; 
}

.title-txt {
	height:50px; float:left; margin-left:3px; line-height:26px; color:#a85038; font-family: 'AvenirLTStd55Roman', sans-serif; font-size:18px; font-weight:bold; letter-spacing:2px;
}

.f-title {
	font-family: 'AvenirLTStd55Roman', sans-serif; font-size:13px; font-style:normal; font-weight:bold; color:#333;  line-height:16px; margin-bottom:-15px;
}

.f-body {
	font-family: 'AvenirLTStd55Roman', sans-serif; font-size:12px; font-style:normal; font-weight:300; color:#a85038;  line-height:16px;
}

.footer-container{
	max-width:1024px;
	width:100%;
	margin:auto;
	border:#aaa solid 0px;
	position:relative;
	display:inline-block;
	clear:left;
	background-color:#FFFFFF;
	border-top:#333333 solid 0px;
}

.footer-spacer{
	max-width: 1000px;
	width: 100%;
	height: 8px;
}

.footer-box{
	max-width:1024px;
	width: 100%;
	height:40px;
	display:inline-block;
	padding:10px 0;
	}

.footer{
	 text-align:center;
	 margin:auto;
	 max-width:700px;
	 position:relative;
	 left:0px;
	 display:inline-block;
	 color:#000000;
	 
 }

.footer-copyright{
	max-width:1024px;
	width: 100%;
	padding:15px 0;
	border-bottom:#bbb solid 0px;
	font-size:14px;
	color:#333333;
	font-weight:300;
	display:none;
	clear:left;
	color:#000000;
}

.tristar-copyright{
	max-width:1024px;
	width:100%;
	padding:15px 0;
	border-bottom:#bbb solid 0px;
	margin:auto;
	text-align: center;
	font-size:11px;
	font-weight:300;
	text-transform:uppercase;
	color:#000000;
	background-color:#FFFFFF;
}

.footer-bt a, a:link, a:hover, a:visited, a:active {
	font-family: 'AvenirLTStd55Roman', sans-serif; color:#000000;
}

.footer-bt {
	font-family: 'AvenirLTStd55Roman', sans-serif; font-size:14px; font-weight:700; letter-spacing:0px; text-decoration:none; letter-spacing:0px; color:#000000;
}
.footer-bt:hover{
	font-family: 'AvenirLTStd55Roman', sans-serif; font-size:14px; font-weight:700; letter-spacing:0px; text-decoration:underline; letter-spacing:0px; color:#000000;
}
.footer-divider {
	font-family: 'AvenirLTStd55Roman', sans-serif; font-size:14px; font-weight:700; letter-spacing:0px; text-decoration:none; padding:0px 10px 0px 10px; color:#000000;
}
.f_email {
	width: 517px;
	margin-left: 410px;
	position: absolute;
	margin-top: 5px;
	float: left;
	height: 22px;
}
.esub_input {
	height: 22px;
	width: 300px;
	border: 1px solid #BBBBBB;
	float: left;
	font-size:12px;
	/*color:#cfd1d2;*/
	color:#bbb;
	padding-left:5px;
}
#esub_button {
	background-image: url(../images/submit-off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 27px;
	width: 81px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	cursor:pointer;
}
#esub_button:hover{
	background-image: url(../images/submit-on.jpg);
}
.tplink {
	font-size: 10px;
	text-decoration: none;
	color: #777;
}
.tplink:hover {
	text-decoration: underline;
}

.content_a{background-color:#fff;}
.content_a img{max-width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:4px; border:solid 0px #666;}
.content_1s,.content_2,.content_3{float:left;}

.main-row {
	width: 100%;
	height: auto;
	max-width: 1024px;
	/*background: url(http://www.powerpressurecooker.com/images/main-row-bg.png) no-repeat;
	background-size: cover;*/
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}

.main {
	display: block;
}
.home_top_left_slide {
	max-width: 70%;
	width: 100%;
	display: inline-block;
}
/*==========Side Column - Homepage==========*/
.side-col{
	float: right;
	background:url(../images/side-col-bg.png) no-repeat;
	background-size: cover;
	padding: 6px 10px 20px 20px;
	margin-right: 0px;
	width: 27%;
	max-width:330px;
	height: 100%;
	text-align: center;

}

.side-col-price{
	width: 100%;
	display:inline-block;
}

.side-col-price img{
	width: 100%;
}

.side-col-b{
	height: 50%;
	width: 100%;
	display:inline-block;
	
}
/*==========Side Column - Homepage - END==========*/

/*==========Side Column - Terms ==============*/

.side-col-terms{
	float:right;
	height:auto;
	width: 25%;
}

.bullets-full{
	max-width:1024px;
	width: 100%;
	height: auto; 
	margin: 0;
	padding: 0px;
	display:inline-block;
	text-align: center;
	padding-top:20px;
}

.demo1 img {
	width: 40%;
}

.demo2{
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 125%;
	width: 40%;
	float: left;
}

.bullets1{
	font-size: 18px;
	text-align:left;
	width: 55%;
	padding-right:0px;
	float: right;
}

.bullets1 h1{
	text-align: left;
	padding-left: 0px;
	font-size: 22px;
	line-height: normal;
	text-shadow: 2px 2px 3px #B2B2B2;
}

.bullets1 p{
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
}

.prod-name{
	color: #a85038;
	font-weight: bold;
}

.bullets2{
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	line-height: 125%;
	width: 40%;
	float: left;
}

bullets2 ul li {
color: #FF0000;
}

.bullets2-font{
	font-size: 26px;
}

.bullets2-font li{
	margin-bottom: 15px;
}

.bullets1 img, .bullets2 img {
	width: 100%;
}

.howToVideos {
	text-align: center;
}

/*==========Callout Option 1==========*/

.co-box{
	width:100%;
	max-width:1024px;
	height:auto;
	text-align: center;
	vertical-align: middle;
}

.cobox{
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height:1.3em;
	padding: 0 20px;
}

.co-box img{
	display: inline-block;
	vertical-align: middle;
}

.co-box1{
	display: inline-block;
	width: 33%;
}

.co-box2{
	display: inline-block;
	width: 33%;
}

.co-box3{
	display: inline-block;
	width: 33%;
}

.co-box1 img{
	width: 100%;
	height: auto;
}

.co-box2 img{
	width: 100%;
	height: auto;
}
.co-box3 img{
	width: 100%;
	height: auto;
}

.co-boxl{
	display: inline-block;
	width: 49%;
}

.co-boxr{
	display: inline-block;
	width: 49%;
}

.co-boxl img{
	width: 100%;
	height: auto;
}

.co-boxr img{
	width: 100%;
	height: auto;
}

.demoL{
	display: inline-block;
	width: 49%;
	float:left;
}

.demoR{
	display: inline-block;
	width: 49%;
	float:right;
}

.demoL img{
	width: 100%;
	height: auto;
}

.demoR img{
	width: 100%;
	height: auto;
}

.demoL p{
	display: inline-block;
}

.disclaimer{
	width: 100%;
	padding:20px 0;
	font-size:16px;
	color:#333333;
	display: inline-block;
}

/*==========Bonus Offer==========*/
.bonus{
	width:100%;
	height: auto;
	text-align: center;
}

.bonusl, .bonusr{
	display:inline-block;
	/*background: #2a2a2a;*/
}

.bonusl img{
	width: auto;
	height: 100%;
}

.bonus-sc{
	color: #ffffff;
	text-align: right;
	padding: 11px;
}

.bonus-sc a:link{
	color:#ffffff;
}

.bonus-sc a:visited{
	color:#ffffff;
}

.bonus-sc a:hover{
	color:#ffffff;
}

.bonusl{
	width:65.5%;
}

.bonusr{
	width:30%;
}

.topBox {
	background-color:#FFFFFF;
	/*
	background-image:url(http://www.powerpressurecooker.com/images/gradient.png);
	background-repeat:repeat-x;
	*/
}
/*==========Three Boxes==========*/

.three-box{
	max-width:1024px;
	width:100%;
	height:auto;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
}

.box1{
	max-height:325px;
	height:auto;
	width: 30%;
	float:left;
	margin-left:25px;
}

.box1 img{
	width: 100%;
}

.box2{
	 max-width:325px;
	 height:auto;
	 width: 30%;
	 display: inline-block;
}

.box2 img{
	width: 100%;
}

.box3{
	 max-width:325px;
	 height:auto;
	 width: 30%;
	 float: right;
	 margin-right:25px;
}

.box3 img{
	width: 100%;
}

.h2text > h2{
	margin: 5px 0 10px;	
	color: #ffffff;
	line-height:22px;
}

/*==========Three Box - END==========*/


.box-colors{
	background-color: #a85038;
	border: #a85038 solid 3px;
}

/*==========Four Boxes==========*/

.four-box{
	max-width:1024px;
	width:100%;
	height:auto;
	margin-bottom: 15px;
	display: inline-block;
	text-align: center;
}

.four-box1{
	 max-width:230px;
	 height:auto;
	 float:left;
	 display:inline-block;	 
}

.four-box1 img{
	width: 100%;
}

.four-box2{
	 max-width:230px;
	 height:auto;
	 display:inline-block;
	 float:left;
	 margin-left:19px;
}

.four-box2 img{
	width: 100%;
}

.four-box3{
	 max-width:230px;
	 height:auto;
	 display:inline-block;
	 float:left;
	 margin-left:19px;
}

.four-box3 img{
	width: 100%;
}

.four-box4{
	 max-width:230px;
	 height:auto;
	 float:right;
}

.four-box4 img{
	width: 100%;
}

/*==========Four Box - END==========*/



h1 {
	font-size:20px;
	color: #d0202e;
	text-align: center;
}

.headline {
	font-size:30px;
	color: #333333;
	text-align: center;
	font-family: 'AvenirLTStd55Roman', sans-serif;
	font-weight:700;
	line-height:40px;
	/*
	text-shadow: 0px 3px 2px rgba(40, 0, 2, 0.75);
	*/
}

.headlinez {
	font-size:38px;
	color: #333333;
	text-align: center;
	font-family: 'AvenirLTStd55Roman', sans-serif;
	font-weight:700;
	line-height:20px;
	/*
	text-shadow: 0px 3px 2px rgba(40, 0, 2, 0.75);
	*/
}

.subHeadline {
	font-size:36px;
	color: #333333;
	text-align: center;
	font-family: 'AvenirLTStd55Roman', sans-serif;
	font-weight:700;
	line-height:auto;
	text-shadow: 0px 3px 2px rgba(40, 0, 2, 0.75);
}

ul {
   color: #3a3a3a;
}

.tpiProducts {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	max-width:1024px;
	width: 100%;
	height:auto;
	color:#FFF;
	display:inline-block;
	background: rgb(255, 255, 255); /* fallback */
    background: rgba(255, 255, 255, 0.75); /* 50% transparent */
	padding-top: 10px;
	text-align:center;
}

.tpiProducts ul{
	list-style: none;
	line-height:30px;
	padding: 0 10px;
	display:inline-block;
	color:#000000;
}

.tpi-h2{
	color:#666666;
	font-size:22px;
}

.tpiProducts a:link {
	color: #666666;
	text-decoration:none;
}
.tpiProducts a:hover {
	color: #FFF;
	text-decoration:none;
}
.tpiProducts a:visited {
	color: #666666;
	text-decoration:none;
}
.footer a:link, a:hover, a:visited {
	color: #333333;
	text-decoration:none;
}

.box768{
	display:none;
	position:fixed;
	color:#ffffff;
	background-color:#000000;
}

.box1024{
	display:none;
	position:fixed;
	color:#ffffff;
	background-color:#000000;
}

/*Media Queries*/
@media all and (max-width: 1024px){
	
.howToThreeButtons {
		display:block;
		float:none !important;
}
	
.howToVideos img{
	text-align: center !important;
	 margin-left: auto ;
  margin-right: auto ;
	width:100%;
}

.box1024{
	display:inline-block;
	border:#787878;
}

.header-container{background-color: #FFFFFF;}

.header-co{
	display: none;
}

.header-co img{
	width: 100%;
	height: auto;
}
	
.nav-container{
	margin:0;
}

.side-col{
	width: 29%;
	padding-top: 10px;
	margin:0;
	}
	
.side-col-price, .side-col-b{
	vertical-align: middle;
}


.desc{
	float:none;
	margin-left:0;
	max-width:none;
}

.bullets-full{
	margin: 10px 0;
	width: 100%;
}

.bullets1, .bullets2, .demo2{
	height:auto;
}

.headerH1, headerTxt {
	display:none;
}

/*=====Four -- Feature Boxes====*/

.four-box1, .four-box2, .four-box3, .four-box4{
	width: 23%;
	display:inline-block;
	float: none;
	margin:0;
	max-width:none;
}

.h2text h2{
	font-size: 2vw;
}

.box1{
	background-size:contain;
}

/*==========Bonus 1024=========*/

.bonusl{
	width:65.5%;
	float: none;
}

.bonusr{
	width:30%;
	float: none;
}

.bonusl img, .bonusr img{
	width:100%;
}

/*==========Bonus 1024 END=========*/


/*==========Terms, Customer, Policy 1024===========*/
.scroll_txt{
	max-width:none;
	width:96%;
	height:auto;
	padding-top:0;
	margin-left:0;
}

.scroll_txt p{
	max-width:none;
	width:96%;
}

.tcp-container{
	max-width:none;
}

.tcp-main{
	max-width:none;
}

.tcp-left-col{
	max-width:none;
	margin:0;
}

.tcp-left-head{
	max-width:none;
	
}

.tcp-left-head p{
	padding:0;
	margin:0;
	color: #FFFFFF;
}

.tcp-outer{
	max-width: none;
	border: none;
	margin: 0;
	width: 100%;
}

.side-col-terms{
	display:none;
}

/*==========Terms, Customer, Policy 1024 END===========*/
	
}

@media all and (max-width: 768px){
	
.hiddenDiv {
	display:none !important;
}
	
.howToVideos img{
	text-align: center !important;
	max-width:100%;
}	
	
.box768{
	display:inline-block;
	border:#333333;
}

.box1024{
	display:none;
}
.live_help{
	display:none !important;
}
/*==========Header==========*/

.header-container{
	margin: 0;
}

.header-container-box{
	width:30%;
	margin: 7px 10px 0 0;
}

.header-logo{
	width:55%;
	margin:0;
}

.header-logo img{
	height: 100%;
}

.main-row{
	background:none;
}

.main{
	display: inline-block;
	width: 100%;
}

.main img{
	width: 100%;
	height: auto;
}
.home_top_left_slide {
    max-width: 100%;
    width: 100%;
    display: block;
}
.side-col{
	width: 100%;
	height:auto;
	max-width:none;
	padding: 10px 0;
	}
	
.side-col-price{
	width: 40%;
}

.side-col-terms{
	display:none;
}

.bullets-full{
	margin: 0;
	padding: 15px 0;
}

.bullets1, .bullets2, .demo2{
	width: 90%;
	padding: 0 5px !important;
	margin: 0;
	float: none;
	display: inline-block;
}

.bullets2, .demo2{
	width: 85%;
}

.bullets1 h1{
	font-size: 20px;
}

ul{
	padding-left: 10px;
	margin-top: 0;
}

.disclaimer{
	width: 95%;
	padding: 0;
	margin-bottom: 10px;
}

.hiddenButton {
	display:block !important;
	background: #1260d4; 
}

/*==========Navigation 768==========*/

.nav-container ul li, li a{
	width: 100%;
	padding: 10px 0;
	background: #FFFFFF;
}

.nav-container{
	padding-top: 0;
}
.nav-container li{
	border-bottom: #FFFFFF solid 1px;
}

.nav-container #nav-b ul{
	display: none;
	position: static;
	color:#333333;
}

.li-order{
	background: #f15a22;
}

/*Display 'show menu' link*/
.show-nav {
		display:block;
}

#nav-b{
	display: none;
}

.header-divider{
	display: none;
}

.side-col{
	margin: 0;
	height: auto;
	padding-bottom: 10px;
}

.side-col-price, .side-col-b{
	width: 100%;
	min-width: none;
	max-width: 320px;
}

/*==========Navigation 768 END==========*/

.headlinez {
	font-size:24px !important;
	color: #333333;
	text-align: center;
	font-family: 'AvenirLTStd55Roman', sans-serif;
	font-weight:700;
	line-height:30px !important;
}

/*==========Call Out Box1 768===========*/
.tcp-outer img{
	width:100%;
}

.tcp-left-head{
	padding-bottom: 20px;
	height:auto;
}

.tcp-left-head p{
	font-size:24px;
}

.co-box{
	width: 100%;
}

.co-box p {
    width: 90% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    text-align: center;
}
.co-box3{
	display:inline-block;
	float:none;
	width:100%;
}

.co-box2{
	display:inline-block;
	float:none;
	width:100%;
}

.co-box1{
	display:inline-block;
	float:none;
	width:100%;
}

.co-boxr{
	display:inline-block;
	float:none;
	width:100%;
}

.co-boxl{
	display:inline-block;
	float:none;
	width:100%;
}

.demoR{
	display:inline-block;
	float:none;
	width:100%;
}

.demoL{
	display:inline-block;
	float:none;
	width:100%;
}

p{
	width: 100%;
	margin:0 0 1.5em;
	position: relative;
	padding-left: 35px;
    padding-right: 35px;
}

/*==========Call Out Box1 768 END===========*/

/*==========Three Box 768==========*/

.box1, .box2, .box3{
	display:inline-block;
	float:none;
	width: 30%;
	border:none;
	margin:0;
}


/*==========Three Box 768 END==========*/


/*==========Four Box 768==============*/
.four-box1, .four-box2, .four-box3, .four-box4{
	width: 45%;
	display:inline-block;
	float: none;
	margin:0;
	max-width:none;
}

.h2text h2{
	font-size: 5.5vw;
}

.bonus{
	width:100%;
}

/*==========Footer=============*/
.tpiProducts ul{
	padding: 0;
	margin: 0;
	width:100%;
}

.footer-box{
	height:auto;
}
			
}

/*==========Q&A=============*/

.que {
   background: #4fbfe6;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

.ans {
   background: #999;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #000000;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  width: 1.6em; 
}


.title-que{
text-transform:uppercase; 
letter-spacing:0.08em; 
font-size:18px; 
line-height:20px; 
color:#3B4C4D; 
font-weight:bold; 
margin-top:50px;
}

.title-ans{
 letter-spacing:0.05em; 
 font-size:16px; 
 color:#999; 
 line-height:20px; 
 margin:3px 20px 0px 42px;

}