html {
  background: #202020;
}
.t3-wrapper img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .t3-wrapper .row {
    margin: 0;
  }
}
.t3-wrapper .btn.btn-primary {
  background: #fa9b2a;
  border-color: #fa9b2a;
  border-radius: 0;
  color: #ffffff;
}
.t3-wrapper .btn.btn-primary:hover,
.t3-wrapper .btn.btn-primary:focus {
  background: #eb8206;
  color: #ffffff;
}
.t3-wrapper .mainbody-wrap .t3-mainbody {
  text-align: justify;
}
@media (max-width: 767px) {
  .t3-wrapper .mainbody-wrap .t3-mainbody {
    text-align: left;
  }
}

.home .t3-wrapper .mainbody-wrap {
  background: url('../../../templates/t3_bs3_blank/images/bg.jpg') no-repeat fixed top center;
  background-size: cover;
}
.home .t3-wrapper .mainbody-wrap .t3-mainbody {
  color: #ffffff;
}

#t3-header {
  background: #003153;
  color: #ffffff;
}
#t3-header .top-header {
  background: #202020;
  color: #ffffff;
}
#t3-header .top-header .head-search {
  margin: 15px auto 5px;
  text-align: center;
}
#t3-header .t3-header {
  padding: 0;
}
#t3-header .t3-header .logo-image {
  padding: 10px 0;
}
#t3-header .t3-header .logo-image img {
  width: 100%;
}
#t3-header .t3-header .languageswitcherload {
  margin: 30px auto;
  text-align: right;
}
#t3-header .t3-header .languageswitcherload img:hover {
  background: #ffffff;
}
@media (max-width: 767px) {
  #t3-header .t3-header .languageswitcherload {
    text-align: center;
  }
}

.wrap.navbar.navbar-default.t3-mainnav {
  background: none;
  border: 0;
}
.wrap.navbar.navbar-default.t3-mainnav .t3-navbar {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  width: 100% !important;
}
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav {
  float: none !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav {
    display: block;
  }
}
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li a {
  color: #ffffff;
  font-size: 16px;
  margin: 27px auto;
}
@media (max-width: 1199px) {
  .wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li a {
    margin: auto;
  }
}
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li a .caret {
  display: none;
}
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li.current.active a,
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li.active a,
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li.open a,
.wrap.navbar.navbar-default.t3-mainnav ul.nav.navbar-nav li a:hover {
  background: none;
  color: #fa9b2a;
}
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu {
  background: #003153;
}
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu ul.mega-nav li a {
  color: #ffffff !important;
  margin: 0 auto;
}
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu ul.mega-nav li.current.active a,
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu ul.mega-nav li.active a,
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu ul.mega-nav li.open a,
.wrap.navbar.navbar-default.t3-mainnav .dropdown-menu ul.mega-nav li a:hover {
  background: none;
  color: #fa9b2a !important;
}
.wrap.navbar.navbar-default.t3-mainnav .navbar-toggle {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  width: 85px;
}
.wrap.navbar.navbar-default.t3-mainnav .navbar-toggle:hover,
.wrap.navbar.navbar-default.t3-mainnav .navbar-toggle:focus {
  background: #fa9b2a;
}
.wrap.navbar.navbar-default.t3-mainnav .navbar-toggle .fa {
  margin-right: 5px;
}

.slideshow {
  position: relative;
}
.slideshow .slideshow-right {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 999;
  right: 10%;
}
.slideshow .slideshow-right .t3-module.module {
  font-size: 18px;
  margin-bottom: 0;
  padding: 15px 15px 0;
  text-align: center;
}
.slideshow .slideshow-right .t3-module.module a {
  color: #ffffff;
}
.slideshow .slideshow-right .t3-module.module h3.module-title {
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
}
.slideshow .slideshow-right .t3-module.module.form {
  padding-bottom: 15px;
  padding-top: 0;
}
.slideshow .slideshow-right .t3-module.module #userForm .formCaption2 {
  display: none;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody {
  width: 100%;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody input,
.slideshow .slideshow-right .t3-module.module #userForm .formBody select,
.slideshow .slideshow-right .t3-module.module #userForm .formBody textarea {
  border-radius: 0;
  font-size: 14px;
  margin: 5px auto;
  width: 100%;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody select::-moz-placeholder,
.slideshow .slideshow-right .t3-module.module #userForm .formBody textarea::-moz-placeholder,
.slideshow .slideshow-right .t3-module.module #userForm .formBody input[type="text"]::-moz-placeholder {
  color: #555;
  font-size: 14px;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody img {
  display: block;
  margin: 0 auto -20px;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody button {
  background: #fa9b2a;
  border: 0;
  color: #ffffff;
  padding: 12px 10px;
  width: 100%;
}
.slideshow .slideshow-right .t3-module.module #userForm .formBody button:hover,
.slideshow .slideshow-right .t3-module.module #userForm .formBody button:focus {
  background: #eb8206;
}
@media (max-width: 991px) {
  .slideshow .slideshow-right {
    position: relative;
    top: 0;
    right: 0;
  }
}
.slideshow .random-image > img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.container.t3-sl.t3-sl-1,
.container.t3-sl.t3-sl-2 {
  padding: 25px;
}
.container.t3-sl.t3-sl-1 .t3-module.module,
.container.t3-sl.t3-sl-2 .t3-module.module {
  margin-bottom: 0;
}

.content-top {
  background: #003153;
  color: #ffffff;
  text-align: center;
  padding: 5px 5px 15px;
}

.t3-footer {
  background: #202020;
  border: 0;
}
.t3-footer .t3-spotlight.t3-footnav {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .t3-footer .t3-spotlight.t3-footnav .col-xs-6 {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .t3-footer .t3-spotlight.t3-footnav .col-xs-6 {
    width: 100% !important;
  }
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module {
  background: none;
  color: #ffffff;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module h3.module-title {
  color: #ffffff;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module.logos {
  text-align: center;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module ul li {
  list-style: inside;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module a {
  color: #ffffff;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module a:hover,
.t3-footer .t3-spotlight.t3-footnav .t3-module.module a:focus {
  color: #fa9b2a;
}
.t3-footer .t3-spotlight.t3-footnav .t3-module.module.no-title {
  margin-top: 40px;
}
.t3-footer .t3-copyright {
  border: 0;
  padding: 10px;
}

.t3-sidebar .t3-module.module {
  background: #003153;
  color: #ffffff;
  padding: 15px;
}
.t3-sidebar .t3-module.module h3.module-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.t3-sidebar .t3-module.module ul.nav.nav-pills.nav-stacked li.current.active a {
  background: #fa9b2a;
  color: #003153;
}
.t3-sidebar .t3-module.module ul.nav.nav-pills.nav-stacked li a {
  border-radius: 0;
  color: #ffffff;
  text-align: left;
  padding: 8px 10px;
}
.t3-sidebar .t3-module.module ul.nav.nav-pills.nav-stacked li a:hover,
.t3-sidebar .t3-module.module ul.nav.nav-pills.nav-stacked li a:focus {
  background: #fa9b2a;
  color: #003153;
}
.t3-sidebar .t3-module.module .k2ItemsBlock ul {
  padding: 0;
}
.t3-sidebar .t3-module.module .k2ItemsBlock ul li {
  list-style: none;
  padding: 5px 0;
}
.t3-sidebar .t3-module.module .k2ItemsBlock ul li.lastItem,
.t3-sidebar .t3-module.module .k2ItemsBlock ul li.clearList {
  display: none;
}
.t3-sidebar .t3-module.module .k2ItemsBlock ul li a {
  color: #ffffff;
}
.t3-sidebar .t3-module.module .k2ItemsBlock ul li a:hover,
.t3-sidebar .t3-module.module .k2ItemsBlock ul li a:focus {
  color: #fa9b2a;
}
.t3-sidebar .t3-module.module.image {
  background: none;
  margin-top: 40px;
  padding: 0;
}

.layout-category.task-category.products .t3-sidebar {
  display: none;
}
.layout-category.task-category.products .col-md-9 {
  width: 100% !important;
}
.layout-category.task-category.products .col-md-push-3 {
  left: 0 !important;
}
#k2Container.itemListView .itemContainer {
  float: left;
}
#k2Container.itemListView.three-col .itemContainer {
  position: relative;
}
@media (max-width: 991px) {
  #k2Container.itemListView.three-col .itemContainer {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #k2Container.itemListView.three-col .itemContainer {
    width: 100% !important;
  }
}
#k2Container.itemListView.three-col .itemContainer .catItemView {
  margin: 10px 10px;
}
#k2Container.itemListView.three-col .itemContainer .catItemView h3.catItemTitle {
  background: #003153;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
}
#k2Container.itemListView.three-col .itemContainer .catItemView h3.catItemTitle a {
  color: #fa9b2a;
  display: block;
  width: 100%;
}
#k2Container.itemListView.three-col .itemContainer .catItemView .btn {
  width: 100%;
}
#k2Container.itemListView.three-col .itemContainer .catItemImageBlock {
  border: 2px solid #003153;
}
#k2Container.itemListView.three-col .text-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 100%;
  left: 0;
  padding: 0 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease 0s;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #k2Container.itemListView.three-col .text-overlay {
    padding: 0;
  }
}
#k2Container.itemListView.three-col .text-overlay .catItemReadMore {
  position: relative;
  top: 45%;
}
#k2Container.itemListView.three-col .text-overlay .catItemReadMore .btn {
  width: auto;
}
@media (max-width: 767px) {
  #k2Container.itemListView.three-col .text-overlay .catItemReadMore .btn {
    width: 100%;
  }
}
#k2Container.itemListView.three-col .text-overlay:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #k2Container.itemListView.three-col .text-overlay {
    position: relative;
    opacity: 1;
  }
}
#k2Container.itemView.three-col .itemBody {
  float: left;
  width: 100%;
}
#k2Container.itemView.three-col .itemBody .itemImageBlock {
  float: right;
}
@media (max-width: 1199px) {
  #k2Container.itemView.three-col .itemBody .itemImageBlock {
    float: none;
  }
}
#k2Container.itemView.three-col .itemBody .itemFullText img {
  float: right;
  margin-top: 10px;
}
#k2Container.itemView .itemNavigation {
  background: #eee;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#k2Container.itemView .itemNavigation .itemNavigationTitle {
  display: none;
}
#k2Container.itemView .itemNavigation .itemPrevious {
  background: #ddd;
  float: left;
  padding: 10px;
}
#k2Container.itemView .itemNavigation .itemNext {
  background: #ddd;
  float: right;
  padding: 10px;
}

.com_docman .koowa .koowa_anchor {
  display: none !important;
}
@media (max-width: 767px) {
  .com_docman h1.koowa_header {
    font-size: 30px;
  }
  .com_docman .koowa_table__download {
    display: none;
  }
  .com_docman .koowa .docman_download {
    width: 100% !important;
  }
}