

p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 32.5px;
  line-height: 40px;
}
h1 small {
  font-size: 26px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  font-size: 19.5px;
  line-height: 40px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 20px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  margin: 0;
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  font-family: "robotobold";
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-header h1 a {
  color: #666;
}
.article-header h1 a:hover,
.article-header h1 a:focus,
.article-header h1 a:active {
  color: #669900;
  text-decoration: none;
}
h2.article-title,
.article-header h2 {
  font-family: "robotobold";
  font-weight: normal;
}
h2.article-title a {
  color: #666;
}
h2.article-title a:hover,
h2.article-title a:focus,
h2.article-title a:active {
  color: #669900;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
div.t3-module blockquote.rounded {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  padding: 15px 15px 15px 100px !important;
}
div.t3-module blockquote.rounded span.avatar {
  display: block;
  height: 62px;
  float: left;
  position: relative;
  margin-left: -80px;
  margin-top: 5px;
  width: 62px;
}
div.t3-module blockquote.rounded span.avatar span.avt-mask {
  background: url(../../../../templates/ja_brisk/images/avt-mask.png) no-repeat left top;
  display: block;
  height: 62px;
  overflow: hidden;
  position: relative;
  width: 62px;
  z-index: 20px;
}
div.t3-module blockquote.rounded span.avatar img {
  position: absolute;
  left: 0;
  top: 0;
}
blockquote.rounded:hover {
  border-color: #669900 !important;
  box-shadow: 0px 0px 5px #639108;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
div.jumbotron {
  text-align: center;
}
div.jumbotron h3 {
  font-family: 'robotoregular';
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 10px;
}
div.jumbotron p {
  font-size: 13px;
  margin-bottom: 0;
}
div.jumbotron .btn-large {
  font-weight: bold;
  padding: 20px 40px !important;
}
.pricing-table .three-cols,
.pricing-table .four-cols {
  *zoom: 1;
  padding-bottom: 30px;
}
.pricing-table .three-cols:before,
.pricing-table .three-cols:after,
.pricing-table .four-cols:before,
.pricing-table .four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.pricing-table .three-cols:after,
.pricing-table .four-cols:after {
  clear: both;
}
.pricing-table .three-cols .col {
  width: 33.3%;
}
.pricing-table .four-cols .col {
  width: 25%;
}
.pricing-table .col {
  float: left;
  position: relative;
  text-align: center;
  z-index: 10;
}
.pricing-table .featured {
  z-index: 20;
}
.pricing-table .col-first .col-header {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.pricing-table .col-last .col-header {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.pricing-table .col-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-right: 0;
  height: 120px;
  padding: 20px 0;
  vertical-align: middle;
}
.pricing-table .featured .col-header {
  background: #fff;
  border-right: 1px solid #ddd;
  margin-top: -20px;
  margin-right: -1px;
  height: 140px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.pricing-table .featured-rs .col-header {
  border-left: 0;
}
.pricing-table .col-last .col-header {
  border-right: 1px solid #ddd;
}
.pricing-table .col-header .price {
  color: #669900;
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
.pricing-table .col-header .price sup {
  font-size: 20px;
  top: -32px;
}
.pricing-table .col-header .price small {
  font-size: 20px;
}
.pricing-table .col-header strong {
  color: #666;
  font-family: "robotobold";
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table ul li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px 5px;
}
.pricing-table .col-last ul li {
  border-right: 1px solid #ddd;
}
.pricing-table ul li strong {
  font-size: 15px;
}
.pricing-table .col-footer {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 40px 0;
}
.pricing-table .feature-rs .col-footer {
  border-left: 0;
  margin-right: -1px;
}
.pricing-table .featured .col-footer {
  border-right: 1px solid #ddd;
  margin-bottom: -20px;
  height: 50px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pricing-table .col-last .col-footer {
  border-right: 1px solid #ddd;
}
.pricing-table .col-footer .btn {
  padding: 8px 15px;
  font-weight: bold;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.pricing-table .featured .col-footer .btn {
  border: 1px solid #223300;
  font-weight: bold;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  text-shadow: 1px 1px 0 #446600;
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#669900);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#669900));
  background-image: -webkit-linear-gradient(top,#88cc00,#669900);
  background-image: -o-linear-gradient(top,#88cc00,#669900);
  background-image: linear-gradient(to bottom,#88cc00,#669900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #669900 #669900 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #669900;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 0 #99e600;
  -moz-box-shadow: inset -1px 1px 0 #99e600;
  box-shadow: inset -1px 1px 0 #99e600;
}
.pricing-table .featured .col-footer .btn:hover,
.pricing-table .featured .col-footer .btn:focus,
.pricing-table .featured .col-footer .btn:active,
.pricing-table .featured .col-footer .btn.active,
.pricing-table .featured .col-footer .btn.disabled,
.pricing-table .featured .col-footer .btn[disabled] {
  color: #fff;
  background-color: #669900;
  *background-color: #558000;
}
.pricing-table .featured .col-footer .btn:active,
.pricing-table .featured .col-footer .btn.active {
  background-color: #446600 \9;
}

