.t3-top {
  background: #212121;
  padding: 20px 0;
}
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  background: transparent;
}
.nav > li > a:hover {
  background: transparent;
}
#t3-footer {
  position: relative;
  z-index: 100;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
.item_img a {
  position: relative;
}
.item_img a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 165, 238, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img a:hover:before {
  filter: alpha(opacity=10000);
  opacity: 100;
}
.t3-header {
  padding-top: 23px;
  padding-bottom: 7px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  margin-right: 3.5%;
  margin-top: 13px;
  text-align: right;
}
.logo-image span,
.logo-image small {
  display: none;
}
@media (max-width: 767px) {
  .logo-image {
    display: inline-block;
    margin-bottom: 20px;
  }
  .logo-image:before,
  .logo-image:after {
    display: table;
    content: " ";
  }
  .logo-image:after {
    clear: both;
  }
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.head-search {
  margin-top: 23px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 46px;
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 69px;
    padding-top: 69px;
  }
}
.t3-sl-1 {
  padding: 0;
}
body:not(.view-category) .t3-mainbody {
  padding-top: 23px;
  padding-bottom: 23px;
}
body:not(.view-category) .t3-content {
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-sidebar {
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #212121;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .footer_logoimage {
  display: inline-block;
  margin-top: 19px;
}
.t3-footer .footer_slogan {
  color: white;
}
.t3-footer .footer_logo_aftertext {
  margin-top: 26px;
}
.t3-footer .footer-menu .moduleTitle {
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: .64px;
  text-align: left;
}
.t3-footer .footer-menu ul {
  padding-top: 8px;
}
.t3-footer .footer-menu ul li {
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
}
.t3-footer .footer-menu ul li a {
  font-style: italic;
  font-family: 'Merriweather Sans', sans-serif;
  display: inline-block;
  padding: 0;
}
.t3-footer .footer-menu ul li a:hover {
  color: white;
}
.t3-footer .footer-menu ul li + li {
  margin-top: 0;
}
.t3-footer .footer-menu ul li.active a {
  color: white;
  background: transparent;
}
.t3-footer .custom.footer-menu ul {
  padding: 0;
  padding-top: 10px;
}
.t3-footer .custom.footer-menu ul li {
  line-height: 30px;
  padding-right: 30%;
  color: #d3d3d3;
  list-style: none;
}
.t3-footer .custom.footer-menu ul li span {
  margin-right: 17px;
}
.t3-footer .custom.footer-menu ul li a {
  font-style: normal;
}
.t3-footer .custom.footer-menu ul li + li {
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .t3-footer .custom.footer-menu ul li {
    padding-right: 0;
  }
  .t3-footer .custom.footer-menu ul li span {
    margin-right: 5px;
  }
}
.t3-footnav {
  padding: 23px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 46px 0;
  }
}
.t3-footnav .t3-module {
  background: #212121;
  color: #555555;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.t3-footnav .t3-module .module-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 11.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding: 46px 0 92px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 2px;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.copyright .privacy_link {
  color: white;
}
.copyright .privacy_link:hover {
  color: #2da5ee;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 9999;
  display: none;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #2da5ee;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover,
#back-top a:focus,
#back-top a:active {
  color: #777777;
  text-decoration: none;
}