html{
  font-family: "Open Sans", sans-serif !important;
}

  body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    line-height: 1.4;
    font-size: 19px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 30px 0;
    letter-spacing: -1px
}

p,
li {
    font-family: 'Open Sans', sans-serif;
}

P{
  padding: 0 7%;
  font-size: 19px;
  font-weight: 400;
}

ul {
    padding-left: 25px
}

li {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase
}

.header-content {
    background: #000;
    position: relative;
    z-index: 10
}

.header-content:before,
.header-content:after {
    content: "";
    position: absolute;
    bottom: -20px;
    z-index: 99
}

.header-content:before {
    border-top: 20px solid #2B2B2B;
    border-left: 20px solid rgba(0, 0, 0, 0);
    left: 0
}

.header-content:after {
    border-top: 20px solid #2B2B2B;
    border-right: 20px solid rgba(0, 0, 0, 0);
    right: 0;
}

#container {
    background: #FFF;

    margin: 0 5px;
    padding: 20px 40px;
    position: relative;
    z-index: 1;

}

h1 {
    color: #000;
    line-height: 50px;
    font-size: 50px;
}

.divider {
    margin: 30px 0
}

.width-75 {
    width: 75%;
}

.light-grey-bg {
    background-color: #F2D2D1;
    border-top: 1px solid #E8A3A1;
    border-bottom: 1px solid #E8A3A1;
    display: block;
    padding: 15px;
    margin: 0 auto
}

h2 {

    line-height: 45px;
    font-size: 40px;
}

.grey-bg {
    padding: 25px;
    width: 85%;
    border: 3px solid #ebebeb;
    background: #fafafa;
    margin: 30px auto
}

.grey-bg h2 {
    color: #A40000;
    font-size: 45px;
    line-height: 50px
}

.grey-bg h3 {
    color: #333333;
    font-size: 35px;
    line-height: 35px
}

.grey-bg h3 span {
    background: #FFED28;
    display: inline-block;
    padding: 3px 10px
}

.alignLeft {
    float: left;
    margin: 0 20px 20px 0
}

.alignCenter {
    display: block;
    margin: 20px auto
}

.alignRight {
    float: right;
    margin: 0 0 20px 20px
}

.uppercase {
    text-transform: uppercase
}

.redarrow li,
.checkBox li {
    list-style-type: none;
    padding: 0 10px 5px 40px;
    position: relative;
    font-size: 19px;
    font-weight: 300;
}

.redarrow li:before,
.checkBox li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 21px;
    left: 0;
    top: 1px;
}

.redarrow li span {
    /* background: url(../images/sprite.png) left top no-repeat; */
    width: 35px;
    height: 22px;
      background: url(../images/sprite.png) left -44px no-repeat;
      display: inline-block;
}

.checkBox li span {
    background: url(../images/sprite.png) left -44px no-repeat;
    top: -2px
}

.redColor {
    color: #CF1F04
}

.blackColor {
    color: #000
}

.drakGrey {
    color: #333333
}

.greenColor {
    color: #1b8a12
}

.blueColor {
    color: #1856d6
}

span.redBg {
    background: #CD3B11;
    color: #fff;
    padding: 2px 10px
}

blockquote {
    padding: 0 30px;
    margin: 10px 30px
}

blockquote,
blockquote p {
    color: #222;
    border: 0;
    position: relative
}

blockquote:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 23px;
    top: 2px;
    left: 0;
    background: url(../images/sprite.png) left top no-repeat;
    background-position: 0 -21px;
}

.testimonial-black {
    background: #000;
    padding: 25px;
    border: 6px solid #D93F13;
    margin: 0 auto 30px
}

.testimonial-black h3,
.testimonial-black p {
    color: #fff
}

.testimonial-black h3 span {
    color: #D93F13
}

.light-grey-testi {
    position: relative;
    background: #fbfbfb;
    margin: 0 auto;
    border: 4px solid #b7b9ba;
    padding: 25px;
}

.light-grey-testi:after,
.light-grey-testi:before {
    right: 100.1%;
    top: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.light-grey-testi:after {
    border-color: rgba(251, 251, 251, 0);
    border-right-color: #fbfbfb;
    border-width: 40px 50px 0 10px;
    margin-top: 12px;
}

.light-grey-testi:before {
    border-color: rgba(183, 185, 186, 0);
    border-right-color: #b7b9ba;
    border-width: 50px 60px 0 0;
    margin-top: 6px;
}

.small-logo {
    width: 70px;
    height: 40px;
    background: url(../images/sprite.png) right top no-repeat;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-indent: -99999px
}

ul.bonuses-lists {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px
}

.bonuses-lists li {
    display: block;
    clear: both
}

.bonuses-lists li p {
    margin: 0
}

span.plus {
    background: url(../images/sprite.png) -74px bottom no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-right: 5px;
}

.middle-75 {
    width: 40.063em;
    margin: 0 auto 30px;
}

.secure-order-form {
    margin: 0 7% !important;
    margin: 0 auto 30px;
    border: 2px solid #dbdbdb;
    background: #f5f6f7
}

.secure-order-form img {
    margin: 0 auto;
    display: block
}

.sof-wrap {
    border: 10px solid #edeeef
}

.sof-content {
    padding: 20px;
    width: 95%;
    margin: 0 auto
}

.sof-content ul {
    margin-left: 0;
    padding-left: 0
}

.sof-content li {
    list-style-type: none;
    padding-left: 30px;
    position: relative
}

.sof-content li:before {
    background: url(../images/sprite.png) -74px bottom no-repeat;
    width: 25px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

#footer {
    padding: 25px 0
}

#footer p {
    color: #888;
    margin: 0 0 5px;
    font-size: 14px
}

.fluidVideo embed {
    width: 100%;
    height: 100%;
}

#topVideo {
    margin: 30px auto;
    width: 640px;
    height: 349px
}

#randyVideo {
    margin: 30px auto;
    width: 400px;
    height: 300px
}

#paronVideo {
    margin: 30px auto;
    width: 400px;
    height: 300px
}

.delayedcontent,
.launchcta {
    display: none
}

.product-title {
    font-size: 50px;
    line-height: 60px
}

.highlight {
    background: #FFFF00;
    display: inline-block;
    padding: 5px 10px;
    color: #CC0000
}

.bonuses-wrapper {
    /* border: 6px dashed #6578b3; */
    padding: 25px
}

.guarantee {
    padding: 20px;
    background: #cfe4f0 url(../images/margniimg.png) no-repeat 25px 15px;

    margin: 0px auto 30px;
    padding-top: 60px;
}

.headitem{
  padding-left: 10%;

}
.margin-bottom-zero {
    margin-bottom: 0
}

.margin-top-zero {
    margin-top: 0
}

.margin-zero {
    margin-top: 0;
    margin-bottom: 0
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-auto {
    margin: 0 auto
}

.strike {
    text-decoration: line-through
}

/* New CSS */
.marniblock{
  padding: 30px 300px 30px 7%;
  background: url(../images/modelone.png) no-repeat right 150px #E8E8EB;
  background-size: 300px auto;
}

.marniblock p{
  padding: 0;
}

.marniblock h2{
  font-size:42px;
}

.videoCon{
  background: #31425e url(../images/bgimg.jpg);
  padding: 30px;
  margin-bottom: 30px;
}



.videoCon .order-link{
  margin: 4% auto 0;
  display: block;
}

.videoCon h1{
  margin: 0;
  font-weight:bold;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}

.videoCon h1 span{
  color: red;
}
.videoCon h1 span.str{
  font-weight: 800;
}

.girlblock{
  padding: 15px 0 30px;
  background: -moz-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7ea), color-stop(11%, #ffffff));
  background: -webkit-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
  background: -o-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
  background: -ms-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
  background: linear-gradient(to bottom, #e7e7ea 0%, #ffffff 11%);
}


.girlblock img{
  width: 100%;
  max-width: 930px;
}
.leftimg{
  float: left;
  margin-left: 7%;
  margin-right: 3%;
}

.liststylem h3{
  text-align: center;
  font-size: 32px;
}

.arrowhead{
  display: block;
}
.arrowhead span{
  background: #306eb3;
  padding: 5px 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,eaf3f7+8,a0d8ef+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 1%, #eaf3f7 8%, #a0d8ef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 1%,#eaf3f7 8%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 1%,#eaf3f7 8%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 */
  position: relative;
}

.arrowhead span:after{

  	left: 100%;
  	top: 30%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(136, 183, 213, 0);
  	border-left-color: #a0d8ef;
  	border-width: 44px;
  	margin-top: -30px;
}

.discoverwoman ul{
  padding-right: 45%;
}

.discoverwoman{
  background: url(../images/arrowimg1.jpg) no-repeat right;
}

.discoverwomanlater{
  padding: 30px 7%;
  color: #fff;
  position: relative;;
  background: #26364f url(../images/gifts-bg-large.jpg) no-repeat right;
  margin-top: 150px;
  padding-top: 120px;
}


.discoverwomanlater::before{
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;;
  left: 35%;
  top:-130px;
  background:  url(../images/gifts-plusicon.png) no-repeat right;

}

.learnwoman {
  background: #E3E4E6;
  padding-top:50px;
  margin-top: 70px;
}

.learnwoman img{
    float: right;
    amx-width: 100%;
    margin-left: 25px;
    margin-top: 25px;
}


.informationpl h2,
.learnwoman h2{
  font-size: 50px;
  font-weight: 300;;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  line-height: 1em;

}

.informationpl h2{
  font-size: 42px;
  margin-top: 0;
}

.informationpl h2 i{
  font-weight: italic;
}

.informationpl h2 span,
.learnwoman h2 span{
    font-weight: 800;
}

.informationpl{
  margin-bottom: 1em;
  margin-top: 3em;
  padding: 25px 7%;
}

.informationpl ul{
  padding: 0;
}


.learnwoman ul{
  padding: 30px 7%;
  margin-top: 30px;
}

.introducing{
  background: #31425e;
  padding: 30px 7%;
  background:#283851 url(../images/bgimg2.jpg) no-repeat;
  background-position: 100% auto;
}


.getItem img.buldleimg{
  margin: 25px auto;
}
.introducing img{
  width: 100%;
  max-width: 950px;
}

.introducing h3 span{
  font-weight: 800;
}

.introducing h3,
.introducing h2{
  color: #fff;
}

.introducing h3{
  font-size: 30px;
  font-family: Open Sans;
}

.introducing span.linebreak{
  text-align: left;
}

.contentblock{
    padding: 10px 7%;
    margin: 20px 0;

    background: -moz-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7ea), color-stop(11%, #ffffff));
background: -webkit-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
background: -o-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
background: -ms-linear-gradient(top, #e7e7ea 0%, #ffffff 11%);
background: linear-gradient(to bottom, #e7e7ea 0%, #ffffff 11%);
}

.contentblock h3,
.contentblock h2{
    text-align: left;
}


.contentblock p{
  padding: 0;
}

.contentblock h2{
  font-size: 64px;
  color: red;
  font-weight: 800;
}

.contentblock h3{
  font-size: 48px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  letter-spacing:  normal;;
}

.contentblock p{
  font-size: 1.4em;
}

.contentblock h3 span{
  font-weight: 600;
}
.contentblock h2 img{
  width: 80px;
}

.contentblock li strong{
  font-weight: 600;
}

.applytips{
  background: #E3E4E6;
  padding: 30px 7%;
}

.applytips h2{
  font-weight: 300;
  margin: 0;
  line-height: 1em;
}

.applytips h3{
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  margin:15px auto;
  letter-spacing: normal;
  line-height: 1em;
  background: #fff;
  padding: 15px;
}

.applytips h3.revealbd{
  background: none;
}

.whblock{
  background: #fff;
  margin-bottom: 15px;
}

.clear{
  clear: both;
}
.bonuses{
  /* background: #efefef; */
  padding: 25px 0;
}

.bonuses h2{
  font-weight: 300;
}

.bonuses .linebreak{
  font-weight: 600;
}

.bonusblock{
  padding: 25px 380px 25px 0;
}


.bonusblock li{
  text-align: left;
}

.bonusblock h2{
  color: #ff0000;
  font-weight: 600;
}

.bonusblock p{
  font-weight: 400;
  padding: 0;
}
.bonusblock h4{
  letter-spacing: normal;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1em;
}

.bon1{
  background: url(../images/arrowimg2.jpg) no-repeat right 220px;
padding: 45px 360px 45px 0;
}

.bon2{
  background: url(../images/arrowimg3.jpg) no-repeat right 450px;
}

.bon3{
  background: url(../images/arrowimg4.jpg) no-repeat right 400px;
  background-size: 70% auto;
}

.guarantee h4 strong{
  color: green;
  text-decoration: underline;
  font-weight: 800;
}

.guarantee h3{
    font-size: 48px;
    font-weight: 300;
}

.guarantee h4{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}


.guarantee img{
  margin: 0 auto;
  display: block;
}


.guarantee p{
  font-size: 1.31em;
}

.getItem {
    text-align: center;
}

.getItem h2{
  font-weight: 300;
  font-size: 30px;
}


.getItem h3{
  font-size: 38px;
  margin: 0;
  font-weight: 600;
  line-height: 1em;
}

.getItem h4{
  font-size: 4.3em;
  font-weight: 600;
  margin: 15px auto;
  background: #E3E4E6;
  padding: 0px 30px;
  display:  block;
  border-radius: 8px;
  max-width: 450px;
}

.secure-order-form h2{
    margin: 0 auto;
    font-size: 300;
}

.secure-order-form h3{
    margin-top: 0;
    font-weight: 800;
    font-size: 38px;
}

.secure-order-form h3{
  letter-spacing: normal;
}

.moveFor{
  padding-right: 380px;
  background: url(../images/willjobin.jpg) no-repeat right 300px;
}

.moveFor h2{
  margin-top: 100px;
}

 .moveFor h2{
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.moveFor h3{
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin-top: 0;
}

.itspossible {
    margin-top: 55px;
}

.itspossible h2{
    font-size: 42px;
    font-weight: 800;
}

.moveFor h4,
.itspossible h3{
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
}

.moveFor h4,
.itspossible img{
  margin-left: 7%;
}

.ctablock{
  margin-bottom: 55px;
  background: #31425e;
  padding: 30px;
    margin:5% 7%;
}

.ctablock p a{
    color: #fff;
}

.ctablock h2{
  font-size: 56px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}

.whiteCol{
  color: #fff;
  font-weight: 300;
}

.lggreen{
  color: #00ff7f;
}

.bonuses h2.drakGrey{
  background: #efefef;
  padding: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width:40.063em) {
    h2,
    h1 {
        font-size: 26px;
        line-height: 26px
    }
    #topVideo,
    .fluidVideo,
    #paronVideo,
    #randyVideo {
        width: auto;
        height: auto;
    }
    .secure-order-form,
    .middle-75 {
        width: 100%;
    }
    body {
        background: #fff
    }
    ul {
        padding-left: 0
    }
    ul.redarrow,
    ul.checkBox {
        margin-left: 0;
    }
    #container {
        padding: 15px 0;
        box-shadow: none;
    }
    .grey-bg,
    .testimonial-black {
        width: 100%;
        padding: 15px
    }
    .grey-bg h3 span {
        display: block
    }
    .sof-content,
    .width-75 {
        width: 100%
    }
    .light-grey-testi:after,
    .light-grey-testi:before {
        border-width: 0
    }
    .alignLeft.alignLeftImp {
        float: left;
        margin: 0 20px 20px 0
    }
    .alignLeft,
    .alignRight {
        float: none;
        margin: 0 auto 20px;
        display: block
    }
    blockquote {
        margin: 15px 0
    }
    .product-title {
        font-size: 25px;
        line-height: 25px
    }
}

@media only screen and (min-width:64.063em) {
    span.linebreak {
        display: block;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:1350px) {
  P {
      padding: 0 3%;
  }
    .redarrow li, .checkBox li {
      padding: 0  15px;
    }

    #container{
      padding: 10px 0px;
    }

    .headitem{
      padding-left:250px;


}
@media only screen and (max-width:950px) {
  .middle-75 .alignLeft{
    float: none;
    display: block;
    margin: 0 auto;
  }

  .middle-75{
    width: 100%;
  }

  .grpimg{
    width: 100%;
    float: none;
  }

  #container {
    margin: 0 ;
    padding: 20px 0px;
}

.applytips {
    background: #E3E4E6;
    padding: 30px 3%;
}

.discoverwoman h2{
  font-size: 30px;
}

}


@media only screen and (max-width:850px) {
  .headitem{
    padding-left:200px;


}

.guarantee{
  background-size: 340px auto;
}
  .discoverwoman h2{
    font-size: 20px;
  }

  .discoverwoman{
    background-size: 70% auto;
  }

  .learnwoman img,
  img.alignLeft,
  img.alignRight{
    max-width: 50%;
  }


  .bon3,
  .bon2,
  .bon1{
    background-size:80% auto;
  }



    .bon3{
      background-size:65% auto;
    }
  .bonusblock{
    padding: 25px 240px 25px 0;
  }

  .column, .columns{
    padding: 0;
    float: none;
  }

  .arrowhead span::after{
    display: none;
  }

  .discoverwomanlater::before{
    left: 25%;
  }

  .moveFor{
    padding-right: 280px;
    background-size:70% auto;
  }

  .moveFor{
    padding: 0 10px;
    background:none;
  }


}


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

  .headitem{
    padding-left:150px;
}

.guarantee{
  background-size: 240px auto;
}

.guarantee h4 {
    font-size:20px;
}

.guarantee img{
  width: 120px;
  margin: 25px auto;
}

.guarantee{
  padding-top: 30px;
}
.guarantee p {

    font-size: .99em;

}

  h2{
    font-size: 1.6em !important;
  }

  h3{
    font-size: 1.21em  !important;
  }

  .ctablock{
    margin: auto 1%;
  }
  .discoverwomanlater::before{
    left: 20%;
  }
  .secure-order-form{
    width: 90%;
  }

.marniblock,
  .redarrow li, .checkBox li {
    padding: 0  5px;
  }

  .marniblock h2{
    line-height: 1em;
  }

  .marniblock{
    background: none;
  }


.contentblock,
.bonusblock,
.discoverwoman ul,
  P {
    padding: 0 5px;
    background: none;
}

.discoverwoman{
  background: none;
}


h2, h1{
  line-height: 1em;
}

.learnwoman img, img.alignLeft, img.alignRight{
  float: none;
  margin: 5px auto;
  display: block;
}

.arrowhead{
  display: block;
}

.videoCon h1{
  font-size:1.8em;
}

}


@media only screen and (max-width:560px) {
  .headitem{
    padding-left:120px;
}

.guarantee{
  background-size: 200px auto;
  background-position: 10px 0px;
}

.guarantee h4 {
    font-size:20px;
}

}
