.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: #163652;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-title i {
  margin-right: 10px;
}
.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: #025897;
  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: #025897;
}
.t3-breadcrumbs {
  background: url("../../../templates/lavida/images/header_bg.jpg");
  background-position: 90%;
  background-attachment: scroll;
  text-align: center;
  position: relative;
  
  
}
.t3-breadcrumbs::before {
  background: #000;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.t3-breadcrumbs .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .t3-breadcrumbs {
    padding: 20px;
  }
  .t3-breadcrumbs .breadcrumb {
    margin-top: 17px;
    padding: 0px 17px;
    float: left;
    background: none;
  }
  .t3-breadcrumbs .breadcrumb .active,
  .t3-breadcrumbs .breadcrumb li a {
    font-size: 10px;
  }
  .t3-breadcrumbs h1 {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .t3-breadcrumbs {
    padding: 17px;
  }
  .t3-breadcrumbs .breadcrumb {
    margin-top: 12px;
    background: none;
  }
  .t3-breadcrumbs h1 {
    font-size: 18px;
    line-height: 3;
  }
}
@media (min-width: 992px) {
  .t3-breadcrumbs {
    padding: 160px 0 60px 0;
  }
  .t3-breadcrumbs .breadcrumb {
    margin-top: 12px;
    background: none;
  }
  .t3-breadcrumbs h1 {
    font-size: 40px;
    line-height: 1;
  }
}
.t3-breadcrumbs .tp-breadcrumb-title {
  dispaly: inline;
}
.t3-breadcrumbs h1 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.t3-sidebar .search input {
  border-radius: inherit;
  border: 1px solid #163652;
}
.t3-sidebar .search .btn.btn-primary {
  border-radius: inherit;
  margin-left: -3px;
  background: #163652;
  border-color: #163652;
}
.lightbox-1 h3.module-title {
  border-left: 2px solid #0384e2;
  background: #f5f5f5;
  line-height: 40px;
  color: #333;
  letter-spacing: 2px;
}
.lightbox-1 h3.module-title:hover {
  background: #ededed;
}
.lightbox-2 h3.module-title {
  border-left: 2px solid #0384e2;
  background: #353535;
  line-height: 40px;
  color: #fff;
  letter-spacing: 2px;
}
.lightbox-2 h3.module-title:hover {
  background: #222;
}
.lightbox-1 h3.module-title span,
.lightbox-2 h3.module-title span {
  padding: 0 14px 0 10px;
}
.lightbox-1 h3.module-title span i,
.lightbox-2 h3.module-title span i {
  color: #0384e2;
}
.solid-1 .module-inner {
  background: #0384e2;
  padding: 8px 15px;
}
.solid-1 .module-inner h3 {
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
}
.solid-1 .module-inner .module-ct,
.solid-1 .module-inner .module-ct:hover {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.solid-1 .module-inner .module-ct ul li a,
.solid-1 .module-inner .module-ct ul li a:hover,
.solid-1 .module-inner .module-ct ul li:before {
  color: #fff;
}
.solid-2 .module-inner h3 {
  color: #333;
  line-height: 40px;
  letter-spacing: 2px;
  padding-left: 15px;
  border-left: 2px solid #0384e2;
}
.solid-2 .module-inner h3:hover {
  color: #0384e2;
}
.solid-2 .module-inner .module-ct,
.solid-2 .module-inner .module-ct:hover {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.richbox-1 h3.module-title {
  border-left: 2px solid #0384e2;
  color: #0384e2;
}
.richbox-1 h3.module-title span {
  padding: 0 0 0 15px;
}
.richbox-2 h3.module-title {
  border-left: 2px solid #0384e2;
  background: #f5f5f5;
  line-height: 40px;
  color: #333;
  letter-spacing: 2px;
}
.richbox-2 h3.module-title:hover {
  background: #ededed;
}
.richbox-2 h3.module-title span {
  padding: 0 14px 0 10px;
}