.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  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 #eeeeee;
}
.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;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  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%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #522113;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #522113;
}
ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
  font-size: 12px;
  background-color: white;
}
.t3-news .t3-news-title {
  text-align: center;
  margin-bottom: 40px;
}
.t3-news .t3-news-title .news-icon {
  position: relative;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #89c947;
}
.t3-news .t3-news-title .news-icon:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.t3-news .t3-news-title .news-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid #89c947;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: none;
}
.t3-news .t3-news-title .fa {
  font-size: 60px;
  color: #ffffff;
  margin-top: 25%;
  margin-bottom: 25%;
}
ul.category-module-news {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}
.category-module-news li {
  margin-bottom: 40px;
}
.mod-articles-category-date {
  float: left;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #89c947;
  color: white;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 80px;
  height: 80px;
}
.mod-articles-category-date:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.mod-articles-category-title {
  font-size: 24px;
  line-height: 1.1;
}
.mod-articles-category-introtext {
  margin-top: 5px;
}
.mod-articles-category-readmore a.mod-articles-category-title {
  font-size: 12px;
  line-height: 1.42857143;
}
.mod-articles-category-readmore a.mod-articles-category-title:hover {
  text-decoration: none;
}
.t3-about {
  background-color: #f2e0a0;
}
.t3-about .t3-about-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.t3-about .t3-about-title .about-icon {
  position: relative;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #522113;
}
.t3-about .t3-about-title .about-icon:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.t3-about .t3-about-title .about-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid #522113;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: none;
}
.t3-about .t3-about-title .fa {
  font-size: 60px;
  color: #f2e0a0;
  margin-top: 25%;
  margin-bottom: 25%;
}
ul.category-module-about {
  list-style: none;
  margin-left: 0px;
  padding: 0;
  float: left;
  width: 100%;
}
.category-module-about li {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.social {
  height: 194px;
  position: relative;
}
.social-icons-list {
  list-style: none;
  display: block;
  padding-left: 0px;
  position: absolute;
  top: 62px;
  margin: auto;
}
.social-icons li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 20px;
}
.social-icons .fa {
  font-size: 30px;
  color: #ffffff;
}
.social-icons a {
  display: block;
}
.social-icons a span {
  margin-top: 30%;
}
.social-icons-facebook a {
  position: relative;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b5998;
}
.social-icons-facebook a:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.social-icons-facebook a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid #3b5998;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: none;
}
.social-icons-rss a {
  position: relative;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f15a24;
}
.social-icons-rss a:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.social-icons-rss a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid #f15a24;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: none;
}
.file-icons {
  clear: both;
}
.file-icons-list {
  list-style: none;
  display: block;
  padding-left: 0px;
  margin: auto;
  height: 60px;
}
.file-icons li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 20px;
}
.file-icons .fa {
  font-size: 20px;
  color: #ffffff;
}
.file-icons a {
  display: block;
}
.file-icons a span {
  margin-top: 25%;
}
.file-icons-label a span {
  margin-top: 10px;
  display: inline-block;
}
.file-icons-pdf a {
  position: relative;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0000;
}
.file-icons-pdf a:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
}
.file-icons-pdf a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid #ff0000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: none;
}