.page-header {
  padding-bottom: 0;
  margin: 0 0 26px;
  border-bottom: none;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
  color: #27292e;
  margin: 0 0 26px;
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .page-title,
  .page-header h1 {
    font-size: 56px;
  }
}
.clean .page-header {
  border: none;
  text-align: center;
  padding: 0;
}
.clean .page-header > h1 {
  font-size: 45px;
  color: #27292e;
  font-weight: 700;
  line-height: 1.625;
}
.page-subheader {
  border-bottom: 1px solid #dadedf;
  margin: 0 0 26px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -26px;
}
.article-header {
  padding-right: 40px;
}
.article-header:before,
.article-header:after {
  display: table;
  content: " ";
}
.article-header:after {
  clear: both;
}
.article-header .article-title a {
  color: #27292e;
  font-weight: 700;
}
.article-header .article-title a:hover,
.article-header .article-title a:focus {
  color: #5f6711;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article-header {
    padding-right: 0;
  }
}
.article-title,
.article-header h1 {
  margin: 0 0 26px 0;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .article-title,
  .article-header h1 {
    margin-top: 26px;
    margin-right: 32.5px;
    font-size: 20px;
  }
}
.article-title a,
.article-header h1 a {
  color: #27292e;
  font-weight: 700;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
  color: #5f6711;
  text-decoration: none;
}
h2.article-title,
.article-header h2 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h2.article-title,
  .article-header h2 {
    font-size: 20px;
  }
}
.items-row.cols-2 article .col-sm-4 .article-title,
.items-row.cols-3 article .col-sm-4 .article-title,
.items-row.cols-4 article .col-sm-4 .article-title,
.items-row.cols-2 article .col-sm-8 .article-title,
.items-row.cols-3 article .col-sm-8 .article-title,
.items-row.cols-4 article .col-sm-8 .article-title {
  margin-top: 26px;
  font-size: 24px;
}
.item-title {
  font-weight: 700;
}
.form-control-feedback {
  display: none;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 45px;
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron.masthead {
  color: #333333;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.jumbotron.masthead:before {
  z-index: -1;
  background: none;
}
.masthead {
  color: #ffffff;
  position: relative;
  padding: 0;
}
.masthead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #737d15;
  filter: alpha(opacity=95);
  opacity: 0.95;
  left: 0;
  top: 0;
}
.masthead .t3-module {
  padding: 0;
  margin: 0;
}
.masthead .t3-module .module-title {
  display: none;
}
.masthead .masthead-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background-size: 100% auto;
}
.masthead .masthead-bg:before {
  background: #373b0a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.masthead .nav {
  position: absolute;
  z-index: 4;
  bottom: 0;
}
.masthead .nav li {
  display: block;
  border: 0;
  padding: 0;
  float: left;
}
.masthead .nav li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  font-weight: 700;
  padding: 13px 26px;
  margin-right: 13px;
  position: relative;
}
.masthead .nav li a:hover,
.masthead .nav li a:focus {
  background: #222506;
  color: #ffffff;
}
.masthead .nav li a:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin-right: 10px;
}
.masthead .nav li a.menu-news:before {
  content: "\f129";
}
.masthead .nav li a.menu-tutorials:before {
  content: "\f0eb";
}
@media screen and (max-width: 480px) {
  .masthead .nav li a {
    padding: 10px;
    margin-right: -1px;
  }
  .masthead .nav li a:before {
    display: none;
  }
}
.masthead .nav li:first-child a {
  margin-top: 2px;
}
.masthead .nav li.active a,
.masthead .nav li.current a {
  color: #3d4045;
  background: #ffffff;
}
.masthead .masthead-menu {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 3;
}
.masthead .jamasshead {
  padding: 80px 0;
}
.masthead .jamasshead .jamasshead-title {
  font-size: 56px;
  margin-top: 0;
  font-weight: 400;
  z-index: 2;
  position: relative;
}
.masthead .jamasshead .jamasshead-description {
  font-weight: 300;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 0;
  }
  .masthead h1 {
    font-size: 112px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 26px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.jumbotron-primary {
  background-color: #5f6711;
  color: #e3ec8b;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d8e55f;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.fade.show {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal.fade .modal-dialog {
  margin-top: 100px;
  transform: translate(0, 0);
}
.modal.fade .modal-dialog iframe {
  width: 100%;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.pricing-page .page-title {
  margin-bottom: 26px;
}
.features-list {
  margin-top: 78px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 78px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 78px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
#ezblog-body .profile-head .profile-avatar.float-l {
  float: left;
  margin-right: 26px;
}
#ezblog-body .profile-body {
  border: 0;
}
#ezblog-body .profile-connect .connect-links li + li {
  padding: 0;
  margin: 0;
  border: 0;
}
#ezblog-body .profile-brief .active-bloggers {
  margin-top: 10px;
}
#ezblog-body .profile-brief .active-bloggers .pts,
#ezblog-body .profile-brief .active-bloggers .pbs {
  margin-bottom: 5px;
}
#ezblog-body .profile-brief .active-bloggers .pts a,
#ezblog-body .profile-brief .active-bloggers .pbs a {
  white-space: nowrap;
}