

/** 
 *------------------------------------------------------------------------------
 * @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 
 *------------------------------------------------------------------------------
 */
.blog div.blog-item {
  margin-bottom: 0;
}
.blog div.blog-item > article {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.blog div.blog-item > article:before,
.blog div.blog-item > article:after {
  content: " ";
  display: table;
}
.blog div.blog-item > article:after {
  clear: both;
}
@media screen and (min-width: 980px) {
  .blog div.blog-item > article {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.blog div.blog-item:last-child > article {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .blog div.blog-item:last-child > article {
    margin-bottom: 0;
  }
}
.blog .item-image {
  margin-bottom: 25px;
  float: none !important;
}
.blog .item-image > img {
  max-width: 100%;
}
.blog .article-title {
  font-size: 26px;
  font-weight: 100;
}
.blog .article-aside {
  margin-bottom: 10px;
}
.blog .article-intro {
  color: #555555;
}
.blog .article-intro .readmore {
  margin-top: 12.5px;
}
.blog .article-content {
  position: relative;
  padding-left: 90px;
}
.blog .article-content .blog-date {
  background: #3498db;
  color: #ffffff;
  display: block;
  position: absolute;
  padding: 5px;
  line-height: 25px;
  left: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
.blog .article-content .blog-date .month-year {
  font-size: 12px;
}
.blog .article-content .blog-date .date {
  font-size: 24px;
  display: block;
}
.blog div.pagination {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
  margin-top: 25px;
}
.blog div.pagination > .counter,
.blog div.pagination > ul {
  margin-top: 0;
}
.blog .pagination-wrap > .counter,
.blog .pagination-wrap > ul {
  margin-top: 0;
}
.blog-style1 div.blog-item > article {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .blog-style1 div.blog-item > article {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.blog-style1 hr:last-child {
  border: none;
  margin: 0;
}
.page-services .item .pull-left.item-image {
  position: relative;
  float: none !important;
}
.page-services .item:hover:after {
  left: 0;
}
.page-services .item .article-content {
  padding: 0;
}
.items-leading article {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .items-leading article {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.items-leading:last-child article {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .items-leading:last-child article {
    margin-bottom: 0;
  }
}
.items-leading .leading .img-responsive {
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .items-leading .leading .img-responsive {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .items-leading .leading .img-responsive {
    margin-left: 25px;
  }
}
.items-row article {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .items-row article {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.items-row:last-child article {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .items-row:last-child article {
    margin-bottom: 0;
  }
}
.items-row .item .img-responsive {
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .items-row .item .img-responsive {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .items-row .item .img-responsive {
    margin-left: 25px;
  }
}
.divider-vertical {
  margin: 0 0 50px;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
.icons .dropdown-toggle {
  padding: 0;
}
.icons .dropdown-toggle:active {
  box-shadow: none;
}
.icons .open .dropdown-toggle {
  background: none;
  box-shadow: none;
}
.icons .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  min-width: 100px;
}
.icons .dropdown-menu > li > a {
  color: #333333;
}
.icons .dropdown-menu > li > a:hover,
.icons .dropdown-menu > li > a:active,
.icons .dropdown-menu > li > a:focus {
  color: #3498db;
}
.icons .dropdown-menu > li > a .fa {
  margin-right: 5px;
}
.article-aside {
  color: #999999;
  font-size: 14px;
  margin-bottom: 15px;
}
.article-aside .article-info {
  float: left;
}
.article-aside .icons {
  float: right;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  color: #333333;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd .sub-text {
  color: #999999;
}
.blog-date {
  color: #333333;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 25px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .article-intro img[align=left],
  .article-content img[align=left],
  .article-intro .pull-left.item-image,
  .article-content .pull-left.item-image {
    margin-right: 25px;
    float: left !important;
  }
}
.article-intro .img_caption.left,
.article-content .img_caption.left {
  margin: 0 25px 25px 0;
}
.article-intro .img_caption.left img,
.article-content .img_caption.left img {
  margin-bottom: 0;
  margin-right: 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .article-intro img[align=right],
  .article-content img[align=right],
  .article-intro .pull-right.item-image,
  .article-content .pull-right.item-image {
    margin-left: 25px;
    float: right !important;
  }
}
.article-intro .img_caption.right,
.article-content .img_caption.right {
  margin: 0 0 25px 25px;
}
.article-intro .img_caption.right img,
.article-content .img_caption.right img {
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 25px;
  max-width: 100%;
  width: auto !important;
}
.img-fulltext-left {
  float: left;
  margin-right: 25px;
}
.img-fulltext-right {
  float: right;
  margin-left: 25px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption p.img_caption {
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  border-top: 0;
  color: #999999;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
.article-image-wrap {
  position: relative;
}
.article-image-wrap:before,
.article-image-wrap:after {
  content: " ";
  display: table;
}
.article-image-wrap:after {
  clear: both;
}
.article-image-wrap .pull-left,
.article-image-wrap .pull-right,
.article-image-wrap .pull-none {
  width: 100%;
}
.article-image-wrap .item-image img {
  margin-bottom: 25px;
  max-width: 100%;
}
.article-image-wrap .blog-date {
  position: absolute;
  left: 20px;
  top: 0;
  background: #3498db;
  width: 50px;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 980px) {
  .article-image-wrap .blog-date {
    width: 60px;
  }
}
.article-image-wrap .blog-date span {
  display: block;
}
.article-image-wrap .blog-date span.month-year {
  font-size: 12px;
}
.article-image-wrap .blog-date span.date {
  font-size: 24px;
}
@media (min-width: 768px) {
  .article-image-wrap {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.col-sm-11.article-content-wrap .article-header,
.col-sm-11.article-content-wrap .article-aside {
  margin-left: 70px;
}
@media (min-width: 768px) {
  .col-sm-11.article-content-wrap .article-header,
  .col-sm-11.article-content-wrap .article-aside {
    margin-left: 0;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.item-page .item-image,
.item-page .img_caption {
  margin-bottom: 25px;
}
.item-page .item-image > img,
.item-page .img_caption > img {
  max-width: 100%;
}
.item-page .article-header {
  overflow: hidden;
}
.item-page .article-title,
.item-page .article-header h1 {
  font-size: 39px;
  font-weight: 500;
}
.item-page .social-info-wrap {
  text-align: right;
}
.item-page .social-info {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .item-page-blog1 .item-image {
    width: 40%;
    margin-right: 25px;
    margin-top: 5px;
  }
}
.item-page-blog1 .article-aside {
  position: relative;
}
.item-page-blog1 .article-aside .article-info {
  float: none;
}
.item-page-blog1 .article-aside .icons {
  position: absolute;
  right: 0;
  top: 10px;
}
.item-page-blog2 .article-content {
  position: relative;
  padding-left: 90px;
}
.item-page-blog2 .blog-date {
  position: absolute;
  left: 0;
  top: 5px;
  background: rgba(52, 152, 219, 0.9);
  width: 60px;
  height: 60px;
  color: #ffffff;
  padding: 12.5px;
  text-align: center;
  line-height: 1.3;
}
.item-page-blog2 .blog-date span {
  display: block;
}
.item-page-blog2 .blog-date span.month-year {
  font-size: 12px;
}
.item-page-blog2 .blog-date span.date {
  font-size: 24px;
}
.item-page-aboutus .item-image,
.item-page-aboutus .img_caption {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .item-page-aboutus .item-image,
  .item-page-aboutus .img_caption {
    width: auto !important;
  }
}
.item-page-aboutus .item-image > img,
.item-page-aboutus .img_caption > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .item-page-aboutus .item-image > img,
  .item-page-aboutus .img_caption > img {
    max-width: 100%;
    width: auto;
  }
}
.item-page-aboutus .item-image.pull-right,
.item-page-aboutus .img_caption.pull-right {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .item-page-aboutus .item-image.pull-right,
  .item-page-aboutus .img_caption.pull-right {
    float: right !important;
    max-width: 40%;
    margin-left: 25px;
  }
}
.item-page-aboutus .item-image.pull-left,
.item-page-aboutus .img_caption.pull-left {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .item-page-aboutus .item-image.pull-left,
  .item-page-aboutus .img_caption.pull-left {
    float: left !important;
    max-width: 40%;
    margin-right: 25px;
  }
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  border: 1px solid #e7e7e7;
  padding: 25px;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 768px) {
  .login-wrap {
    margin: 0 auto;
    width: 450px;
  }
}
.login-wrap .page-header {
  background: #3498db;
  margin: -25px -25px 0 -25px;
  padding: 12.5px 25px;
}
.login-wrap .page-header h1 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 0;
}
.login-wrap .login-description {
  border-bottom: 1px solid #e7e7e7;
  background: #f4f4f4;
  margin: 0 -25px 12.5px;
  padding: 12.5px 25px;
}
.login-wrap .login-description p {
  margin-bottom: 0;
}
.login-wrap .login-description .login-image {
  margin-bottom: 25px;
}
.login-wrap form label {
  font-weight: 400;
}
.login-wrap form .form-group {
  margin: 0 0 16.66666667px 0;
}
.login-wrap form .form-group:last-child {
  margin: 0;
}
.login-wrap form .form-group .control-label {
  text-align: left;
  padding: 0;
}
.login-wrap form .form-group .control-input {
  padding: 0;
}
.login-wrap form .form-group .control-input input {
  width: 100%;
}
.login-wrap form .form-group .control-btn .btn {
  background: #3498db;
  border: 0;
  border-radius: 20px;
  transition: 700ms;
  width: 100%;
}
.login-wrap form .form-group .control-btn .btn:hover {
  background: #217dbb;
}
.login-wrap form .form-group .control-other ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.login-wrap form .form-group .control-other ul li {
  display: inline-block;
  list-style: none;
  line-height: 1.6;
  margin-right: 12.5px;
}
.login-wrap form .form-group .control-other ul li a {
  color: #3498db;
  font-size: 13px;
}
.login-wrap form .form-group .control-other ul li a:hover,
.login-wrap form .form-group .control-other ul li a:focus,
.login-wrap form .form-group .control-other ul li a:active {
  color: #3498db;
  outline: none;
  text-decoration: underline;
}
.login-wrap form .form-group .control-checkbox .checkbox {
  padding-top: 0;
  min-height: 1px;
}
.login-wrap form .form-group .control-checkbox .checkbox label {
  margin-bottom: 0;
}
.login-wrap form .form-group .control-checkbox #remember {
  position: relative;
  top: 2px;
}
.logout h1 {
  color: #333333;
  font-size: 26px;
}
.logout .logout-description {
  margin-bottom: 25px;
}
.logout .control-group .controls {
  margin-left: 75px;
}
#member-registration,
#member-profile {
  border: 1px solid #e7e7e7;
  margin: auto;
  padding: 25px;
  width: 500px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #member-registration,
  #member-profile {
    width: 370px;
  }
}
@media screen and (max-width: 480px) {
  #member-registration,
  #member-profile {
    width: auto;
  }
}
#member-registration legend,
#member-profile legend {
  border-bottom: 1px solid #e7e7e7;
  color: #333333;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 12.5px;
  text-transform: uppercase;
}
#member-registration fieldset .form-group:first-child,
#member-profile fieldset .form-group:first-child {
  display: none;
}
#member-registration .form-group,
#member-profile .form-group {
  margin: 0 0 25px 0;
}
#member-registration .form-group .control-label,
#member-profile .form-group .control-label {
  padding: 0 6.25px 0 0;
  margin-top: 8.33333333px;
}
@media screen and (max-width: 767px) {
  #member-registration .form-group .control-label,
  #member-profile .form-group .control-label {
    margin-top: 0;
    margin-bottom: 6.25px;
  }
}
#member-registration .form-group .control-label label,
#member-profile .form-group .control-label label {
  margin-bottom: 0;
}
#member-registration .form-group .control-input,
#member-profile .form-group .control-input {
  padding: 0;
}
#member-registration .form-group .control-input input,
#member-profile .form-group .control-input input {
  width: 100%;
}
#member-registration .form-group .control-label label,
#member-profile .form-group .control-label label {
  font-weight: 400;
}
#member-registration .form-group.control-btn,
#member-profile .form-group.control-btn {
  margin-bottom: 0;
}
#member-registration .form-group.control-btn .col-sm-7,
#member-profile .form-group.control-btn .col-sm-7 {
  padding: 0;
}
#member-registration .form-group.control-btn .btn-primary,
#member-profile .form-group.control-btn .btn-primary {
  background: #3498db;
  border: 0;
  margin-right: 12.5px;
}
#member-registration .form-group.control-btn .btn-primary:hover,
#member-profile .form-group.control-btn .btn-primary:hover {
  background: #217dbb;
}
@media screen and (max-width: 480px) {
  #member-registration .form-group.control-btn .btn-primary,
  #member-profile .form-group.control-btn .btn-primary {
    display: block;
    margin-bottom: 12.5px;
    width: 100%;
  }
}
#member-registration .form-group.control-btn .btn.cancel,
#member-profile .form-group.control-btn .btn.cancel {
  background: #5faee3;
  color: #ffffff;
  border: 0;
}
@media screen and (max-width: 480px) {
  #member-registration .form-group.control-btn .btn.cancel,
  #member-profile .form-group.control-btn .btn.cancel {
    display: block;
  }
}
#member-registration .form-group.control-btn .btn.cancel:hover,
#member-profile .form-group.control-btn .btn.cancel:hover {
  background: #3498db;
}
.com_mailto body {
  padding: 12.5px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  padding: 25px;
  position: relative;
}
#mailto-window h2 {
  border-bottom: 2px solid #e7e7e7;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 12.5px;
}
#mailto-window .control-label {
  font-weight: 300;
}
#mailto-window .form-group .col-sm-offset-2 {
  text-align: right;
}
#mailto-window .form-group .col-sm-offset-2 .btn-primary {
  background: #3498db;
  border: 0;
}
#mailto-window .form-group .col-sm-offset-2 .btn-primary:hover {
  background: #217dbb;
}
#mailto-window .form-group .col-sm-offset-2 .btn-default {
  background: #5faee3;
  border: 0;
  color: #ffffff;
}
#mailto-window .form-group .col-sm-offset-2 .btn-default:hover {
  background: #3498db;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset,
.remind {
  border: 1px solid #e7e7e7;
}
.reset .form-validate p,
.remind .form-validate p {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding: 12.5px 25px;
}
.reset .form-group,
.remind .form-group {
  margin-top: 12.5px;
}
.reset fieldset .form-group,
.remind fieldset .form-group {
  margin-bottom: 0;
  margin-top: 0;
}
.reset fieldset .form-group + .form-group,
.remind fieldset .form-group + .form-group {
  margin-top: 12.5px;
}
@media screen and (max-width: 767px) {
  .reset fieldset,
  .remind fieldset {
    padding: 0 25px;
  }
}
.reset .btn,
.remind .btn {
  border-radius: 20px;
  background: #3498db;
  border: 0;
}
@media screen and (max-width: 767px) {
  .reset .btn,
  .remind .btn {
    float: right;
    margin-right: 25px;
  }
}
.reset .btn:hover,
.remind .btn:hover {
  background: #217dbb;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#member-profile {
  width: 650px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #member-profile {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  #member-profile {
    width: auto;
  }
}
#member-profile .control-form {
  margin: 0 -12.5px;
  overflow: hidden;
}
#member-profile .control-form .form-group {
  padding: 0 12.5px;
}
#member-profile .control-form .form-group .control-label {
  margin: 0;
  padding-bottom: 5px;
}
#member-profile .control-form .form-group:first-child {
  margin: 0;
}
#member-profile .control-label {
  text-align: left;
}
#member-profile .control-input select {
  width: 100%;
}
#member-profile .control-input select option {
  padding-left: 12.5px;
}
#member-profile .control-btn {
  text-align: right;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  border-radius: 3px;
  font-weight: 300;
  padding: 2px 6px;
  position: absolute;
  right: -75px;
  top: 0;
}
.search .alert {
  margin-top: 25px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm #search-searchword {
  border-color: #e7e7e7;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  height: 41px;
}
#searchForm #search-searchword:focus {
  border-color: #3498db;
}
#searchForm .input-group-btn .btn-default {
  background: #f7f7f7;
  border-color: #e7e7e7;
  color: #333333;
  border-radius: 0 3px 3px 0;
  transition: 500ms;
}
#searchForm .input-group-btn .btn-default:hover {
  background: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
#searchForm legend {
  border-color: #e7e7e7;
  font-family: "Roboto Condensed", sans-serif;
  color: #333333;
}
#searchForm div.phrases-box label {
  font-weight: normal;
  margin-right: 6.25px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #searchForm div.phrases-box label {
    font-size: 12px;
  }
}
#searchForm div.phrases-box input[type="radio"] {
  margin-top: 5px;
}
#searchForm select {
  border-color: #e7e7e7;
  box-shadow: none;
  display: inline;
  height: auto;
  margin-left: 6.25px;
  padding-left: 6.25px;
  border-radius: 3px;
}
@media screen and (max-width: 979px) {
  #searchForm select {
    margin-left: 0;
  }
}
#searchForm select:focus {
  border-color: #3498db;
}
#searchForm .checkbox-inline input {
  margin-top: 5px;
}
#searchForm .form-limit {
  margin-top: 25px;
}
#searchForm .form-limit .counter {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  border-radius: 3px;
  color: #333333;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12.5px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12.5px;
}
#search-form .filter-branch .controls {
  margin-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #search-form .filter-branch .controls {
    margin-left: 180px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  font-size: 18px;
  margin-top: 25px;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
  color: #ff6252;
  text-decoration: none;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 25px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
#t3-content .finder {
  color: #555555;
}
#t3-content .finder h1 {
  color: #333333;
  border-bottom: 2px solid #e7e7e7;
  font-size: 26px;
  padding-bottom: 6.25px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
#t3-content .finder #q {
  height: 39px;
  margin-left: 6.25px;
}
@media screen and (max-width: 768px) {
  #t3-content .finder #q {
    margin-left: 0;
  }
}
#t3-content .finder .word .form-group {
  margin-bottom: 0;
}
#t3-content .finder .word .form-group:first-child {
  margin-right: 12.5px;
}
@media screen and (max-width: 980px) {
  #t3-content .finder .word .form-group:first-child {
    margin-bottom: 12.5px;
  }
}
#t3-content .finder .word .form-group:last-child a.btn {
  border: 2px solid #7bc673;
  background: transparent;
  color: #7bc673;
}
#t3-content .finder .word .form-group:last-child a.btn:focus,
#t3-content .finder .word .form-group:last-child a.btn:hover {
  background: #7bc673;
  color: #ffffff;
  outline: 0;
}
#t3-content .finder hr {
  border-color: #e7e7e7;
}
#t3-content .finder hr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #t3-content .finder #smartsearch-btn {
    display: block;
    margin-bottom: 6.25px;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.com_contact .t3-mainbody {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact {
  color: #787878;
}
.contact h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact .form-group .form-plugins {
  margin-bottom: 25px;
}
.contact .form-group:last-child {
  margin-top: -25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact .form-group:last-child {
    margin-bottom: 25px;
  }
}
.contact .contact-image {
  margin-bottom: 25px;
}
.contact .contact-image img {
  max-width: 100%;
}
.contact .contact-form legend {
  border: 0;
  color: #787878;
  font-size: 15px;
}
.contact .contact-form .control-label {
  font-weight: 300;
  margin-bottom: 6.25px;
  padding-top: 0;
  text-align: left;
}
.contact .contact-form .form-group textarea {
  box-shadow: none;
}
.contact .contact-form .btn-primary {
  background: #3498db;
  border-radius: 20px;
  border: 0;
}
.contact .contact-form .btn-primary:hover {
  background: #217dbb;
}
@media screen and (max-width: 480px) {
  .contact .contact-form .control-checkbox {
    width: 100%;
  }
}
.contact .contact-form .checkbox {
  float: left;
}
@media screen and (max-width: 480px) {
  .contact .contact-form .checkbox {
    padding-top: 0;
  }
}
.contact .contact-form .checkbox #jform_contact_email_copy {
  position: relative;
  top: 2px;
}
.contact .contact-form .checkbox label {
  font-weight: 300;
}
.contact .contact-form .control-btn {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .contact .contact-form .control-btn {
    width: 100%;
    margin-top: 12.5px;
    text-align: left;
  }
}
.contact .dl-horizontal dd {
  margin-left: 0;
  margin-bottom: 6.25px;
}
.contact .dl-horizontal dd .fa {
  color: #5f5f5f;
  padding-right: 12.5px;
  width: 23px;
}
.contact .dl-horizontal dt {
  display: none;
}
.contact .contact-links ul {
  margin: 0 -8.33333333px;
}
.contact .contact-links li {
  float: left;
  overflow: hidden;
  padding: 0 8.33333333px;
  position: relative;
  text-align: center;
  margin-top: 0;
  width: 20%;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  .contact .contact-links li {
    margin-bottom: 8.33333333px;
    width: 100%;
  }
}
.contact .contact-links li a {
  background: #eef7fc;
  border: 1px solid #8bc4ea;
  border-radius: 20px;
  color: #3498db;
  padding: 6.25px 0;
  position: relative;
  transition: 700ms;
}
.contact .contact-links li a:hover {
  background: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  #recaptcha_area {
    max-width: 200px;
  }
}
#slide-contact .panel-title a {
  background: #3498db;
  border-color: #C3E3F4;
  color: #ffffff;
}
#slide-contact .panel-title a:focus {
  outline: none;
}
#slide-contact .panel-body {
  border-color: #C3E3F4;
  border-top: 0;
}
#myTab {
  border-color: #e7e7e7;
}
#myTab li a {
  font-weight: bold;
  color: #555555;
  border-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
  #myTab li a {
    border-radius: 0;
    margin: 0;
    border-bottom: 0;
  }
}
#myTab li a:focus {
  outline: 0;
}
#myTab li.active a,
#myTab li:hover a {
  border-color: #3498db;
  color: #ffffff;
  background: #3498db;
}
#myTabContent {
  border-color: #dddddd;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 25px;
}
.map-contact {
  overflow: hidden;
}
.map-contact .map-container {
  margin: 0;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
.archive .filters {
  margin-bottom: 25px;
}
.archive .filter-search select,
.archive .filter-search input {
  margin-right: 10px;
}
#archive-items article {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 25px;
  margin: 0 -12.5px -12.5px;
}
@media screen and (min-width: 1601px) {
  .categories-list {
    margin: 0 -20px;
  }
}
.categories-list img {
  width: 100%;
}
.categories-list .category-item {
  float: left;
  overflow: hidden;
  padding: 0 12.5px 12.5px;
  min-height: 410px;
  margin-bottom: 40px;
  width: 33.33%;
}
@media screen and (min-width: 1601px) {
  .categories-list .category-item {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .categories-list .category-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .categories-list .category-item {
    width: 100%;
  }
}
.categories-list .category-item .category-inner .category-image {
  overflow: hidden;
  position: relative;
  max-height: 230px;
  margin-bottom: 25px;
}
.categories-list .category-item .category-inner .category-image:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  right: -50%;
  top: 0;
  transition: 500ms;
  width: 50%;
}
.categories-list .category-item .category-inner .category-image:after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: -50%;
  transition: 500ms;
}
.categories-list .category-item .category-inner .category-image a {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 20px;
  left: 50%;
  position: absolute;
  padding: 6.25px 25px;
  top: 50%;
  transition: 500ms;
  z-index: 100;
  margin-top: -20px;
  margin-left: -51px;
  -webkit-transform: translateY(161px);
  -moz-transform: translateY(161px);
  -ms-transform: translateY(161px);
  transform: translateY(161px);
}
.categories-list .category-item .category-inner .category-image a:hover {
  background: #f7f7f7;
  color: #555555;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .categories-list .category-item .category-inner .category-image a {
    display: none;
  }
}
.categories-list .category-item .category-inner .page-header {
  margin-bottom: 12.5px;
  position: relative;
  padding: 0;
}
.categories-list .category-item .category-inner .page-header a {
  color: #333333;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.categories-list .category-item .category-inner .page-header a:hover,
.categories-list .category-item .category-inner .page-header a:focus,
.categories-list .category-item .category-inner .page-header a:active {
  color: #3498db;
  text-decoration: none;
}
.categories-list .category-item .category-inner:hover .category-image:before {
  right: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .categories-list .category-item .category-inner:hover .category-image:before {
    display: none;
  }
}
.categories-list .category-item .category-inner:hover .category-image:after {
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .categories-list .category-item .category-inner:hover .category-image:after {
    display: none;
  }
}
.categories-list .category-item .category-inner:hover .category-image a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.content-category .tags {
  margin-top: 25px;
}
.content-category #limit {
  margin-bottom: 12.5px;
}
.content-category .category.table {
  border: 0;
}
.content-category .category.table thead tr th {
  border-color: #3498db;
  background: #3498db;
  border-right-color: #C3E3F4;
  border-bottom: 0;
  padding: 12.5px;
}
.content-category .category.table thead tr th:last-child {
  border-right-color: #3498db;
}
.content-category .category.table thead tr th a {
  color: #ffffff;
  font-weight: 400;
}
.content-category .category.table #categorylist_header_edit {
  color: #ffffff;
  font-weight: 400;
}
.content-category .category.table tbody tr .badge-info {
  border-radius: 3px;
  font-weight: 300;
}
.content-category .category.table tbody tr:hover td .badge-info {
  background: #7bc673;
}
.content-category .category.table tbody tr td {
  padding: 12.5px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12.5px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 40px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12.5px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.newsfeed-category h2 {
  border-bottom: 2px solid #e7e7e7;
  color: #333333;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: inherit;
}
.newsfeed-category .btn-group {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .newsfeed-category .btn-group:first-child {
    width: 75%;
  }
}
.newsfeed-category .btn-group .input {
  height: 37px;
}
.newsfeed-category .filters {
  margin-bottom: 25px;
}
.newsfeed-category ul.category {
  border: 0;
}
.newsfeed-category ul.category li {
  background: transparent;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0;
  padding: 12.5px;
}
.newsfeed-category ul.category li .list a:hover,
.newsfeed-category ul.category li .list a:focus,
.newsfeed-category ul.category li .list a:active {
  text-decoration: underline;
}
.newsfeed-category ul.category li .list .list-title a {
  color: #696969;
}
.newsfeed-category ul.category li .list .list-title a:hover,
.newsfeed-category ul.category li .list .list-title a:focus,
.newsfeed-category ul.category li .list .list-title a:active {
  color: #3498db;
  text-decoration: none;
}
.newsfeed-category ul.category li:hover {
  background: #f7f7f7;
}
.newsfeed-category ul li .list-title a,
.newsfeed ul li .list-title a {
  color: #555555;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 25px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 25px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
.weblink-category h2 {
  border-bottom: 2px solid #e7e7e7;
  color: #333333;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: inherit;
}
.weblink-category .btn-toolbar {
  margin-bottom: 25px;
  margin-top: 0;
}
.weblink-category .btn-toolbar .btn-group {
  margin-left: 0;
}
.weblink-category ul.category {
  border: 0;
}
.weblink-category ul.category li {
  border: 0;
  background: transparent;
  border-top: 1px solid #e7e7e7;
  padding: 12.5px;
}
.weblink-category ul.category li p {
  margin-bottom: 0;
}
.weblink-category ul.category li .badge-info {
  border-radius: 3px;
}
.weblink-category ul.category li:hover {
  background: #f7f7f7;
}
.weblink-category ul.category li:hover .badge-info {
  background: #3498db;
}
.article-content .pagination ul {
  border-left: 1px solid #e7e7e7;
}
.article-content .pagination li {
  float: left;
  padding: 12.5px 25px;
  line-height: normal;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 25px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 25px 25px;
  padding: 10px;
  width: 25%;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 3px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #3498db;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #3498db;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12.5px;
  font-weight: bold;
  border: 3px solid #dddddd;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #e7e7e7;
  text-decoration: none;
}
.items-more h3 {
  margin: 0 0 25px;
}
.items-more .nav > li {
  border-top: 1px solid #e7e7e7;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12.5px 0 5px;
}
.display-limit {
  margin: 12.5px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message {
  margin: auto auto 50px;
}
#system-message dd.message {
  text-indent: 0;
}
#system-message dd.message.message ul {
  border: 1px solid #7bc673;
  background: transparent;
  padding: 12.5px;
  text-align: left;
}
#system-message dd.message.message ul li {
  color: #7bc673;
  font-weight: 300;
}
#system-message dd.message.message ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 26px;
  margin-right: 12.5px;
}
#system-message dd.message.error ul {
  border: 1px solid #d9534f;
  text-align: left;
}
#system-message dd.message.error ul li {
  color: #d9534f;
  font-weight: 300;
}
#system-message dd.message.error ul li:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 26px;
  margin-right: 12.5px;
}
#system-message dd.message.notice ul {
  border: 1px solid #f0ad4e;
  text-align: left;
}
#system-message dd.message.notice ul li {
  color: #f0ad4e;
  font-weight: 300;
}
#system-message dd.message.notice ul li:before {
  content: "\f044";
  font-family: FontAwesome;
  font-size: 26px;
  margin-right: 12.5px;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.system-unpublished {
  margin-bottom: 50px;
}
.system-unpublished .system-unpublished {
  margin-bottom: 0;
}
.system-unpublished article {
  border-bottom: 0;
  padding: 25px;
  margin-bottom: 0;
}
.tip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #ccc;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tip-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tip-text {
  padding: 9px 14px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.tag-category > h2 {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.tag-category .category {
  border-color: #e7e7e7;
}
.tag-category .category li {
  border-color: #e7e7e7;
  padding: 25px;
}
.tag-category .category li > img {
  margin-bottom: 25px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tag-category .category li > img {
    float: left;
    margin-right: 25px;
    max-width: 30%;
  }
}
.tag-category .category li > h3 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 12.5px;
  margin-top: 0;
}
.tag-category .tag-body {
  display: block;
}
.tag-category .tag-body img {
  margin-bottom: 12.5px;
  width: 100%;
}
@media (min-width: 768px) {
  .tag-category .tag-body img {
    width: 35%;
    margin-left: 25px;
  }
}
.t3-content .tags {
  margin-bottom: 25px;
}
.t3-content .tags span {
  display: inline-block;
  margin-bottom: 6.25px;
}
.t3-content .tags span > a {
  background: #eef7fc;
  border: 1px solid #8bc4ea;
  border-radius: 20px;
  color: #3498db;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  padding: 3px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t3-content .tags span > a:hover,
.t3-content .tags span > a:active,
.t3-content .tags span > a:focus {
  background: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12.5px;
}
#publishing label {
  display: block;
}
#publishing input {
  display: inline-block;
}
#publishing img {
  margin-left: 12.5px;
}
.mod-preview-info {
  z-index: 3;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  height: 30px !important;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ebebeb;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ebebeb;
}
.btn-group .chzn-results {
  white-space: normal;
}
.t3onoff label {
  height: 32px;
}
.com_config #templates-form .input-append input,
.com_config #templates-form .input-prepend input {
  border: 1px solid #cccccc;
}
.com_config #templates-form .input-append .btn,
.com_config #templates-form .input-prepend .btn {
  padding: 6px 25px;
}
.ie8 .article-image-wrap .blog-date {
  background: #3498db;
}


