.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: inherit;
  color: #444;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.t3-sidebar .t3-module {
  background: #fff;
  padding: 10px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.t3-sidebar .t3-module .module-title {
  background-color: #238DB4;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 15px;
  margin: -10px -15px 15px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background-color: #2c9fc9;
  background-image: -moz-linear-gradient(top,#33abd7,#238DB4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#33abd7),to(#238DB4));
  background-image: -webkit-linear-gradient(top,#33abd7,#238DB4);
  background-image: -o-linear-gradient(top,#33abd7,#238DB4);
  background-image: linear-gradient(to bottom,#33abd7,#238DB4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32abd7', endColorstr='#ff238db4', GradientType=0);
}
.small-gallery {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.last-item {
  margin-right: 0;
}
.small-gallery .img-border {
  border: 1px solid #d6e4ec;
  padding: 1px;
  width: 60px;
}
.ie8 .small-gallery a {
  display: inline-block;
  min-width: 60px;
}
.t3-module.module_menu .menu {
  margin: -5px -15px -5px;
}
.t3-module.module_menu .menu li {
  border-top: 1px dotted #e8edf0;
  padding-left: 0;
}
.t3-module.module_menu .menu li a {
  background: url("../../templates/ja_social_t3/images/bullet-grey.png") no-repeat 5% 12px;
  color: #666;
  text-indent: 27px;
  width: 100%;
}
.t3-module.module_menu .menu li a:hover,
.t3-module.module_menu .menu li a:focus,
.t3-module.module_menu .menu li a:active {
  background-image: url("../../templates/ja_social_t3/images/bullet-blue.png");
  color: #175b74;
  text-decoration: none;
}
.t3-module.module_menu .menu li:first-child a {
  background-position: 5% 8px;
}
.t3-module.module_menu .menu li li {
  background: none;
  border-bottom: 0;
  border-top: 1px solid #E1EBF1;
}
.t3-module.module_menu .menu li li a:hover,
.t3-module.module_menu .menu li li a:focus,
.t3-module.module_menu .menu li li a:active {
  background-color: url("../../templates/ja_social_t3/images/bullet-blue.png");
  color: #238DB4;
}
.t3-module.module_menu .menu li.active li a,
.t3-module.module_menu .menu li li a {
  color: #666;
  text-indent: 27px;
}
.t3-module.module_menu .menu li.active a {
  color: #175b74;
}
.ja-twitter .ja-twitter-tweets .ja-twitter-item {
  padding: 0 0 10px !important;
}
.t3-module .latestnews {
  margin: -5px -15px -5px;
  list-style: none;
}
.t3-module .latestnews li {
  background: none;
  border-bottom: 1px dotted #e8edf0;
  padding-left: 0;
}
.t3-module .latestnews li a {
  color: #666;
  display: block;
  padding: 6px 15px;
}
.t3-module .latestnews li a:hover,
.t3-module .latestnews li a:focus,
.t3-module .latestnews li a:active {
  color: #238DB4;
  text-decoration: none;
}
.t3-module .latestnews li:last-child {
  border-bottom: 0;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
#login-form #secretkey {
  max-width: 70px;
}
#login-form .logout-button {
  background: none;
  border: 0;
  color: #fff;
  font-weight: normal;
  line-height: normal;
  padding: 0;
  text-shadow: none;
  vertical-align: bottom;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 980px) {
  #login-form #secretkey {
    max-width: none;
  }
}
.head-search .input {
  width: 125px;
  padding: 4px 9px;
  background: #1f7c9f;
  border-color: #48b4db;
  color: #fff;
  float: left;
  -webkit-box-shadow: inset 1px 1px 5px -2px #000;
  -moz-box-shadow: inset 1px 1px 5px -2px #000;
  box-shadow: inset 1px 1px 5px -2px #000;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.head-search .input:-moz-placeholder {
  color: #fff;
}
.head-search .input:-ms-input-placeholder {
  color: #fff;
}
.head-search .input::-webkit-input-placeholder {
  color: #fff;
}
.head-search .input:hover,
.head-search .input:focus {
  background: #1f7c9f;
  border-color: #48b4db;
  -webkit-box-shadow: inset 1px 1px 5px -2px #000;
  -moz-box-shadow: inset 1px 1px 5px -2px #000;
  box-shadow: inset 1px 1px 5px -2px #000;
}
.head-search .button {
  width: 65px;
  float: left;
  text-transform: uppercase;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding-left: 4px;
  padding-right: 4px;
}
.head-search label {
  display: none;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ddd;
  font-size: 10px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #175b74;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #175b74;
}
.ja-slide-main-wrap .ja-slide-desc {
  right: 50px;
  left: 250px;
}
.ja-slidewrap_social.style2 .ja-slide-buttons {
  margin-top: 17px;
}
#community-wrap .cFormList.cFormHorizontal .form-field>div.cRecaptcha {
  height: 130px;
  overflow: hidden;
}