
/*
 * Globals
 */

body {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif,Georgia, "Times New Roman", Times, serif;
  color: #555;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}
h1, .h1,h2, .h2{  margin-bottom: 0.3em; font-size: 26px;}

h3, .h3,h4, .h4{padding-top: 0.8em; }

.content-responsive h1{ padding-top: 1.0em; font-size: 24px;}
.content-responsive h2{ padding-top: 1.0em;font-size: 22px;}
.content-responsive h3{ padding-top: 0.8em;font-size: 20px;}
.content-responsive h4{ padding-top: 0.8em;font-size: 18px;}
.content-responsive h5{ padding-top: 0.5em;font-size: 16px;}
.content-responsive img{ max-width: 100%;}
.container ul{ margin-left: 20px; padding-left: 0px;}

pre{background-color: #f8f8f8;border-radius:0px;}   
#content-wrap{ padding-top:2.5em; padding-bottom: 2.5em;}

.product-name{  background: url('../img/header-bg.jpg') no-repeat center top;
  background-size: cover;
  height: 370px;
}
.banner-head {
        width: 100%;text-align: left;
        font-family: Chalkboard,Helvetica, Arial, sans-serif; 
        font-family: 'Myriad Pro','Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
        padding:0.5em;
        padding-left: 0;
        padding-top: 15px;
        font-size: 2.8em;
        color: #fff;
        margin-bottom: 0; padding-bottom: 0;
    }
.product-name h3{ margin: 0; padding: 0.5em; color: #fff; width: 100%; text-align: left; padding-left: 0; font-size: 1.2em;}
.product-name p{ color: #fff;}

#app_info{ padding-top: 3em; }
.app_download{ padding-top: 3em; }
.app_download .download-mweb-store{font-family: 'Myriad Pro','Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif; 
padding-top: 8px; font-size: 15px; font-weight: normal;}
.app_download .download-mweb-store a{ text-decoration: none; color: #eee; }
.app_download .download-mweb-store a strong{ color: #fff; text-decoration: underline; }
.app_download .download-mweb-store a em{ font-size: 13px;}

a.btn-download{ display: inline-block; }
a.btn-buy-mas{ display: inline-block; padding-right: 20px; }
a.btn-download img{ width: 144px; }
a.btn-buy-mas img{ width: 224px; }

.images-list,.images-list li{ list-style: none; margin: 0 !important; padding: 0 ;}
.images-list li{ width: 145px; display: block; float: left; padding-right: 4px; padding-top: 4px;}
@media (min-width: 768px) and (max-width: 991px) {
.images-list li{ width: 110px;}
}
#index-container{ padding-top: 2.5em;}
#index-container h1{font-family: 'Myriad Pro','Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif; font-size: 2em;}
#index-container hr { margin-top: 2.0em; margin-bottom: 2.0em;}
#index-container h3,#index-container h4 { padding-top: 0;}
#index-container h2{ font-size: 22px; font-weight: bold; }
#index-container .btn:focus,
#index-container .btn:active:focus{
  outline: 0px;
}
.img_content p{ font-size: 14px; color: #666; }
.img_content_buttons{ padding:0.5em; text-align: center; padding-bottom: 1em; }
.mark_list_wrap p{  vertical-align: middle; padding-left: 25px; font-size: 13px; margin-bottom: 8px; }
span.mark_number{display: inline-block; margin-top: -4px; margin-left: -22px; width: 18px; height: 18px; background: #a61010; border-radius: 9px; text-align: center;
vertical-align: middle; line-height: 19px; font-size: 14px; font-family: 'Helvetica Neue', 'Arial', sans-serif; color: #fff;}

.mark_list_wrap2{ padding: 8px 0; }
.mark_list_wrap2 p{ padding-left: 0;font-size: 13px;  }
.mark_list_wrap2 span.mark_number{ margin-left: 0; }
.help-content h3{ font-size: 20px; font-weight: bold; }
.help-content{ font-size: 13px; }
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px; 
  }
}

@media (max-width: 767px) {
  .banner-head{ font-size: 2.1em; }
  .product-name h3{font-size: 1.0em;}
  .mweb-logo{  }
  #app_info{ padding-top: 1.5em; }
  .app_download{ padding-top: 1.5em; }
  .app_download>div{padding-left: 0;}

  a.btn-download{ display: inline-block; }
  a.btn-buy-mas{ display: inline-block; padding-right: 4px; }
  a.btn-download img{ width: 108px; }
  a.btn-buy-mas img{ width: 168px; }
}
/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #132f44;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}



/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 15px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {

}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 20px 0 40px 0;
  color: #999;
  text-align: center;
  max-width: 970px;margin: 0 auto;
  border-top: 1px solid #eee;margin-top: 80px;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}