/*
Theme Name: Approach Anxiety
Theme URI: /
Author: Approach Anxiety
Author URI: /
Description: Approach Anxiety
Version: 1.0
License: GNU /
License URI: /
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto!important;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px!important;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0!important;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px!important;
}

a img.alignnone {
    margin: 5px 20px 20px 0!important;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0!important!important;
}

a img.aligncenter {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


@font-face {
  font-family: 'postnote';
    src:  url('css/Post-Note.ttf.woff') format('woff'),
    url('css/Post-Note.ttf.svg#Post-Note') format('svg'),
    url('css/Post-Note.ttf.eot'),
    url('css/Post-Note.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
  /*font-family: 'Arial';*/
  font-family: verdana, tahoma, arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 767px){
  body {
    padding: 0;
  }
}

.clear{
  clear: both;
}

.tc{text-align: center;}

.db{display: block;}

.fl{float: left;}
.fr{float: right;}

.pr{position: relative;}
.pa{position: absolute;}

.tl{text-align: left;}
.tr{text-align: right;}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
}
@media all and (max-width: 320px){
  .container-narrow {
    padding: 0;
  } 
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Head */
.header{
  padding: 0;
  border-bottom: 1px solid #869db4;
  background: #bbccdb;
}
.intro_header{
  border-bottom: 0;
}
  .header .head{
    padding: 20px 0 72px 0;  
    min-height: 162px;
    background: #d1dce6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d1dce6 0%, #cddbe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1dce6), color-stop(100%,#cddbe8)); /* Chrome,Safari4+ */
    background: ebkit-linear-gradient(top,  #d1dce6 0%,#cddbe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d1dce6 0%,#cddbe8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d1dce6 0%,#cddbe8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d1dce6 0%,#cddbe8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1dce6', endColorstr='#cddbe8',GradientType=0 ); /* IE6-9 */
  }
  @media all and (max-width: 767px){.header .head{min-height: 225px;}}
  @media all and (max-width: 480px){.header .head{min-height: 548px;}}
  .about_me_header{
    border-bottom: 1px solid #d5d5d5;
  }
  .header .about_me_head{
    padding: 20px 0 72px 0;
    min-height: 467px;
    background: #eeeeee;
    filter: none;
    border-bottom: 13px solid #e2e2e2;
  }
  @media all and (max-width: 767px){.header .about_me_head{min-height: 431px;}}
  @media all and (max-width: 480px){.header .about_me_head{min-height: 681px;}}
  .header .head_bck{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background: url('images/header_bck.png') center center;
  }
  .about_me{
    top: 148px;
    left: 0;
  }
  @media all and (max-width: 767px){.about_me{top: 215px;}}
  @media all and (max-width: 480px){.about_me{top: 574px;}}
  .header .logo_cnt{
    text-align: center;
    margin-left: 36px;
  }
  .header .intro_head{
    background: #eeeeee url('images/intro_header_bck.png') bottom left repeat-x;
    filter: none;
    padding-bottom: 0;
    border-bottom: 0;
  }
  @media all and (max-width: 480px){
    .header .intro_head {padding-bottom: 100px;}
    .header .intro_head .carousel {margin-top: 361px;}
  }

  @media all and (max-width: 320px){
    .header .logo_cnt{
      margin-left: 0;
    }
  }
  .header ul.social{
    margin-top: 44px;
  }
  @media all and (max-width: 900px){
    .header ul.social{
      display: inline-block;
      clear: both;
      float: none;
      margin: 44px auto 0 auto;
    }
  }
    .header ul.social li{
      display: block;
      list-style-type: none;
      float: left;
      border-right: 1px solid #666666;
      padding: 0 15px;
      font-weight: bold;
      min-height: 21px;
    }
    .header ul.social li:last-child{
      border-right: none;
    }
    .header ul.social li a{
      display: block;
      color: inherit;
      text-decoration: none;
    }

    .header ul.social li a:hover{
      color:#cf021f;
    }

    .header ul.social li a.fb{
      width: 11px;
      height: 21px;
      background: url(images/icons.png) 0 0 no-repeat;
      background-position: -28px -21px;
    }

    .header ul.social li a.fb:hover{
      background-position: -28px 0px;
    }

    .header ul.social li a.tw{
      width: 27px;
      height: 21px;
      background: url(images/icons.png) 0 0 no-repeat;
      background-position: -39px -21px;
    }

    .header ul.social li a.tw:hover{
      background-position: -39px 0px;
    }

  .navbar{
    width: 100%;
    margin: 19px 0 0 0;
    border: 10px solid rgba(225, 225, 225, 1);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */       
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */         
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
  }
  @-moz-document url-prefix() {
    .header .navbar{
      width: 100%;
    }
    @media all and (max-width: 991px){
      .header .navbar{
        width: 100%;
        border-left: 0;
        border-right: 0;
      }
    }
    @media all and (max-width: 480px){
      .header .navbar{
        border: 10px solid rgba(225, 225, 225, 1);
      }
    }
  }
  .header .navbar{
    /*top: 118px;*/
    top:100px;
    left: 0;
    margin-top: 0;
    z-index: 999;
  }
  @media all and (max-width: 767px){
    .header .navbar{
      top: 180px;
    } 
  }
  @media all and (max-width: 480px){
    .header .navbar{
      top: 263px;
      left: 10%;
      width: 80%;
      margin-left: -10px;
    }
  }
  .navbar .navbar-inner {
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: none;
  }
  .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
  }
  .navbar .nav li, 
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
  .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{
    display: table-cell;
    width: 1%;
    float: none;
    background: #b0c9e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #b0c9e0 0%, #97b2ca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0c9e0), color-stop(100%,#97b2ca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b0c9e0 0%,#97b2ca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b0c9e0 0%,#97b2ca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b0c9e0 0%,#97b2ca 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b0c9e0 0%,#97b2ca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c9e0', endColorstr='#97b2ca',GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #8ca7be;
    border-left: 1px solid #cad9e7;
  }
  .navbar .nav li:last-child {
    border-right: 0;
  }
  .navbar .nav li.home {
    border: 1px solid #940217;
    overflow: hidden;
    background: #e70021; /* Old browsers */
    background: -moz-linear-gradient(top,  #e70021 0%, #c8011d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e70021), color-stop(100%,#c8011d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e70021 0%,#c8011d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e70021 0%,#c8011d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e70021 0%,#c8011d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e70021 0%,#c8011d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70021', endColorstr='#c8011d',GradientType=0 ); /* IE6-9 */
  }

  .navbar .nav li.home:hover{
    background:#bc001b;
  }

  .navbar .nav li.active{
    margin: 0;
    padding: 0;
    background: #6b88a2;
  }
    .navbar .nav li.active .dropdown > a:hover,
    .navbar .nav li.active .dropdown > a {
      margin: 0;
      padding: 0;
      background: #6b88a2;
      -webkit-box-shadow: inset 0px 1px 0px 1px rgba(35, 35, 35, 0);
      box-shadow: inset 0px 1px 0px 1px rgba(35, 35, 35, 0);
      color: #ffffff;
    }
    .navbar .nav li.active .dropdown > a:hover {
      color: #cf021f;
    }
  .navbar .nav li a {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navbar .nav li a:hover {
    color: #cf021f;
  }
  .header .navbar .nav > li > a{
    text-shadow: 0 0px 0 #ffffff;
  }
  .navbar .nav li.home a {
    border-top: 1px solid #ee4f66;
  }

  .navbar .nav li.search{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #333333;
    border-left: none;
    overflow: hidden;
    background: #797979; /* Old browsers */
    background: -moz-linear-gradient(top,  #797979 0%, #5d5d5d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#797979), color-stop(100%,#5d5d5d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #797979 0%,#5d5d5d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #797979 0%,#5d5d5d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #797979 0%,#5d5d5d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #797979 0%,#5d5d5d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#5d5d5d',GradientType=0 ); /* IE6-9 */
  }
  .navbar .nav li.search form{
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 240px;
  }
  .navbar .nav li.search input {
    height: 27px;
    width: 100%;
    min-width: 240px;
    padding: 0;
    margin: 0;
    background: #4f4f4f;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(35, 35, 35, 0.5);
    box-shadow: inset 0px 1px 0px 1px rgba(35, 35, 35, 0.5);
    border: none;
    color: #fff;
    text-indent: 10px;
  }
  @media all and (max-width: 850px){.navbar .nav li.search input{min-width: 150px;}}
  @media all and (max-width: 750px){.navbar .nav li.search{display: none;}}
  @media all and (max-width: 600px){.navbar .nav li a{padding-left: 0; padding-right: 0;}}
  @media all and (max-width: 480px){
    .navbar .nav li{display: block; width: 100%;}
    .navbar .nav li.active{height: 40px;}
    .navbar .nav li.active a{height: 40px; line-height: 40px;}
  }
  .navbar .nav li.search input.submit {
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -328px 0;
    width: 19px;
    min-width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 15px;
    right: 21px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav li.search ::-webkit-input-placeholder {color: #fff;}
  .navbar .nav li.search :-moz-placeholder {color: #fff;}
  .navbar .nav li.search ::-moz-placeholder {color: #fff;}
  .navbar .nav li.search :-ms-input-placeholder {color: #fff;}
  .navbar .nav li:last-child a {
    border-right: 0;
  }
  /*Dropdown*/
  div.dropdown{
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
    div.dropdown > a{
      text-decoration: none;
    }
  ul.dropdown-menu{
    background: #6b88a2;
    border: 10px solid rgba(107, 133, 162, 0.56);
    border-top: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */       
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */         
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    margin: 14px 0 0 -110px;
    padding: 0;
  }
  @media all and (max-width: 480px){
    ul.dropdown-menu{
      margin: 0 0 0 -10px;
      width: 100%;
    }
  }
    .navbar .nav li ul.dropdown-menu li{
      display: block;
      margin: 0;
      padding: 0 44px;
      width: auto;
      border: 0;
      background: #6b88a2;
      filter: none; /* IE6-9 */
      border-left: 1px solid #3e5f7d;
      border-right: 1px solid #3e5f7d;
      min-width: 172px;
    }
    .navbar .nav li ul.dropdown-menu li:last-child{
      border-bottom: 1px solid #3e5f7d;
    }
    .navbar .nav li ul.dropdown-menu li:first-child a{
      border-top: none;
    }
      .navbar .nav > li > .dropdown-menu:before,
      .navbar .nav > li > .dropdown-menu:after{
        content: none;
        border: none;
      }
      .navbar .nav li ul.dropdown-menu li a{
        display: block;
        margin: 0;
        width: 100%;
        width: 100% !important;
        padding: 11px 0;
        border-top: 1px solid #99adbf;
        border-bottom: 1px solid #3e5f7d;
        line-height: 14px;
        min-height: 14px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        font-weight: normal;
        outline: none;
        text-decoration: none;
        background: inherit;
        filter: none; /* IE6-9 */
      }
      .navbar .nav li ul.dropdown-menu li a:hover{
        text-decoration: none;
        background: inherit;
        filter: none; /* IE6-9 */
      }
      .navbar .nav li ul.dropdown-menu li:last-child a{
        border-bottom: none;
        padding-bottom: 30px;
      }      
      .navbar-inverse .nav li.dropdown.open, 
      .navbar-inverse .nav li.dropdown.active, 
      .navbar-inverse .nav li.dropdown.open.active{
        border: none;
        outline-offset: 0;
      }
  .header .carousel{
    z-index: 10;
    margin-top: 77px;
    overflow: hidden;
  }
    .header .carousel .carousel-left,
    .header .carousel .carousel-right{
      width: 49px;
      height: 97px;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -352px 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      border: none;
      left: 0;
      right: 100%;
      margin: 0;
      padding: 0;
    }
    .header .carousel .carousel-right{
      background-position: -401px 0;
      left: auto;
      right: 0px;
    }
    .header .carousel .item{
      
    }
    .header .carousel .item .inner_item{
      max-width: 1000px;
      margin: 0 auto;
      min-height: 450px;
    }
      .header .carousel .item .carousel-caption{
        max-width: 45%;
        top: 41%;
        opacity: 1;
        background: none;
        margin-left: 40px;
        font-size: 16px;
        color: #333333;
        line-height:21px;
      }
      @media all and (max-width: 680px){
        .header .carousel{
          padding-bottom: 100px;
        }
      }
      @media all and (max-width: 480px){
        .header .carousel{
          max-width: 100%;
          position: relative;
          top: auto;
          left: auto;
          padding-bottom: 0;
        }
        .header .carousel .item .carousel-caption{
          max-width: 100%;
          position: relative;
          top: auto;
          left: auto;
        }
      }
    .header .carousel .indicators_cnt {
      max-width: 1000px;
      width: 100%;
      height: 11px;
      min-height: 11px;
      bottom: 15%;
      top: auto;
      left: 50%;
      margin: 0 0 0 -25%;
      padding: 0 0 0 38px;
    }
    @media all and (max-width: 800px){
      .header .carousel .indicators_cnt {
        display: none;
      }
    }
      .header .carousel .carousel-indicators{
        height: 11px;
        min-height: 11px;
        position: relative;
        top: auto;
        left: auto;
      }
      .header .carousel .carousel-indicators li{
          width: 11px;
          height: 12px;
          overflow: hidden;
          background: url('images/icons.png') bottom right no-repeat;
          background-position: -317px -13px;
          cursor: hand;
          cursor: pointer;
        }
        .header .carousel .carousel-indicators li.active{
          background-position: -306px -13px;
        }

/* Article */
.span8 .article{
  min-width: 240px;
  padding: 62px 9.6% 5% 4.1%;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
}
.span8 .article_about_me > h2:first-of-type,
.span8 .article_about_me > p:first-of-type{
  max-width: 440px;
}
.span8 .article b i,
.span8 .article i b{
  color: #000;
}

@media all and (max-width: 767px){
  .span8 .article{
    padding-right: 0;
    min-width: 240px;
    padding: 62px 0 0 0;
  }
  .span8 .article_about_me > h2:first-of-type{
    max-width: 350px;
  }
  .span8 .article_about_me > p:first-of-type{
    max-width: 100%;
  }
}
  .span8 .article .about_article{
    padding-bottom: 28px;  
  }
    .span8 .article h1{
      font-size: 30px;
      font-weight: bold;
      line-height: 32px;
      color: #000;
      margin-bottom: 30px;
    }
    .span8 .article h2{
      font-size: 22px;
      font-weight: bold;
      line-height: 24px;
      color: #000;
      margin-bottom: 16px;
    }
    .span8 .article .author{
      font-size: 19px;
      line-height: 29px;
      color: #333333;
    }
    .span8 .article .date{
      font-size: 14px;
      line-height: 14px;
      color: #333333;
      font-style: italic;
    }
.span8 .article p{
  margin: 0;
  /*padding: 0 0 26px 0;*/
  padding: 0 0 15px 0;
}
.span8 .article a{
  color: #e70021;
  text-decoration: none;
}
.span8 .article blockquote,
.span8 .article blockquote p{
  margin: 0 !important; 
  padding: 0 0 26px 0 !important;
  color: #2e70aa !important;
  background: none !important;
  border: 0 !important;
}
.span8 .article img{
  margin: 0 4% 15px 0;
}

.testim_item{
  width: 90%;
  padding: 20px 0;
}

.testim_cont{
  font-family: 'postnote';
  font-size: 32px;
  line-height: 32px;
  color: #333;
}

.testim_author{
  font-family: 'postnote';
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

/* Form */
.span8 .article form{
  padding: 0;
  margin: 0 0 58px;
}
.span8 .article form fieldset{
  padding: 0;
  margin: 0;
}
.span8 .article form.comment .title{
  display: block;
  font-size: 20px;
  color: #000;
  padding-bottom: 16px;
  font-weight: bold;
}
.span8 .article form.comment textarea,
.span8 .article form.comment input[type=text]{
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
  height: 29px;
  line-height: 29px;
  width: 100%;
  max-width: 330px;
  background: #dadada;
  outline: none;
  -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.50);
  box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.50);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  text-indent: 10px;
  font-size: 14px;
  color: #333333;
}
.span8 .article form.comment textarea{
  height: 200px;
}
.span8 .article form ::-webkit-input-placeholder {color: #333333;}
.span8 .article form :-moz-placeholder {color: #333333;}
.span8 .article form ::-moz-placeholder {color: #333333;}
.span8 .article form :-ms-input-placeholder {color: #333333;}
.span8 .article form.comment .info{
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
  line-height: 29px;
  height: 29px;
  color: #333333;
  margin-left: 15px;
}
.span8 .article form.comment .info{
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
  line-height: 29px;
  height: 29px;
  color: #333333;
  margin-left: 15px;
}
@media all and (max-width: 430px){
  .span8 .article form.comment .info{
    font-size: 14px;
    line-height: 17px;
    margin: -5px 0 0 5px;
  }
}

.span8 .article form.comment .button_cnt{
  margin-top: 20px;
}

.span8 .products_6weeks h2{
  font-size: 36px;
  line-height: 37px;
  color: #000;
  margin: 27px 0 46px 0;
}

.span8 .products_6weeks h2.fw_reg{
  font-weight: normal;
}

.span8 .products_6weeks h2 .lt{
  text-decoration: line-through;
}

.span8 .products_6weeks h2 .red{
  color: #e70021;
}

.span8 .products_divider_6weeks{
  margin-bottom: 50px;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  width: 100%;
  background-color: #96b0c7;
  border-bottom: 1px solid #eef3f8;
}

.span8 h3.products_weektitle{
  /*font-style: italic;*/
  font-size: 20px;
  line-height: 21px;
  color: #000;
  margin-bottom: 0;
  padding: 0 0 30px 0;
}

.span8 .products_weeknum{
  /*font-style: italic;*/
  color: #e70021;
}

.span8 h4.products_weeksubtitle{
  color: #000;
  font-size: 16px;
  line-height: 16px;
  /*font-style: italic;*/
  font-weight: bold;
  padding: 0 0 30px 0;
  margin: 0;
}

.products_weekcont{
  padding-bottom: 12px;
}

.products_weekprog_img{
  text-align: center;
  margin-bottom: 46px;
}

.products_weekprog_img img{
  margin: 0;
}

.products_weekprog_bar{
  width: 80%;
  margin: 34px auto 46px auto;
  background: #edf3f8;
  background:-webkit-gradient(linear, left top, left bottom, from(#cfdeec), to(#edf3f8));
  background:-moz-linear-gradient(top,  #cfdeec,  #edf3f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfdeec', endColorstr='#edf3f8');
  padding: 1px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.products_weekprog_bar .wpb_outer_back{
  background: #bfc9d3;
  padding: 7px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.products_weekprog_bar .wpb_inner_holder{
  background: #fff;
  border: 1px solid #8ba9c4;
  display: table;
  table-layout: fixed;
  height: 25px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.products_weekprog_bar .wpb_inner_el{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display: table-cell;
  border-right: 1px solid #e8e9ea;
}

.products_weekprog_bar .wpb_inner_el.active{
  background-color: #b1cae1;
  border-top: 1px solid #c9daea;
  border-right: 1px solid #8ba9c4;
}

.products_weekprog_bar .wpb_inner_el:last-child{
  border-right: none;
}

.products_special{
  padding-bottom: 85px;
}

.products_special_txt{
  font-size: 16px;
  color: #333;
  margin-bottom: 27px;
}

.spec_big{
  font-size: 20px;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.prod_spec_cards .cards{
  margin: 22px 0 0 0;
  padding: 0;
}

.darkbck_bonus_toptitle{
  font-weight: bold;
  font-size: 36px;
  line-height: 37px;
  color: #000;
}

.darkbck_bonus_divider{
  background-color: #403f3f;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  border-bottom: 1px solid #929191;
  width: 100%;
}

.products_guarantee_image{
  top: 62px;
  right: -127px;
}

.span8 .products_guarantee{
  z-index: 10;
  padding-top: 112px;
}

.span8 .products_guarantee h2{
  font-size: 36px;
  line-height: 37px;
  font-weight: bold;
}

.darkbck_bonus_item{
  position: relative;
  z-index: 10;
}

.product_bonus1_img{
  bottom: 30px;
  right: -50px;
}

.product_bonus2_img{
  bottom: -45px;
  right: -30px;
}

.products_whatido_girl{
  bottom: -1px;
  right: -200px;
}

@media (max-width: 940px){
  .product_bonus2_img{
    right: -130px;
  }
  .products_whatido_girl{
    right: -275px;
  } 
}

@media (max-width: 767px){
  .products_guarantee_image,
  .product_bonus1_img,
  .product_bonus2_img,
  .products_whatido_girl{
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
  }
  .product_bonus2_img{
    padding-bottom: 50px;
  }
  .products_guarantee_image{
    padding-top: 50px;
  }
  .span8 .products_guarantee{
    padding-top: 0;
  }
}

/* Sidebar */
#sidebar,
.sidebar{
  padding: 62px 0;
}
#sidebar.sidebar_intro_blog{
  padding: 62px 0 300px 0;
}
#sidebar.sidebar_about_me,
.sidebar.sidebar_about_me,
.sidebar_about_me{
  padding: 270px 0 20px 0; 
}
@media (max-width: 767px){
  #sidebar.products_cnt_sidebar,
  .sidebar.products_cnt_sidebar,
  #sidebar.sidebar_about_me,
  .sidebar.sidebar_about_me,
  .sidebar_about_me{
    padding: 20px 0 20px 0; 
  } 
}

#sidebar img,
.sidebar img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sidebar_blog_widgets ul,
.sidebar .sidebar_small_link_list,
#sidebar .sidebar_small_link_list,
.sidebar .sidebar_link_list,
#sidebar .sidebar_link_list{
  margin: 0;
  padding: 0;
}
  #sidebar h2,
  .sidebar h2{
    font-size: 24px;
    padding: 0;
    margin: 0;
  }
  .articles_list h3,
  #sidebar h3,
  .sidebar h3,
  #sidebar h2,
  .sidebar h2{
    display: inline-block;
    margin: 65px 0 16px 0;
    padding: 0 35px 0 0;
    color: #000000;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    background: url('images/siderbar_h_icon.png') bottom right no-repeat;
  }
  #sidebar .book_cnt a.button,
  .sidebar .book_cnt a.button{
    bottom: -22px;
    left: 50%;
    margin-left: -150px;
  }
  @media all and (max-width: 320px){
    #sidebar .book_cnt a.button,
    .sidebar .book_cnt a.button{
      margin-left: -110px;
    } 
  }
  .sidebar_blog_widgets ul li,
  #sidebar .sidebar_link_list li,
  .sidebar .sidebar_link_list li{
    list-style-type: none;
    /*color: #e70021;*/
    font-size: 14px;
    line-height: 18px;
    min-height: 18px;
    /*font-weight: bold;*/
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0;
  }

  .blue_sidebar .sidebar_link_list li{
    border-top: 1px solid #ebf1f7;
    border-bottom: 1px solid #96b0c7;
  }

  .blue_sidebar .sidebar_link_list li:first-child{
    border-top: 0 none;
  }

  .blue_sidebar .sidebar_link_list li:last-child{
    border-bottom: 0 none;
  }

    .sidebar_blog_widgets ul li a,
    #sidebar .sidebar_link_list li a,
    .sidebar .sidebar_link_list li a{
      color: inherit;
      text-decoration: none;
    }
  .widget_categories ul li,
  #sidebar .sidebar_small_link_list li,
  .sidebar .sidebar_small_link_list li{
    display: block;
    list-style-type: none;
    color: #333333;
    font-size: 14px;
    line-height: 23px;
  }
    .widget_categories ul li a,
    #sidebar .sidebar_small_link_list li a,
    .sidebar .sidebar_small_link_list li a{
      color: #e70021;
      font-weight: bold;
      text-decoration: none;
    }

.article_navigations{
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0;
  margin-bottom: 52px;
  line-height: 55px;
}
.article_navigations.blog_list{
  margin-top: 52px;
}
  .article_navigations a.prev,
  .article_navigations a.next{
    display: block;
    width: 50%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 55px;
    line-height: 55px;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
  }
  .article_navigations a.prev .icon,
  .article_navigations a.next .icon{
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -192px 0;
    margin: 0 20px;
  }
  .article_navigations a.next .icon{
    background-position: -249px 0;
  }

  .comments_title{
    font-size: 36px;
    color: #000;
    font-weight: bold;
  }
  .comments_cnt{
    font-size: 16px;
    color: #333333;
    padding: 7px 0 48px 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
  }
  .span8 .article div.comment{
    border-bottom: 1px solid #E5E5E5;
  }
  .span8 .article .comment{
    padding-top: 26px;
  }
  .span8 .article .comment-author{
    font-weight: bold;
  }
  .article .commentlist > .comment{
    padding-left: 0;
  }
  .article .commentlist > .comment .comment{
    padding-left: 30px;
  }


/*intro*/
.intro_head_scroll{
  left: 50%;
  bottom: 0px;
  margin-left: -49px;
  width: 98px;
  height: 98px;
  overflow: hidden;
  background: url('images/icons.png') bottom right no-repeat;
  background-position: -450px 0;
  z-index: 99999;
}
.who_i_am{
  border-bottom: 13px solid #cadbeb;
}
  .him_transparent{
    /*just for the height*/
    opacity: 0;
  }
  .who_i_am .him{
    bottom: -50px;
    left: -183px;
  }
  @media (max-width: 767px){
    .who_i_am .him{
      position: relative;
      bottom: auto;
      left: auto;
      width: auto;
    }
  }
  .who_i_am .top_text{
    min-height: 400px;
    color: #666666;
    font-size: 16px;
  }
    .who_i_am .top_text h2{
      display: block;
      color: #333333;
      font-size: 36px;
      line-height: 45px;
      font-weight: bold;
      margin: 45px 0 20px 0;
    }
    .who_i_am .top_text .question_mark{
      display: block;
      width: 25px;
      height: 45px;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -548px 0px;
      margin: 45px 0 0 15px;
    }
    .who_i_am .top_text .button{
      margin-top: 30px;
    }
  .who_i_am .quote{
    width: 100%;
    background: #f1f6fa;
    min-height: 145px;
  }
    .who_i_am .quote .text{
      font-family: 'postnote';
      font-size: 28px;
      color: #2a2a2a;
      line-height: 23px;
      margin-top: 30px;
      padding-bottom: 30px;
    }
    @media all and (max-width: 960px){
      .who_i_am .quote .text{
        width: 40%;
        float: right;
      }
    }
    @media all and (max-width: 767px){
      .who_i_am .quote .text{
        width: 85%;
        float: right;
      }
    }
      .who_i_am .quote .text .quotes{
        top: -9px;
        left: -25px;
        width: 27px;
        height: 29px;
        background: url('images/icons.png') bottom right no-repeat;
        background-position: -163px -29px;
      }
.what_i_do{
  border-top: 2px solid #383838;
  background: #686767;
  min-height: 200px;
  overflow: hidden;
}
  .what_i_do .what_i_do_girl{
    bottom: 0;
    right: -285px;
    left: auto;
  }
  @media (max-width: 767px){
    .what_i_do .what_i_do_girl{
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      width: auto;
      margin: 0 auto;
    }
  }
  .what_i_do h2{
    color: #b1cae1;
    font-size: 36px;
    margin: 96px 0 24px 0;
  }
  @media all and (max-width: 767px){
    .what_i_do h2{
      color: #b1cae1;
      font-size: 36px;
      margin: 40px 0 24px 0;
    } 
  }
  .what_i_do .text{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
  }
    .what_i_do .text p{
      padding: 0 0 16px 0;
      margin: 0;
      color: inherit;
    }
    .what_i_do a.button{
      margin-bottom: 15px;
      background: #555555;
      border: 7px solid #555555;
    }
  .what_i_do .quote{
    width: 100%;
    background: #565555;
    min-height: 145px;
  }
    .what_i_do .quote .text{
      font-family: 'postnote';
      font-size: 28px;
      color: #ffffff;
      line-height: 23px;
      margin-top: 30px;
      padding-bottom: 30px;
    }
    @media all and (max-width: 960px){
      .what_i_do .quote .text{
        margin-left: 20px;
      }
    }
    @media all and (max-width: 767px){
      .what_i_do .quote .text{
        width: 85%;
      }
    }
      .what_i_do .quote .text .quotes{
        top: -9px;
        left: -25px;
        width: 17px;
        height: 17px;
        background: url('images/icons.png') bottom right no-repeat;
        background-position: -163px -47px;
      }
  .whatido_list ul{
    color: #b1cae1;
    margin: 86px 0 45px 60px;
  }
  @media all and (max-width: 767px){
    .whatido_list ul{
      margin: 30px 0 0 60px;
    }
  }
    .whatido_list ul li{
      position: relative;
      max-width: 300px;
      color: #b1cae1;
      list-style-type: none;
      font-size: 22px;
      line-height: 24px;
      padding: 17px 0 15px 0;
      margin: 0;
      font-weight: normal;
      border-bottom: 1px solid #434343;
      border-top: 1px solid #888787;
    }
    .whatido_list ul li:first-child{
      border-top: none;
    }
    .whatido_list ul li:last-child{
      border-bottom: none;
    }
    .whatido_list ul li .check{
      width: 56px;
      height: 56px;
      overflow: hidden;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -585px 0px;
      top: 0px;
      left: -61px;
    }
  
  .intro_blog_list_cnt{
    background: #cfdeec;
  }
    .intro_blog_list{
    }
    .intro_blog_list #sidebar h3,
    .intro_blog_list h3{
      font-size: 33px;
      line-height: 34px;
      color: #333333;
    }
    .sidebar_blog_widgets ul li,
    .intro_blog_list #sidebar .sidebar_link_list li{
      border-bottom: 1px solid #96b0c7;
      border-top: 1px solid #ebf1f7;
    }
    .sidebar_blog_widgets ul li:first-child,
    .intro_blog_list #sidebar .sidebar_link_list li:first-child{
      border-top: none;
    }
    .sidebar_blog_widgets ul li:last-child,
    .intro_blog_list #sidebar .sidebar_link_list li:last-child{
      border-bottom: none;
    }
    .widget_categories ul li{
      border-top: none;
      border-bottom: none;
      margin: 0;
      padding: 0;
    }
    .intro_blog_list .more{
      width: 97px;
      height: 97px;
      overflow: hidden;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -66px -96px;
      top: -50px;
      left: 50%;
      margin-left: -48px;
    }
    .intro_blog_list .articles_list{
      margin-bottom: 70px;
    }
      .articles_list .item{
        margin: 40px 0 20px 0; 
      }
        .articles_list .item .text{
          margin-left: 20px;
          max-width: 340px;
          font-size: 14px;
          line-height: 20px;
          color: #333333;
          font-weight: normal;
        }
        @media all and (max-width: 550px){
          .articles_list .item .text{
            display: inline;
            float: none;
            margin: 0;
            width: 100%;
          }
          .articles_list .item .post_img{
            margin: 0 20px 10px 0;
          } 
        }
          .articles_list .item .title,
          .articles_list .item .title a{
            font-size: 21px;
            font-weight: bold;
            text-decoration: none;
            color: inherit;
          }
          .articles_list .item .date{
            font-size: 14px;
            font-style: italic;
          }
          .articles_list .item a{
            color: #e70021;
            text-decoration: none;
            font-weight: bold;
          }

          .intro_blog_excerpt{
            padding-top: 18px;
            padding-bottom: 12px;
          }
  .intro_quote_bottom_cnt{

  }        
  .intro_quote_bottom_cnt .quote{
    width: 100%;
    background: #e0eaf3;
    min-height: 145px;
    border-bottom: 15px solid #7b98b4;
  }
    .intro_quote_bottom_cnt .quote .text{
      font-family: 'postnote';
      font-size: 28px;
      color: #2a2a2a;
      line-height: 23px;
      margin-top: 30px;
      padding-bottom: 30px;
    }
    @media all and (max-width: 960px){
      .intro_quote_bottom_cnt .quote .text{
        margin-left: 20px;
      }
    }
    @media all and (max-width: 767px){
      .intro_quote_bottom_cnt .quote .text{
        width: 85%;
      }
    }
      .intro_quote_bottom_cnt .quote .text .quotes{
        top: -9px;
        left: -25px;
        width: 17px;
        height: 17px;
        background: url('images/icons.png') bottom right no-repeat;
        background-position: -163px -29px;
      }
      .intro_girl_bottom{
        bottom: 0;
        right: -0;
        left: auto;
      }
      @media (max-width: 870px){
        .intro_girl_bottom{
          height: 380px;
        }
      }
      @media (max-width: 767px){
        .intro_girl_bottom{
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          width: auto;
          margin: 0 auto;
        }
      }

/* Products */
.header .products_head{
  background: #eeeeee url('images/intro_header_bck.png') bottom left repeat-x;
  filter: none;
  padding-bottom: 140px;
  border-bottom: 0;
}
@media all and (max-width: 480px){
  .header .products_head{
    padding-bottom: 100px;
  } 
}
  .header .products_head .product_header_img{
    left: auto;
    right: 0px;
    top: 170px;
    bottom: auto;
  }
  @media all and (max-width: 960px){
    .header .products_head .product_header_img{
      display: block;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      position: relative;
      margin: 130px auto 0 auto;
    }
  }
  @media (max-width: 767px){
    .header .products_head .product_header_img{
      margin: 30px auto 0 auto;
    }
  }
  .header .products_head .header_text{
    margin-top: 155px;
  }
  @media all and (max-width: 480px){
    .header .products_head .header_text{
      margin-top: 380px;
    }
  }
  .header .products_head .products_header_text_img{
    margin-bottom: 5px;
  }
  .cards{
    min-height: 25px;
    margin: 30px 0 0 30px;
  }
    .cards .visa,
    .cards .mastercard,
    .cards .paypal{
      width: 46px;
      height: 25px;
      overflow: hidden;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: 0px -50px;  
      margin-left: 10px;
    }
    .cards .mastercard{
      background-position: 0px -75px;   
    }
    .cards .paypal{
      background-position: 0px -100px;
    }
.products_top_cnt{
  background: #ffffff;
  overflow: hidden;
}
  .products_top_cnt .container-narrow{
    
  }
  .products_article,
  .products_top_cnt .article{
    margin-bottom: 10px;
  }
    .span8 .products_article h1,
    .products_top_cnt .article h1{
      font-size: 36px;
      margin-bottom: 30px;
      line-height: 36px;
    }
    .span8 .products_article h2,
    .products_top_cnt .article h2{
      font-size: 20px;
      margin-bottom: 30px;
    }
  .prod_saying,
  .products_top_cnt .saying{
    
  }
    .prod_saying h2,
    .products_top_cnt .saying h2{
      font-size: 26px;
      color: #000000;
      margin: 220px 0 43px 0;
    }
    .prod_saying h2,
    .products_top_cnt .saying h2{
      margin: 100px 0 43px 0;
    }
    @media (max-width: 767px){
      .prod_saying h2,
      .products_top_cnt .saying h2{
        margin: 0 0 43px 0;
      } 
    }
    .prod_saying .item,
    .products_top_cnt .saying .item{
      font-size: 28px;
      line-height: 23px;
      color: #333333;
      font-family: 'postnote';
      padding-bottom: 27px;
      margin-bottom: 30px;
      border-bottom: 1px solid #e5e5e5;
    }
    .prod_saying .item{
      border-bottom: 0 none;
      margin-bottom: 0;
      padding-bottom: 17px;
    }
    .prod_saying .item_div{
      border-bottom: 1px solid #eef3f8;
      background-color: #96b0c7;
      line-height: 1px;
      font-size: 1px;
      height: 1px;
      width: 100%;
      margin-bottom: 40px;
    }
    .side_testm_quote{
      background: transparent url('images/saying_quote_start.png') no-repeat center center;
      width: 13px;
      height: 12px;
      left: -16px;
      top: 0;
    }
    .prod_saying .item:last-child,
    .products_top_cnt .saying .item:last-child{
      margin-bottom: 40px;
    }
    .products_top_cnt .products_testimonials_girl{
      bottom: -4px;
      right: -76px;
    }
    .prod_saying .item p,
    .products_top_cnt .saying .item p{
      margin: 0 0 25px 0;
    }
    @media (max-width: 767px){
      .products_top_cnt .products_testimonials_girl{
        display: block;
        bottom: auto;
        right: auto;
        position: relative;
        margin: 0 auto;
      } 
    }
.darkbck_products{
  border-bottom: 13px solid #4e4e4e;
  background: #7b7b7a;
  /*background-color:#FFF;*/
}

.darkbck_products.lgray{
  background: #EEEEEE;
  border-bottom: 13px solid #E8E8E8;
  /*background-color:#FFF;*/
}
  .him_transparent{
    /*just for the height*/
    opacity: 0;
  }
  .darkbck_products .him{
    bottom: -50px;
    right: -183px;
  }
  @media (max-width: 767px){
    .darkbck_products .him{
      position: relative;
      bottom: auto;
      left: auto;
      width: auto;
    }
  }
  .darkbck_products .top_text{
    min-height: 400px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 45px;
    padding-left:3%;
  }

  .darkbck_products.lgray .top_text{
    color:#333333;
  }

  .darkbck_products .top_text p{
    padding-bottom: 15px;
    font-size: 16px;
  }
  .darkbck_products .top_text ul:last-child,
  .darkbck_products .top_text p:last-child{
    padding-bottom: 43px;
  }
    .darkbck_products .top_text h2{
      display: block;
      color: #b1cae1;
      font-size: 36px;
      line-height: 45px;
      font-weight: bold;
      margin: 0 0 20px 0;
    }
    .darkbck_products .darkbck_bonus_item.top_text h2{
      line-height: 37px;
    }
    .darkbck_products .top_text h3{
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 25px;
    }
    .darkbck_products .top_text h3:first-child{
      margin-bottom: 15px;
    }
  .darkbck_products .as_seen{
    margin-top: 47px;
  }
    .darkbck_products .as_seen .him_products{
      bottom: -63px;
      right: -200px;
    }
    @media (max-width: 767px){
      .darkbck_products .as_seen .him_products{
        bottom: auto;
        right: auto;
        position: relative;
      } 
    }
    .darkbck_products .as_seen h3{
      font-size: 26px;
      color: #b1cae1;
      font-weight: bold;
    }
    .darkbck_products .top_text .question_mark{
      display: block;
      width: 25px;
      height: 45px;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -548px -50px;
      margin: 45px 0 0 15px;
    }
    .darkbck_products .top_text .button{
      margin-top: 30px;
    }
  .darkbck_products .quote{
    width: 100%;
    background: #f1f6fa;
    min-height: 145px;
  }
    .darkbck_products .quote .text{
      font-family: 'postnote';
      font-size: 28px;
      color: #2a2a2a;
      line-height: 23px;
      margin-top: 30px;
      padding-bottom: 30px;
    }
    @media all and (max-width: 960px){
      .darkbck_products .quote .text{
        width: 40%;
        float: right;
      }
    }
    @media all and (max-width: 767px){
      .darkbck_products .quote .text{
        width: 85%;
        float: right;
      }
    }
      .darkbck_products .quote .text .quotes{
        top: -9px;
        left: -25px;
        width: 27px;
        height: 29px;
        background: url('images/icons.png') bottom right no-repeat;
        background-position: -163px -29px;
      }
  .darkbck_products .cnn{
    width: 52px;
    height: 24px;
    overflow: hidden;  
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -192px -96px;;
    margin: 16px 10px 0 20px;
  }
  .darkbck_products .cnnpsy_sep{
    background-color: #333;
    height: 23px;
    width: 2px;
    line-height: 1px;
    font-size: 1px;
    margin-top: 17px;
  }
  .darkbck_products .cnnpsy_sep .inner_sep{
    background-color: #919090;
    height: 100%;
    width: 1px;
    line-height: 1px;
    font-size: 1px;
  }
  .darkbck_products .psy{
    width: 136px;
    height: 33px;
    overflow: hidden;  
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -192px -124px;
    margin: 16px 0 16px 10px;
  }
  .products_cnt{
    /*background-color: #d7e4f0;*/
    background-color:#FFF;
    overflow: hidden;
  }
    .products_cnt > .container-narrow{
      /*border-bottom: 1px solid #adc0d1;*/
    }
    .products_cnt .more{
      width: 97px;
      height: 97px;
      overflow: hidden;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -66px -96px;
      top: -50px;
      left: 50%;
      margin-left: -48px;
      z-index: 20;
    }

  .prod_download_now{
    padding: 50px 0;
    text-align: right;
  }

    .prod_download_txt{
      font-size: 12px;
      color: #000;
      text-align: left;
      width: 70%;
      padding-top: 11px;
      padding-left: 9%;
    }

    .prod_download_txt a{
      font-size: 12px;
      color: #000;
      text-decoration: none;
    }

    .prod_download_cards .cards{
      margin: 10px 0 0 0;
      padding-left: 9%;
    }

    .prod_download_cards .cards div:first-child{
      margin-left: 0;
    }

    @media all and (max-width: 960px){
      .prod_download_txt{
        padding-left: 4%;
      }

      .prod_download_cards .cards{
        padding-left: 4%;
      }
    }

    @media all and (max-width: 750px){
      .prod_download_now{
        overflow: hidden;
        text-align: center;
      }

      .prod_download_txt{
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
      }

      .prod_download_cards{
        position: relative;
        left: 50%;
        float: left;
      }
      .prod_download_cards .cards{
        padding-left: 0;
        position: relative;
        left: -50%;
      }
    }

  .signature_cnt{
    
  }
    .signature_cnt .signature{
      display: block;
      width: 158px;
      height: 45px;
      margin-top: 15px;
      margin-bottom: 15px;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -352px -109px;
    }
    .prod_signature .signature{
      display: block;
      width: 158px;
      height: 45px;
      margin-top: 15px;
      margin-bottom: 15px;
      /*background: url('images/signature_blue.png') no-repeat center center;*/
      background: url('http://approachanxiety.com/wp-content/uploads/2013/08/signature.gif') no-repeat center center;
    }
    .signature_cnt .thanks{
      font-size: 16px;
      color: #333333;
      line-height: 20px;
      min-height: 190px;
      margin: 40px 0 0 200px;
    }
    .signature_cnt .him_small{
      left: -30px;
      top: 0;
    }
    @media all and (max-width: 400px){
      .signature_cnt .thanks{
        margin: 0 0 0 0px;
      }
      .signature_cnt .him_small{
        display: block;
        left: auto;
        top: auto;
        position: relative;
        margin: 0 auto;
        padding: 0;
      }
    }
  .products_bottom{
    
  }
  .products_bottom h2{
    font-size: 21px;
    font-weight: bold;
  }
    .products_bottom h2 .new{
      color: #e70021;
    }
    .products_bottom h2 .old{
      text-decoration: line-through;
    }
  .products_bottom .tiny{
    padding-top: 20px;
    color: #333333;
    line-height: 16px;
    font-size: 12px;
  }
  .products_bottom .tiny a{
    color: #e70021;
    text-decoration: none;
  }
  .products_bottom .cards{
    min-height: 25px;
    margin: 0;
    padding: 0 0 100px 0;
    padding-top: 16px;
  }
  @media all and (max-width: 800px){
    .products_bottom .cards{
      padding: 0 0 20px 0;
    } 
  }
  .products_bottom .cards .visa{
    margin-left: 0;
  }
  .products_bottom .products_bottom_girl{
    top: -29px;
    right: 0;
  }
  @media all and (max-width: 800px){
    .products_bottom .products_bottom_girl{
      display: block;
      position: relative;
      top: auto;
      right: auto;
      margin: 0px auto 0 auto;
      padding: 0;
    } 
  }

/* Button */
div.blue_button_cnt,
a.blue_button,
div.button_cnt,
a.button{
  display: inline-block;
  background: #dfe2e5;
  border: 7px solid #dfe2e5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
div.blue_button_cnt,
a.blue_button{
  background: #b1cae1;
}
a.prod_button{
  border: 7px solid #b9c2cb;
}
a.prod_button.mb{
  margin-bottom: 25px;
}
  input[type=submit].blue_button,
  a.blue_button .inner,
  input[type=submit].button,
  a.button .inner{
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    min-height: 45px;
    color: #fff;  
    text-decoration: none;
    padding: 0 35px 0 35px;
    background: #e70021;
    border: 1px solid #940217;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-weight: bold;
  }

  input[type=submit].blue_button:hover,
  a.blue_button .inner:hover,
  input[type=submit].button:hover,
  a.button .inner:hover{
    background:#bb001b;
  }

  input[type=submit].blue_button:hover{
    background:#7ca7ce;
  }

  a.button_large .inner{
    padding: 0 55px;
  }
  @media all and (max-width: 480px){
    a.button_large .inner{
      padding: 0 25px;
    }
  }
  input[type=submit].blue_button,
  a.blue_button .inner{ 
    background: #b1cae1;
    border: 1px solid #8ba9c4;
    color: #333333;
  }

  input[type=submit].blue_button:hover,
  a.blue_button .inner:hover{
    background:#7ca7ce;
  }

  a.button .inner .arrow,
  a.blue_button .inner .arrow{
    display: inline-block;
    width: 12px;
    height: 16px;
    line-height: 45px;
    overflow: hidden;
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -573px 0px;
    margin-left: 8px;
  }
  a.blue_button .inner .arrow{
    background: url('images/icons.png') bottom right no-repeat;
    background-position: -573px -19px;
  }
  #respond .form-submit{
    display: none;
  }

/* Footer */
.footer{
  width: 100%;
  min-height: 756px;
  border-top: 1px solid #5f83a4;
}
  .footer_top{
    min-height: 400px;
    border-top: 1px solid #dfe9f3;
    border-bottom: 13px solid #940217;
    background: #b1cae1;
    overflow: hidden;
  }
    .footer_top .container-narrow{
      padding: 0;
    }
    .footer_top .footer_top_bck{
      left: 50%;
      bottom: -13px;
      margin: 0 0 0 -679px;
      max-width: 1358px;
    }
    .carousel{
      padding: 0;
      margin: 0;
    }
      .footer_top .carousel .carousel-indicators{
        top: auto;
        /*bottom: 100px;*/
        /*left: 50%;*/
        right:0%;
        bottom:10px;
        margin: 0 0 0 12px;
      }
      @media all and (max-width: 1000px){
        .footer_top .carousel .carousel-indicators{
          right: 30px;
          left: auto;
          top: 30px;
          bottom: auto;
        }
      }
        .footer_top .carousel .carousel-indicators li{
          width: 11px;
          height: 12px;
          overflow: hidden;
          background: url('images/icons.png') bottom right no-repeat;
          background-position: -317px 0;
          cursor: hand;
          cursor: pointer;
        }
        .footer_top .carousel .carousel-indicators li.active{
          background-position: -306px 0;
        }
    .footer_top .carousel-caption{
      position: absolute;
      background: none;
      left: 447px;
      top: 80px;
    }
      .footer_top .carousel-caption h2{
        display: inline-block;
        margin: 0 0 20px 33px;
        padding: 0 45px 0 0;
        color: #000000;
        font-weight: bold;
        font-size: 36px;
        line-height: 38px;
        background: url('images/foot_h_icon.png') bottom right no-repeat;
      }
      @media all and (max-width: 320px){
        .footer_top .carousel-caption h2{
          margin-left: 0;
          font-size: 27px;
        }
      }
      .footer_top .carousel-inner{
        min-height: 400px;
      }
      .footer_top .carousel-caption .text{
        font-family: 'postnote';
        max-width: 390px;
        /*font-size: 29px;*/
        font-size: 28px;
        line-height: 23px;
        color: #333333;
        margin: 10px 0 0 0;
        padding: 0 0 0 33px;
      }
      .footer_top .carousel-caption .text p{
        font-family: 'postnote';
        font-size: 28px;
        line-height: 23px;
        color: #333333;
        margin: 0;
        padding: 0;
      }
      @media all and (max-width: 1000px){
        .footer_top .carousel-caption .text{
          line-height: 21px;
        }
      }
      @media (max-width: 767px){
        .footer_top .carousel-caption .text{
          width: 85%;
        }
      }
      @media all and (max-width: 320px){
        .footer_top .carousel-caption .text{
          font-size: 26px;
          padding: 0;
          margin: 0px 0 0 0;
          width: 90%;
        }
        .footer_top .carousel-caption .quotes{
          display: none;
        }
      }
        .footer_top .carousel-caption .quotes{
          top: 0;
          left: 0px;
          width: 27px;
          height: 29px;
          background: url('images/icons.png') bottom right no-repeat;
          background-position: -163px 0;
        }  
    .footer_top .carousel .carousel-left,
    .footer_top .carousel .carousel-right{
      width: 57px;
      height: 57px;
      background: url('images/icons.png') bottom right no-repeat;
      background-position: -192px 0;
      -webkit-border-radius: none;
         -moz-border-radius: none;
              border-radius: none;
      border: none;
      left: auto;
      right: 520px;
    }
    .footer_top .carousel .carousel-right{
      background-position: -249px 0;
      right: 0px;
    }
    @media all and (max-width: 1000px){
      .footer_top .carousel .carousel-left,
      .footer_top .carousel .carousel-right{
        bottom: 30px;
        top: auto;
      }
      .footer_top .carousel .carousel-left{
        left: 65%;
        margin: 0 0 0 -28px;
      }
      .footer_top .carousel .carousel-right{
        left: 75%;
        margin: 0 0 0 -28px;
      }
    }
    @media (max-width: 767px){
      .footer_top .carousel-caption{
        left: 0;
        width: 100%;
        top: 50px;
      }
      .footer_top .carousel img.slider_image{
        opacity: 0;
        width: 30px;
        height: 10px;
      }
      .footer_top .carousel .carousel-left,
      .footer_top .carousel .carousel-right{
        bottom: 73px;
        top: auto;
      }
      .footer_top .carousel .carousel-left{
        left: 30%;
      }
      .footer_top .carousel .carousel-right{
        left: 70%;
      }
    }
  .footer_bottom{
    width: 100%;
    min-height: 343px;
    background: #e70021 url('images/footer_bck.png') bottom center no-repeat;
  }
    .footer .footer_bottom .nav{
      margin-top: 113px;
    }
    .footer .footer_bottom .nav li{
      display: inline-block;
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      color: #fff;
      border-left: 1px solid #940217;
      padding: 0 13px; 
      margin-bottom: 10px;
    }
    .footer .footer_bottom .nav li a{
      color: inherit;
      display:block;
    }
      .footer .footer_bottom .nav li a:hover{
        background: none;
        text-decoration: underline;
      }
    .footer .footer_bottom .nav li a.home{
      width: 28px;
    }
    .footer .footer_bottom .nav li a.home .home{
      background: url(images/icons.png) 0 0 no-repeat;
      width: 28px;
      height: 28px;
      top: -7px;
      left: 0;
      overflow: hidden;
    }

    .footer .footer_bottom .nav li a.home:hover{
      text-decoration: none;
    }
    
    .footer .footer_bottom .nav > li:first-child{
      border-left: none;
      padding-left: 0;
    }
    .footer .footer_bottom .nav_small{
      display: none;
    }
    @media all and (max-width: 480px){
      .footer .footer_bottom .nav_normal{
        display: none;
      }
      .footer .footer_bottom .nav_small{
        display: block;
      }
      .footer .footer_bottom .nav_small li{
        padding: 0;
        margin: 0;
        color: #333333;
        border: 0;
      }
      .footer .footer_bottom .nav_small li.active{
        color: #ffffff;
      }
      .footer .footer_bottom .nav_small li:hover{
        color: #cf021f;
      }
      .footer .footer_bottom .nav{
        padding: 0;
        margin: 0;
      }
      .footer .footer_bottom .nav .search{
        display: none;
      }
    }

    .footer .footer_bottom .social{
      padding: 7px 0 70px 0;
    }
    .footer .footer_bottom .social .fb{
      width: 11px;
      height: 21px;
      background: url(images/icons.png) 0 0 no-repeat;
      background-position: -28px 0;
      margin-right: 15px;
    }
    .footer .footer_bottom .social .tw{
      width: 27px;
      height: 21px;
      background: url(images/icons.png) 0 0 no-repeat;
      background-position: -39px 0;
      margin-right: 20px;
    }

    .footer .footer_bottom .social .fb:hover{
      background-position: -28px -21px;
    }

    .footer .footer_bottom .social .tw:hover{
      background-position: -39px -21px;
    }

    .footer .footer_bottom .social .author{
      font-size: 14px;
      color: #6d0010;
    }
      .footer .footer_bottom .social .author a{
        color: inherit;
        text-decoration: underline;
      }
    .footer .footer_bottom .singup_cnt{
        margin: 60px auto 0 auto;
        max-width: 305px;
    }
      .widget_mailchimpsf_widget h3,
      .footer .footer_bottom .singup_cnt .left_title{
        color: #fff;
        font-size: 37px;
        font-weight: bold;
        line-height: 27px;
        margin-right: 10px;
        float: left;
      }
      .widget_mailchimpsf_widget h3{
        margin-top: 0;
        margin-bottom: 0;
      }
      .footer .footer_bottom .singup_cnt .right_title{
        color: #6d0010;
        font-size: 16px;
        line-height: 15px;
        margin-top:10px;
      }
      .footer .footer_bottom .singup_cnt form{
        padding: 20px 0 0 0;
      }
      .footer .footer_bottom .singup_cnt form input{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-indent: 10px;
        background: #bf021d;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        border: none;
        color: #fff;
        outline: none;
        -webkit-box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.30);
        box-shadow: inset 0px 1px 0px 1px rgba(0, 0, 0, 0.30);
      }
      .footer .footer_bottom .singup_cnt form ::-webkit-input-placeholder {color: #fff;}
      .footer .footer_bottom .singup_cnt form :-moz-placeholder {color: #fff;}
      .footer .footer_bottom .singup_cnt form ::-moz-placeholder {color: #fff;}
      .footer .footer_bottom .singup_cnt form :-ms-input-placeholder {color: #fff;}
      .footer .footer_bottom .singup_cnt form input.submit,
      #mc_signup_submit{
        display: inline-block;
        width: auto;
        font-size: 23px;
        padding: 30px 20% 0 0;
        margin: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: bold;
      }
  .footer .top{
    top: -61px;
    left: 50%;
    margin-left: -48px;
    width: 97px;
    height: 97px;
    overflow: hidden;
    background: url(images/icons.png) 0 0 no-repeat;
    background-position: -66px 0;
  }

  #mc-indicates-required,
  #mc_subheader,
  .mc_var_label{
    display: none;
  }

  .mc_signup_submit{
    text-align: left;
  }

  .mc_signup_submit #mc_signup_submit{
    float: right;
  }

  .mc_success_msg,
  .mc_error_msg{
    color: #FFF !important;
  }

  #af-form-1200570415 .buttonContainer input.submit_ico{
    background: transparent url('images/buttons_subsribe.png') no-repeat 0 0;
    border: 0 none;
    text-decoration: none;
    width: 57px;
    height: 57px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 8px;
  }
  #af-form-1200570415 .buttonContainer:hover input.submit_ico{
    background: transparent url('images/buttons_subsribe.png') no-repeat -62px 0;
  }

  .policylinks > a{
    margin-left:15px;
    font-size:14px;
    color:#6d0010;
  }

input.wpcf7-text,
textarea.wpcf7-textarea{
  width:80%;
  margin-top:10px;
}

input.wpcf7-submit{
  display: block;
  font-size: 16px;
  line-height: 45px;
  min-height: 45px;
  color: #fff;  
  text-decoration: none;
  padding: 0 35px 0 35px;
  background: #e70021;
  border: 1px solid #940217;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-weight: bold;
}

input.wpcf7-submit:hover{
  background:#bb001b;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
  border:0!important;
}

span.wpcf7-not-valid-tip{
  right:0px !important;
  color:#e70021 !important;
  width:220px !important;
  top:-3px !important;
  left:auto !important;
  border:0 !important;
  background:transparent !important;
}

.widget_rrm_recent_comments a{
  color:#333333 !important;
}

.rc-commenter,
.rc-title{
  color:#e70021;
}

#bbpress-forums .bbp-breadcrumb{
  display:none !important;
}
#bbpress-forums .info{
  display:none !important;
}

#bbpress-forums a{
  color:#333;
}

.bbp_widget_login a.user-submit img{  
  margin-right:15px!important;
}

.bbp_widget_login .bbp-remember-me > label{
  width:100px !important;
}

.bbp_widget_login a{
  color:#333 !important;
}

a.bbp-register-link{
  margin-top:15px;
  color:#E70021!important;
}

.bbp-reply-content a,
.bbp-topic-content a{
  color:#E70021!important;
}

.span8 .article blockquote, .span8 .article blockquote p{
  font-size:16px;
  line-height:22px;
  /*color:#333333 !important;*/
  margin:0;
  padding:0;
}

.span8 .article blockquote{
  margin-left:10px!important;
}
.placeholder{
}