

/** 
 *------------------------------------------------------------------------------
 * @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 
 *------------------------------------------------------------------------------
 */
.main-container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1601px) {
  .main-container {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1601px) {
  .container {
    width: 1600px;
  }
}
.t3-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo {
  text-align: left;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image a {
  display: block;
}
.logo-image a:hover,
.logo-image a:focus,
.logo-image a:active {
  text-decoration: none;
  outline: none;
}
.logo-image img {
  float: left;
  margin-right: 10px;
}
.logo-image span,
.logo-image small {
  display: block;
}
.logo-image span {
  font-family: "Roboto", serif;
  color: #424242;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 3px;
}
.logo-image small {
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 10px;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.t3-topbar hr {
  margin: 0;
}
.t3-topbar .head-right {
  float: left;
}
@media screen and (min-width: 768px) {
  .t3-topbar .head-right {
    float: right;
  }
}
.head-search {
  padding: 6.25px 0;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .head-search {
    padding: 5px 0;
  }
}
.head-search form {
  margin: 0;
}
.head-search form input {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  padding: 0 5px;
  position: relative;
  width: 39px;
  z-index: 3;
  text-indent: -999em;
  line-height: 39px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-search form input:focus,
.head-search form input:active {
  border-color: #e7e7e7;
  box-shadow: none;
  cursor: inherit;
  padding-left: 10px;
  width: 160px;
  background-color: #fafafa;
  text-indent: 0;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .head-search form input:focus,
  .head-search form input:active {
    width: 100px;
  }
}
.head-search label {
  display: none;
}
.head-search .finder {
  margin-bottom: 0;
  position: relative;
}
.head-search i[class^="fa"] {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 0;
  }
  .head-search .form-control:focus {
    width: 210px;
  }
}
.top-contact {
  padding: 12.5px 0;
  font-size: 12px;
  margin-bottom: 0;
}
.top-contact li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.top-contact li i[class^="fa"] {
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #888;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
}
.appointment-content {
  text-align: right;
}
.appointment-content i {
  display: inline-block;
}
.appointment-content .btn {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.appointment-content .btn span {
  display: none;
}
@media screen and (max-width: 979px) {
  .appointment-content .btn {
    border-radius: 50%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .appointment-content .btn {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .appointment-content {
    float: right;
    margin-left: 10px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .appointment-content i {
    display: none;
  }
  .appointment-content .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .appointment-content .btn span {
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
  .appointment-content {
    position: absolute;
    top: -40px;
    right: 25px;
  }
}
.ja-slideshow {
  position: relative;
  z-index: 1;
}
.t3-sl {
  padding-bottom: 50px;
  padding-top: 50px;
}
.t3-sl-1 {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
.t3-sl-1 .row {
  margin-right: 0;
  margin-left: 0;
}
.t3-sl-1 .row > div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.t3-sl-1 .t3-module {
  margin-bottom: 0;
}
.t3-sl-1 .module-title {
  font-size: 18px;
}
.t3-sl-1 .category-module li {
  padding: 0;
}
.t3-sl-1 .category-module h4 {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
}
.t3-sl-1 .category-module .mod-articles-category-readmore {
  bottom: 50px;
  left: 0;
  position: static;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.t3-sl-1 .category-module .mod-articles-category-readmore .mod-articles-category-title {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
}
.t3-sl-1 .category-module .mod-articles-category-readmore .mod-articles-category-title:hover,
.t3-sl-1 .category-module .mod-articles-category-readmore .mod-articles-category-title:focus,
.t3-sl-1 .category-module .mod-articles-category-readmore .mod-articles-category-title:active {
  color: #3498db;
  background: #ffffff;
}
@media (min-width: 1280px) {
  .t3-sl-1 .category-module .mod-articles-category-readmore {
    position: absolute;
  }
}
.t3-sl-1 .category-module .mod-articles-category-introtext {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.container {
  background: #ffffff;
  padding: 0;
}
.t3-mainbody {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-sidebar {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #999999;
}
.t3-sidebar-1 {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-footer {
  background: #2a3b4d;
  color: #838b95;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 25px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 100px 0;
  }
}
.t3-footnav > div:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav > div:nth-child(2n+1) {
    clear: none;
  }
}
.t3-footnav .t3-module {
  background: #2a3b4d;
  color: #838b95;
  margin-bottom: 0;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 12.5px;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  min-height: 250px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .t3-footnav .t3-module ul {
    min-height: inherit;
  }
}
.t3-footnav .t3-module ul > li > a {
  border: none;
  color: #838b95;
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: none;
  color: #3498db;
  text-decoration: none;
}
.t3-footnav .t3-module ul > li.active a {
  background: none;
  color: #3498db;
  text-decoration: none;
  text-transform: none;
}
.t3-footnav .t3-module ul > li:last-child a {
  padding-bottom: 0;
}
.t3-copyright {
  border-top: none;
  padding-top: 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-copyright {
    border-top: 1px solid #404f5f;
    padding: 50px 0;
  }
}
.t3-copyright small {
  color: #838b95;
  font-size: 13px;
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 25px;
  margin-top: 6.25px;
}
@media screen and (min-width: 980px) {
  .copyright {
    margin-bottom: 0;
  }
}
.poweredby {
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 979px) {
  .poweredby {
    text-align: left;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.footer-info {
  padding-top: 100px;
}
.footer-info img {
  margin-bottom: 30px;
}
.footer-info ul {
  padding-left: 0;
}
.footer-info ul > li {
  list-style: none;
  margin-bottom: 12.5px;
  font-size: 13px;
}
.footer-info ul > li i {
  color: #ffffff;
  margin-right: 12.5px;
}
.footer-info .addthis_toolbox > a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  transition: 0.3s;
  width: 36px;
}
.footer-info .addthis_toolbox > a.addthis_button_facebook_follow {
  background: #30477b;
}
.footer-info .addthis_toolbox > a.addthis_button_twitter_follow {
  background: #01aef0;
}
.footer-info .addthis_toolbox > a.addthis_button_rss_follow {
  background: #ff6252;
}
.footer-info .addthis_toolbox > a:hover {
  background-color: #000000;
}
.social-footer {
  background: url("/templates/ja_medicare/images/bg-after-footer.jpg") no-repeat center top / cover;
  border: none;
  min-height: 175px;
  padding-top: 40px;
  text-align: center;
}
.social-footer .module-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}
.social-footer .addthis_toolbox > a {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(225, 225, 225, 0.3);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  transition: 0.3s;
  width: 40px;
}
.social-footer .addthis_toolbox > a:hover,
.social-footer .addthis_toolbox > a:active,
.social-footer .addthis_toolbox > a:focus {
  background: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.aboutus-blog .page-subheader,
.aboutus-blog .page-subheader h2 {
  border: none;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .aboutus-blog .page-subheader,
  .aboutus-blog .page-subheader h2 {
    font-size: 36px;
  }
}
.aboutus-blog .article-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.aboutus-blog .item-image {
  position: relative;
  margin-bottom: 0;
}
.aboutus-blog article {
  padding: 20px 0;
}
.aboutus-blog .article-intro {
  font-size: 14px;
}
.aboutus-blog .mask {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 5;
}
.aboutus-blog .social-info {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  transition: 0.2s;
  width: 100%;
  z-index: 6;
}
.aboutus-blog .btn {
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  height: 36px;
  line-height: 36px;
  transition: 0.3s;
  width: 36px;
}
.aboutus-blog .btn.btn-facebook {
  background: #30477b;
}
.aboutus-blog .btn.btn-twitter {
  background: #01aef0;
}
.aboutus-blog .btn.btn-google-plus {
  background: #c31c47;
}
.aboutus-blog .items-row > div:hover .social-info,
.aboutus-blog .items-row > div:active .social-info,
.aboutus-blog .items-row > div:focus .social-info {
  opacity: 1;
}
.aboutus-blog .items-row > div:hover .mask,
.aboutus-blog .items-row > div:active .mask,
.aboutus-blog .items-row > div:focus .mask {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .aboutus-blog .items-row > div {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .aboutus-blog .items-row > div.col-sm-2 {
    width: 33.3%;
  }
}
.about-us h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.about-us img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .about-us img {
    margin-bottom: 0;
  }
}
.services-view .ja-masthead {
  color: #ffffff;
  position: relative;
}
.services-view .ja-masthead .jamasshead {
  position: relative;
  z-index: 2;
}
.services-view .ja-masthead .jamasshead-description {
  font-size: 18px;
}
.services-view .ja-masthead:after {
  width: 100%;
  height: 100%;
  background: #3498db;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  opacity: .9;
  filter: alpha(opacity=90);
}
.services-view .t3-sl-1 {
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}
.services-view hr {
  border: 0;
}
.services-view .service-article-item {
  margin-bottom: 25px;
}
.services-view .service-article-item .service-long-intro {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  color: #555555;
  font-size: 16px;
}
.services-view .service-article-item .service-long-intro p {
  margin: 0;
}
.services-view .service-article-item ul {
  padding-left: 25px;
}
.services-view .service-article-item ul li {
  display: block;
  padding: 6.25px 25px 6.25px 25px;
  background: url("/templates/ja_medicare/images/ico/checklist.png") no-repeat left center;
}
.services-view .service-article-item ul li a {
  color: #222222;
}
.services-view .service-article-item ul li a:hover,
.services-view .service-article-item ul li a:focus {
  color: #3498db;
  text-decoration: none;
}
.services-view .item {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  padding: 25px;
  border: 3px solid transparent;
}
.services-view .item .item-title,
.services-view .item .item-title a {
  color: #222222;
  margin: 0 0 12.5px 0;
}
.services-view .item a:hover {
  text-decoration: none;
  color: #3498db;
}
.services-view .item .actions {
  padding: 0;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.services-view .item .actions li {
  list-style: none;
  display: inline;
}
.services-view .item .article-info {
  padding: 0;
  font-size: 13px;
  width: 100%;
  margin-bottom: 25px;
}
.services-view .item .article-info dd {
  display: inline-block;
}
.services-view .item .service-intro p,
.services-view .item .media-object {
  margin-bottom: 0;
}
.services-view .item .service-img.media-object.img-intro-left {
  position: relative;
  width: 100px !important;
  height: 100px;
  margin-right: 25px;
}
.services-view .item .service-img.media-object.img-intro-left img {
  width: 100%;
  height: auto;
  border: 3px solid transparent;
}
.services-view .item .hits {
  background: #7bc673;
  padding: 6.25px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}
.services-view .item .hits:before {
  position: absolute;
  border-right: 10px solid transparent;
  border-top: 12px solid #7bc673;
  content: "";
  left: 0;
  top: 100%;
}
.services-view .item:hover {
  background: #f7f7f7;
}
.services-view .item:hover .item-title a {
  color: #3498db;
}
.services-view .item:hover .item-title a:hover,
.services-view .item:hover .item-title a:focus {
  color: #217dbb;
}
.services-view .item:hover .service-img.media-object.img-intro-left img {
  border-color: #3498db;
}
.services-view .carousel .item {
  padding: 0;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.services-view .carousel .item img {
  width: 100%;
  height: auto;
}
.services-view .carousel .item:hover {
  border-color: transparent;
}
.grid-view hr {
  border: 0;
}
.grid-view .items-row article {
  padding: 0;
  border: 0;
  margin: 0;
}
.grid-view .item {
  text-align: center;
  padding: 25px;
  background: #ffffff;
  margin: -1px -21px;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 979px) {
  .grid-view .item {
    padding: 25px 12.5px;
  }
}
.grid-view .item .article-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .grid-view .item .article-title {
    font-size: 13px;
  }
}
.grid-view .item .article-aside .icons {
  position: absolute;
  top: 10px;
  right: 10px;
}
.grid-view .item .article-aside .icons .dropdown-menu li > a {
  color: #3498db;
}
.grid-view .item .article-aside .icons .dropdown-menu li > a:hover {
  color: #217dbb;
}
.grid-view .item .article-intro .item-image.pull-left {
  float: none !important;
  margin-right: 0;
  text-align: center;
}
.grid-view .item .article-intro .item-image.pull-left > img {
  display: inline-block;
  background: #3498db;
  padding: 25px;
}
.grid-view .item .article-intro .content_rating {
  display: block;
  margin-bottom: 12.5px;
}
.grid-view .item .article-intro .content_rating img {
  display: inline;
  margin: 2px;
}
.grid-view .item .article-aside .article-info {
  float: none;
  text-align: center;
}
.grid-view .item .article-info {
  width: auto;
}
.grid-view .item .readmore .btn {
  border-width: 2px;
  background: none;
  border-radius: 30px;
}
.grid-view .item:hover {
  background: #3498db;
  border-color: #3498db;
}
.grid-view .item:hover .article-info dd .sub-text,
.grid-view .item:hover .article-info dd,
.grid-view .item:hover .article-info dd a,
.grid-view .item:hover .article-intro,
.grid-view .item:hover .article-title a,
.grid-view .item:hover a {
  color: #ffffff;
}
.grid-view .item:hover .readmore .btn {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.grid-view .item:hover .readmore .btn:hover {
  background: #217dbb;
  border-color: #217dbb;
  color: #ffffff;
}
.grid-view .item:hover .icons .dropdown-menu a {
  color: #333333;
}
.grid-view .item:hover .icons .dropdown-menu a:hover,
.grid-view .item:hover .icons .dropdown-menu a:active,
.grid-view .item:hover .icons .dropdown-menu a:focus {
  color: #3498db;
}
.block-intro {
  margin-bottom: 75px;
}
.block-intro .intro-image {
  position: relative;
}
.block-intro .intro-image img {
  width: 100%;
}
.block-intro .intro-image .badge {
  background: #3498db;
  border-radius: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.block-intro .intro-image .badge:before {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #3498db;
  left: 100%;
  top: 0;
}
.block-intro h3 {
  line-height: 1;
  margin: 0 0 12.5px;
}
.service-box {
  margin-bottom: 50px;
}
.service-box .ja-slidesocial a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.service-box .ja-slidesocial a.ja-slidesocial-facebook {
  background: #30477b;
}
.service-box .ja-slidesocial a.ja-slidesocial-twitter {
  background: #01aef0;
}
.service-box .ja-slidesocial a.ja-slidesocial-flickr {
  background: #211f20;
}
.service-box .ja-slidesocial a.ja-slidesocial-google-plus {
  background: #c31c47;
}
.service-box .ja-slidesocial a:hover,
.service-box .ja-slidesocial a:focus {
  background: #222222;
}
.service-box .service-box-title {
  text-transform: uppercase;
  color: #222222;
  margin: 0 0 37.5px 0;
  font-weight: 700;
}
.service-box .service-detail-img {
  position: relative;
}
.service-box .service-badge {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  background: #7bc673;
  text-align: center;
}
.service-box .service-badge:before {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #7bc673;
  left: 100%;
  top: 0;
}
.service-box .service-badge img {
  max-width: 50px;
  display: inline-block;
}
.service-box .service-badge-bg {
  background: #3498db;
  max-height: 300px;
  overflow: hidden;
}
.service-box .service-badge-bg img {
  width: 100%;
  height: auto;
  opacity: .2;
}
.service-box .head-doctor-info p > strong {
  color: #222222;
}
.service-box ul {
  padding-left: 25px;
}
.service-box ul li {
  display: block;
  padding: 6.25px 25px 6.25px 25px;
  background: url("/templates/ja_medicare/images/ico/checklist.png") no-repeat left center;
}
.service-box ul li a {
  color: #222222;
}
.service-box ul li a:hover,
.service-box ul li a:focus {
  color: #3498db;
  text-decoration: none;
}
.service-box ul.service-items {
  padding-left: 0;
}
.service-box ul.service-items li {
  background: none;
  padding-left: 0;
}
.service-box .service-items {
  margin: 0;
  padding: 0;
}
.service-box .service-items .service-item {
  list-style: none;
}
.service-box .service-items .service-item .media-object {
  background: #7bc673;
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-top: 5px;
}
.service-box .service-items .service-item .media-body {
  padding: 0 25px;
}
.service-box .service-items .service-item .media-body strong {
  color: #222222;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin-bottom: -1px;
}
.panel-group .panel.panel-default > .panel-heading {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.panel-group .panel-title {
  font-size: 15px;
}
.panel-group .panel-title a {
  position: relative;
  padding: 16.66666667px 25px;
  display: block;
  background: #3498db;
  color: #ffffff;
  border: 1px solid #3498db;
}
.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus {
  text-decoration: none;
}
.panel-group .panel-title a:before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 16px;
  font-size: 7px;
  border: 1px solid;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 2px;
  right: 25px;
}
.panel-group .panel-title a.collapsed {
  background: #ffffff;
  color: #333333;
  border-color: #e7e7e7;
}
.panel-group .panel-title a.collapsed:before {
  content: "\f067";
}
.panel-group .panel-body {
  border: 1px solid #e7e7e7;
  font-size: 13px;
  padding: 25px;
}
.panel-group .panel + .panel {
  margin: 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 480px) {
  .layout-ja_medicarenews .grid .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-ja_medicarenews .grid .item article {
  margin-bottom: 50px;
  background: #f7f7f7;
  padding: 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.layout-ja_medicarenews .grid .item article .article-header {
  min-height: 60px;
}
.layout-ja_medicarenews .grid .item article .item-image.pull-left {
  float: none !important;
  display: block;
}
.layout-ja_medicarenews .grid .item article .item-image img {
  width: 100%;
}
.layout-ja_medicarenews .grid .item article .article-intro {
  margin: 12.5px 0;
}
.layout-ja_medicarenews .grid .item article .article-aside {
  position: relative;
  clear: both;
}
.layout-ja_medicarenews .grid .item article .article-aside .article-info {
  display: block;
  width: auto;
  float: none;
  margin: 12.5px 0 0 0;
}
.layout-ja_medicarenews .grid .item article .article-aside .article-info a {
  display: inline;
}
.layout-ja_medicarenews .grid .item article .article-info.muted dd {
  color: #999999;
  font-size: 13px;
}
.layout-ja_medicarenews .grid .item article .blog-date {
  position: absolute;
  left: 0;
  top: 0;
  background: #3498db;
  width: 60px;
  height: 60px;
  color: #ffffff;
  padding: 12.5px;
  text-align: center;
  line-height: 1.3;
  border: 3px solid transparent;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.layout-ja_medicarenews .grid .item article .blog-date span {
  display: block;
}
.layout-ja_medicarenews .grid .item article .blog-date span.month-year {
  font-weight: bold;
  display: block;
  margin-top: -5px;
  font-size: 12px;
}
.layout-ja_medicarenews .grid .item article .blog-date span.date {
  font-size: 24px;
  line-height: 1;
}
.layout-ja_medicarenews .grid .item article .article-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: 80px;
  margin-bottom: 0;
}
.layout-ja_medicarenews .grid .item article .item-image {
  margin-right: -25px;
  margin-left: -25px;
  margin-top: -25px;
}
.layout-ja_medicarenews .grid .item article .readmore .btn {
  display: inline-block;
  border: 2px solid #e7e7e7;
  background: transparent;
}
.layout-ja_medicarenews .grid .item article:hover,
.layout-ja_medicarenews .grid .item article:focus {
  background: #fcfcfc;
}
.layout-ja_medicarenews .grid .item article:hover .blog-date,
.layout-ja_medicarenews .grid .item article:focus .blog-date {
  background: #3498db;
  color: #ffffff;
}
.layout-ja_medicarenews .grid .item article:hover .article-title a,
.layout-ja_medicarenews .grid .item article:focus .article-title a {
  color: #3498db;
}
.layout-ja_medicarenews .grid .item article:hover .readmore .btn,
.layout-ja_medicarenews .grid .item article:focus .readmore .btn {
  background: #3498db;
  color: #ffffff;
  border-color: #3498db;
}
.no-cssanimations .t3-content .blog .grid .item {
  opacity: 0;
}
.t3-content .blog .grid {
  /* Effect 1: opacity */
  /* Effect 2: Move Up */
  /* Effect 3: Scale up */
  /* Effect 4: fall perspective */
  /* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
  /* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
  /* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
}
.t3-content .blog .grid .item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.t3-content .blog .grid .shown {
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-content .blog .grid.effect_opacity .animate {
  -webkit-animation: fadeIn .9s ease forwards;
  animation: fadeIn .9s ease forwards;
}
.t3-content .blog .grid.effect_move_up .animate {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
.t3-content .blog .grid.effect_scale_up .animate {
  -webkit-transform: scale(0.6, );
  -ms-transform: scale(0.6, );
  transform: scale(0.6, );
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
.t3-content .blog .grid.effect_fall_perspective {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.t3-content .blog .grid.effect_fall_perspective .animate {
  -webkit-transition: preserve-3d;
  -moz-transition: preserve-3d;
  -ms-transition: preserve-3d;
  -o-transition: preserve-3d;
  transition: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -moz-transition: translateZ(400px) translateY(300px) rotateX(-90deg);
  -ms-transition: translateZ(400px) translateY(300px) rotateX(-90deg);
  -o-transition: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}
.t3-content .blog .grid.effect_fly {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.t3-content .blog .grid.effect_fly .animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  -moz-transform-origin: 50% 50% -300px;
  -ms-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}
.t3-content .blog .grid.effect_flip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.t3-content .blog .grid.effect_flip .animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -ms-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}
.t3-content .blog .grid.effect_helix {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.t3-content .blog .grid.effect_helix .animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}
.testimonial-view .main-container.t3-mainbody {
  margin-top: -25px;
  margin-bottom: -25px;
}
@media screen and (min-width: 1280px) {
  .testimonial-view .main-container.t3-mainbody {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonial-view .t3-content {
  padding: 0;
}
.testimonial-view .item-page.testimonial-view {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 1279px) {
  .testimonial-view .item-page.testimonial-view {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.testimonial-view img {
  max-width: 100%;
}
.testimonial-view .testimonial-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.testimonial-view .testimonial-bg img {
  width: 100%;
  height: auto;
}
.testimonial-view .testimonial-body {
  background: url('/templates/ja_medicare/images/bg-mask.png') repeat-y top left;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}
.testimonial-view .testimonial-body .testimonial {
  color: #333333;
  font-size: 19px;
  font-style: italic;
  margin: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial-view .testimonial-body .testimonial {
    padding-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-view .testimonial-body .testimonial {
    padding-top: 50px;
  }
}
.testimonial-view .testimonial-body .testimonial blockquote {
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  padding: 0 25px;
}
@media screen and (max-width: 979px) {
  .testimonial-view .testimonial-body .testimonial {
    margin: 25px;
  }
}
.testimonial-view .testimonial-body .history {
  background: #ffffff;
  margin-right: 0;
  padding: 50px;
}
@media screen and (max-width: 979px) {
  .testimonial-view .testimonial-body .history {
    padding: 25px;
  }
}
.testimonial-view .testimonial-box {
  margin: 0 0 50px;
  padding: 0;
}
.testimonial-view .testimonial-box .col-sm-6 > a {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .testimonial-view .testimonial-box .col-sm-6 > a {
    text-align: left;
  }
}
.testimonial-view .testimonial-box .col-sm-6 > a img {
  display: inline-block;
}
.testimonial-view .testimonial-box.well {
  padding: 25px;
  margin-bottom: 0;
}
.testimonial-view .testimonial-box h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 12.5px 0;
}
.testimonial-view .testimonial-box h4 > small {
  font-family: sans-serif;
  text-transform: none;
  font-weight: normal;
}
.testimonial-view .testimonial-box ul li > strong {
  color: #222222;
}
.testimonial-view .testimonial-box .media:before,
.testimonial-view .testimonial-box .media:after {
  content: " ";
  display: table;
}
.testimonial-view .testimonial-box .media:after {
  clear: both;
}
.testimonial-view .testimonial-box .media .media-object {
  width: 100px;
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .testimonial-view .testimonial-box .media .media-object {
    margin-bottom: 25px;
    float: none;
  }
}
.testimonial-view .testimonial-box .media .media-heading {
  font-family: sans-serif;
  font-weight: bold;
}
.testimonial-view .carousel-control.left,
.testimonial-view .carousel-control.right {
  background: #222222;
  text-shadow: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 25px;
  top: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
}
.testimonial-view .carousel-control.left:hover,
.testimonial-view .carousel-control.right:hover,
.testimonial-view .carousel-control.left:focus,
.testimonial-view .carousel-control.right:focus {
  background: #3498db;
}
.testimonial-view .carousel-indicators {
  bottom: 50px;
  right: 50px;
  text-align: right;
  width: 200px;
  left: auto;
  margin: 0;
}
.testimonial-view .carousel-indicators > li {
  border: 0;
  background: #999999;
}
.testimonial-view .carousel-indicators > li.active {
  background: #3498db;
}
@media screen and (max-width: 979px) {
  .testimonial-view .carousel-indicators {
    display: none;
  }
}
.testimonial-view .carousel-control.left {
  left: auto;
  right: 70px;
}
.testimonial-view .carousel .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.testimonial-view .carousel .active.left {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.testimonial-view .carousel .next {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.social-links {
  padding: 0;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  padding: 0;
}
.social-links li.facebook a {
  background: #30477b;
}
.social-links li.rss a {
  background: #ff6252;
}
.social-links li.linked-in a {
  background: #3C6B93;
}
.social-links li.flickr a {
  background: #DB2990;
}
.social-links li.twitter a {
  background: #01aef0;
}
.social-links li:hover a,
.social-links li:focus a {
  background: #222222;
}
.none-responsive .main-container {
  padding-left: 30px;
  padding-right: 30px;
}
.none-responsive .row-feature.row-feature-full {
  margin-left: -30px;
  margin-right: -30px;
}
.none-responsive .category-module.five-columns .category-module-item {
  padding-right: 25px;
  padding-left: 25px;
}


