.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }

.av-header-nav , .av-steps-bar, .av-page-title, .sub-footer-section, .av-micro-footer{
  display:none;

}

a[href]:after {
    content: none !important;
}


.av-section, .panel, .av-buttonbar {
  display:block;
  page-break-after: avoid;
  page-break-inside: avoid;
}

/* HOME PAGE STYLE */
.media-responsive>.pull-left {
    max-width: 40% !important;
   
}
/*BLOG DETAILS PAGE STYLE */

#left-column{
  width:100%;

}
#right-column{
  display:none;

}

.av-blog-post-image {
  display:none;

}
