body {
  background: url('../../../templates/t3_bs3_blank/images/body-bg.jpg') #000000 no-repeat center top;
  background-size: 100% auto;
}
.logo-image {
  text-align: center;
}
h1 small {
  font-size: 85%;
}
#t3-content ul > li {
  margin-bottom: 10px;
}

#t3-mainnav {
  background: none;
  border: none;
}
#t3-mainnav .nav.navbar-nav {
  text-align: center;
  width: 100%;
}
#t3-mainnav .nav.navbar-nav > li {
  float: none;
  display: inline;
}
#t3-mainnav .nav.navbar-nav > li > a {
  display: inline-block;
  border: 1px solid #FFF;
  background: #000;
  margin-right: 30px;
  color: #FFF;
  transition: background .15s;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 19px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-radius: 3px;
}
#t3-mainnav .nav.navbar-nav > li > a b.caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
#t3-mainnav .nav.navbar-nav > li:last-child a {
  margin-right: 0;
}
#t3-mainnav .nav.navbar-nav > li.open > a,
#t3-mainnav .nav.navbar-nav > li > a:hover {
  background: #000;
}
#t3-mainnav .nav.navbar-nav > li.active > a {
  background: #4c1717;
  color: #FFF;
}
#t3-mainnav .nav.navbar-nav .dropdown-menu {
  margin-top: 10px;
  border: none;
  box-shadow: none;
  background: #000;
}
#t3-mainnav .nav.navbar-nav ul > li > a,
#t3-mainnav .nav.navbar-nav ul > li > a:active {
  color: #FFF;
  font-size: 14px;
  transition: background .15s;
}
#t3-mainnav .nav.navbar-nav ul > li.open > a,
#t3-mainnav .nav.navbar-nav ul > li > a:hover,
#t3-mainnav .nav.navbar-nav ul > li > a:focus {
  background: #872828;
}
#t3-mainnav .nav.navbar-nav ul > li.active > a {
  background: #872828;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  width: 100px;
}

.home .itemFullText {
  font-size: 19px;
}

.itemid-118 h1 {
  text-align: center;
  display: none;
}

.t3-mainbody,
.t3-sidebar-2,
.t3-sidebar-1 {
  padding-top: 0;
}
.t3-sidebar-2 {
  padding-left: 0;
}
.team-inner {
  border: 1px solid #FFF;
}
.team-inner h3 {
  margin: 0;
}
.team-inner h3 a {
  color: #FFF;
  display: block;
  background: #000;
  padding: 10px 0;
  transition: all .15s;
  font-size: 16px;
  line-height: 24px;
}
.team-inner h3 a:hover {
  background: #872828;
  text-decoration: none;
}

.itemBody h2,
.itemVideoBlock h3 {
  background: #4c1717;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid #EEE;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 30px;
}
.itemid-114 .itemListCategoriesBlock h2,
.itemid-115 .itemListCategoriesBlock h2 {
  display: none;
}
.itemid-114 .cat-desc,
.itemid-115 .cat-desc {
  color: #872828;
}
.itemid-116 .t3-sidebar-1,
.itemid-116 .t3-sidebar-2 {
  margin-top: 20px;
}
.itemid-116 .t3-sidebar-1 {
  margin-top: 20px;
}
.itemid-118 .t3-sidebar-1 {
  margin-top: 6px;
}
.itemid-116 h2 {
  text-align: center;
  padding: 10px 30px;
  background: #4c1717 !important;
  width: 78%;
  border: 2px solid #FFF;
  margin: 0 auto 20px auto !important;
  text-transform: none;
}
.itemid-118 h2 {
  background: none;
  border: none;
  text-transform: none;
}
#clients .catItemTitle {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#clients .catItemTitle a {
  color: #FFF;
  display: block;
  background: #000;
  padding: 10px 0;
  transition: all .15s;
}
#clients .catItemTitle a:hover {
  background: #4c1717;
  text-decoration: none;
}
#clients .client {
  border: 1px solid #FFF;
  margin-bottom: 30px;
}
#clients .col-md-4:nth-child(3n+1) {
  clear: left;
}
.client-item .itemImageBlock {
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid #FFF;
}

#t3-footer {
  background: #171717;
  border: none;
  color: #FFF;
}
#t3-footer .t3-copyright {
  border: none;
}
@media (max-width: 768px) {
  .logo-img {
    width: 100%;
  }
  #t3-mainnav .nav.navbar-nav > li > a {
    width: 100%;
  }
}