@charset "utf-8";
/* CSS Document */
@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgresponsive {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
  margin: 0;
}
h1,h4 {
  line-height: 1.2em;
  margin-bottom:20px
}
h5 {
  font-weight:300;
  line-height: 1.5em !important;
}
.yellow-bg {
  background:#FFFF00;
}
.red {
  color:red;
}
.float-img-right {
  float:right;
  max-width:100%;
  height:auto;
}
body {
  background:url(../images/background.jpg) fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #363636;
}
.container {
  min-height: calc(100vh - 130px);
  margin-bottom:20px;
  padding-top:50px;
}
.content {
  background:#ffffff;
  padding:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-skip {
  padding:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

.content-written {
  background:#ffffff;
  padding:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-written h1 {
  font-size:180%;
}
.content-written h2 {
  font-size:150%;
  margin-bottom: 3.3%;
}
.content-written p {
  font-size:120%;
  margin-bottom: 3.3%;
}
.add-cart img {
  max-width:350px;
  width:100%;
  height:auto;
  margin-bottom:20px;
}
.aff-resouces {
  display:flex;
  justify-content:center;
  align-items:flex-start;
  margin:20px 0px;
}
.aff-resouces img {
  max-width:40%;
  height:auto;
  margin:0 auto
}
.aff-resouces-det {
  width:60%;
  height:auto;
  margin:0 auto;
  text-align:left;
}
.instant-access {
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0px;
}
.instant-access img {
  width:45%;
  height:auto;
  display:block;
  margin:0 auto
}
.instant-access-form {
  text-align:center;
  padding:20px 40px;
  width:50%;
  height:auto;
  border-left:1px #DDDDDD solid;
  margin:0 auto;
}
.instant-access input[type=button], .contact-form-box input[type=button]{
  text-transform: uppercase;
  outline: 0;
  background:#ffa841;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 15px;
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	transition: 0.2s ease-out;
  cursor: pointer;
  margin: 5px 0px;
  font-family:inherit;
}
.instant-access input[type=text] {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 5px 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	transition: 0.2s ease-out;
  font-family:inherit;
}
.footer-wrap {
  height: 110px;
  background: #242424;
  color:#fff;
  font-size:15px;
  font-weight:300;
  padding:10px;
  text-align:center;
}
.footer-nav ul {
  list-style:none;
  display:flex;
  justify-content:center;
  border-bottom:1px #2C2C2C solid;
  margin-bottom:10px;
}
.footer-nav ul li {
 padding:10px;
}
.footer-nav ul li a {
  color:#fff;
  text-decoration:none;
} 
.footer-nav ul li a:hover {
  color:#ffa841;
}
/*Accordion*/
a.accordion {
    
    display:block;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 1s;
    font-size:20px;
    font-weight:300;
}

a.accordion.active, .swipe a.accordion:hover {
    background-color: #;
}

div.panel {
    border-top:1px #eee solid;
    padding: 0px 38px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease-out;
}
.contact-form-box {
  text-align:center;
  padding:20px;
  width:60%;
  height:auto;
  margin:0 auto;
  border:1px #DDDDDD solid;
  margin-bottom:20px;
  margin-top:20px;
}
.contact-form-box input[type=text], .contact-form-box textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 5px 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	transition: 0.2s ease-out;
    font-family:inherit;

}
.squeeze-wrap {
  padding:40px;
  text-align:center;
  width:600px;
  margin:0 auto;
  border:solid 1px white;
  background:rgba(0, 0, 0, 0.77);;
  color:#fff;
}
.access-btn a {
  display:block;
  padding:20px;
  background:#ffa841;
  width:70%;
  margin:0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top:20px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:700;
}

/*WRITTEN SALES PAGE CSS*/
.box-single-border {
  padding:30px;
  border:medium #000000 solid;
  margin-bottom:20px;
}
.discover ul {
  list-style:none;
}
.discover ul li {
  padding:20px 20px 0px;
}
.discover ul li:nth-child(odd) {
  border: #256382 solid 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:20px;
}
.discover ul li:nth-child(even) {
  border: #ad110f solid 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:20px;
}
.guarantee-box {
  text-align:center;
  width:60%;
  margin:0 auto;
height: auto;
max-width: 100%;
background-color: rgb(222, 236, 217);
border-width: 3px;
border-style: solid;
border-color: rgb(58, 135, 173);
padding: 15px 20px 0px;
margin-bottom:20px;
}
.content-written .add-cart-box {
  width:80%;
  margin:0 auto;
  border-width: 4px;
border-style: dashed;
border-color: rgb(238, 15, 11);
padding:20px;
text-align:center;
margin-bottom:20px;
}
@media screen and (max-width : 489px ) {
  .content, .content-skip {
       width: 95%;
       margin:0 auto;
    }
    .content-written {
      width: 95%;
      margin:0 auto;
      padding:15px !important;
    }
    .content-written h1 {
      font-size:150%;
    }
    .content-written h2 {
      font-size:120%;
    }
    .content-written p {
      font-size:100%;
      margin-bottom: 7.3%;
    }
    .instant-access {
      display:block;
    }
    .instant-access img {
      width:100%;
    }
    .instant-access-form {
      width:100%;
      border:1px #DDDDDD solid;
      padding:20px;
    }
    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:100%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    .guarantee-box {
      width:100%;
    }
    .content-written .add-cart-box {
      width:100%;
    }
    .box-single-border {
      padding:20px;
      border:medium #000000 solid;
      margin-bottom:20px;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
}
@media screen and (min-width : 490px ) and (max-width : 634px ) {
  .content, .content-skip {
       width: 95%;
       margin:0 auto;
    }
    .content-written {
      width: 95%;
      margin:0 auto;
      padding:30px 15px;
    }
    .instant-access {
      display:block;
    }
    .instant-access img {
      width:90%;
    }
    .instant-access-form {
      width:90%;
      border:1px #DDDDDD solid;
    }
    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:80%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    .guarantee-box {
      width:80%;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
}
@media only screen and (min-width : 635px ) and (max-width : 767px) {
  .content, .content-skip {
       width: 95%;
       margin:0 auto;
    }
    .instant-access {
      display:block;
      justify-content:center;
      align-items:center;
      margin:40px 0px;
    }
    .instant-access img {
      width:70%;
      height:auto;
    }
}
@media only screen and (max-width:767px) {
  .content-written {
      width: 95%;
      margin:0 auto;
      padding:30px;
    }
    .footer-wrap {
      height: 100%;
    }
    .footer-nav ul {
      list-style:none;
      display:block;
      justify-content:center;
    }
    .footer-nav ul li {
     padding:3px;
    }
    .footer-nav ul li a {
      color:#fff;
      text-decoration:none;
    }
    .contact-form-box {
      width:100%;
       padding:20px;
    }
    .instant-access-form {
      text-align:center;
      padding:20px;
      width:100%;
      height:auto;
      border:1px #DDDDDD solid;
    }
    .squeeze-wrap {
      width:90%;
      padding:20px;
      margin:0 auto;
      font-size:80%;
    }
    .access-btn a {
      width:100%;
    }
}
@media only screen and (min-width:768px) and (max-width:980px) {
  .content, .content-skip {
       width: 90%;
       margin:0 auto;
    }
    .content-written {
      width: 95%;
      margin:0 auto;
      padding:30px 50px;
    }
}

@media screen and (min-width : 981px) {
  .content, .content-skip {
      width: 960px;
      margin: 0 auto;
    }
     #header-nav {
      width: 960px;
      margin: 0 auto;
    }
    .content-written {
      width: 960px;
      margin:0 auto;
      padding:30px 60px;
    }
}