

/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
.page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.page-title,
.page-header h1 {
  color: #333333;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform: uppercase;
}
.blog-featured .page-title,
.blog-featured .page-header h1 {
  font-size: 15px;
}
.page-subheader {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 25px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -25px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12.5px;
  font-size: 26px;
  font-family: sans-serif;
  font-weight: 100;
}
.article-title a,
.article-header h1 a {
  color: #333333;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus,
.article-title a:active,
.article-header h1 a:active {
  color: #3498db;
  text-decoration: none;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 50px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .masthead {
    padding: 100px 0;
  }
  .masthead h1 {
    font-size: 105px;
  }
  .masthead p {
    font-size: 30px;
  }
  .masthead .btn-lg {
    margin-top: 25px;
    padding: 18px 42px;
    font-size: 22.5px;
  }
}
.jumbotron-primary {
  background-color: #3498db;
  color: #ffffff;
}
.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: #e1f0fa;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@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);
  }
}
.row-feature {
  padding: 50px 0;
}
.row-feature.t3-module {
  margin-bottom: 0;
  min-height: 0;
}
.row-feature.box-background-secondary {
  padding: 50px 0;
  background: none;
}
.row-feature.box-background-secondary .box-background-secondary {
  background: #7bc673;
  padding: 50px 0;
  text-align: left;
}
.row-feature.box-background-secondary .box-background-secondary:before,
.row-feature.box-background-secondary .box-background-secondary:after {
  content: " ";
  display: table;
}
.row-feature.box-background-secondary .box-background-secondary:after {
  clear: both;
}
.row-feature.box-background-secondary p {
  margin-bottom: 0;
  font-weight: 700;
}
.row-feature.box-background-secondary .text-banner {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row-feature.box-background-secondary .text-banner {
    float: left;
    margin: 0;
  }
}
.row-feature.box-background-secondary .btn-border {
  float: none;
}
@media screen and (min-width: 768px) {
  .row-feature.box-background-secondary .btn-border {
    float: right;
  }
}
.row-feature.box-background-secondary .font-family-serif {
  font-size: 24px;
  float: left;
  font-weight: 100;
  margin: 6.25px 0;
}
.row-feature .row-feature-title {
  margin: 0 0 50px;
  font-size: 36px;
  color: #333333;
}
.row-feature h2,
.row-feature .h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
}
.row-feature h3,
.row-feature .h3 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.row-feature img {
  max-width: 100%;
}
.row-feature .module-intro {
  display: block;
  margin: -25px auto 25px !important;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .row-feature .module-intro {
    margin: -25px auto 75px !important;
  }
}
@media (max-width: 979px) {
  .row-feature .row-feature-ct .module-intro {
    margin-bottom: 50px !important;
  }
}
.row-feature.row-feature-full {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1601px) {
  .row-feature.row-feature-full {
    margin-left: -200px;
    margin-right: -200px;
  }
}
.row-feature.row-feature-nopadding-top {
  padding-top: 0;
}
.row-feature.row-feature-nopadding-bottom {
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .row-feature .screen-xs-absolute {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .row-feature .screen-xs-relative {
    position: relative;
  }
}


