.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;
  }
}
.too-section-title {
  text-align: center;
}
h3.module-title {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  margin: 0 auto 5px;
  letter-spacing: -1px;
}
.too-pre-title {
  display: inline-block;
  clear: both;
  padding: 8px 30px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px 2px 2px 2px;
  background: -webkit-linear-gradient(270deg, #1f99d8, #7fc44f);
  background: -o-linear-gradient(270deg, #1f99d8, #7fc44f);
  background: -moz-linear-gradient(270deg, #1f99d8, #7fc44f);
  background: linear-gradient(270deg, #1f99d8, #7fc44f);
  position: relative;
}
.too-pre-title:before {
  border-color: #4cad96 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -15px;
  margin-left: -5px;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  z-index: 1000;
}
.too-sub-text {
  font-size: 18px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  text-align: center;
  color: #999999;
}
.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: #5a9532;
  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: #5a9532;
}
.too-navhelper {
  position: relative;
  background: url("../../templates/too_oneminute/images/nav-helper.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 140px 0 50px;
  text-align: center;
}
.too-navhelper:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.too-navhelper h1 {
  color: #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
}
.too-navhelper .breadcrumb {
  background: none;
  z-index: 2;
  position: relative;
}
.too-navhelper .breadcrumb li a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Crimson Text', serif, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding: 0 10px 0 0;
  text-decoration: none;
}
.too-navhelper .breadcrumb li a:hover {
  color: #222222;
}
.too-navhelper .breadcrumb li span {
  color: #ffffff;
  font-family: 'Crimson Text', serif, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding: 0 10px 0 0;
}
.too-navhelper .too-breadcrumb-title {
  z-index: 2;
  position: relative;
  
}
@media screen and (max-width: 767px) {
  .too-navhelper .too-breadcrumb-title {
    float: none;
  }
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.k2SearchBlockForm {
  display: flex;
  height: 40px;
}
.k2SearchBlockForm .inputbox {
  border-radius: 0px;
  box-shadow: 0px;
  height: 40px;
}
.k2SearchBlockForm .inputbox:focus {
  box-shadow: none;
  border-color: #555555;
}
.k2SearchBlockForm .btn {
  border-radius: 0px;
  border: 0px;
  background: #555555;
}
.too-k2-sidebar ul {
  margin-bottom: 0px;
}
.too-k2-sidebar ul li {
  border-bottom: 1px solid #eeeeee;
  list-style: outside none none;
  padding: 10px 5px 10px 26px !important;
  position: relative;
}
.too-k2-sidebar ul li:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  color: #555555;
}
.too-k2-sidebar ul li a {
  color: #999999;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.too-k2-sidebar ul li a:hover {
  color: #7fc44f;
  text-decoration: none;
}
figure {
  display: block;
  overflow: hidden;
  position: relative;
}
figure img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure:hover .text-overlay {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure:hover .text-overlay .info {
  top: 50%;
  transform: scale(1);
}
figure:hover .text-overlay .info span i {
  font-size: 40px;
}
figure .text-overlay {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0px;
}
figure .text-overlay .info {
  text-align: center;
  top: 40%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: -33px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
}
figure .text-overlay .info h4 {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}
figure a {
  color: #ffffff;
  font-weight: 400;
}
figure a:hover {
  color: #ffffff;
}