#header-wrap {
  background: #ffffff;
}
#header-wrap .t3-header {
  padding-bottom: 8px;
  padding-top: 8px;
}
#header-wrap .t3-header .head-info {
  margin-top: 22px;
  text-align: right;
}
@media (max-width: 767px) {
  #header-wrap .t3-header .head-info {
    margin-top: 10px;
    text-align: center;
  }
}
#header-wrap .t3-header .logo-image img {
  margin-bottom: -50px;
  position: relative;
  z-index: 2000;
}
@media (max-width: 767px) {
  #header-wrap .t3-header .logo-image img {
    margin-bottom: 0;
  }
}

#spotlight-1 {
  background: #ffffff;
}
#spotlight-1 .t3-sl {
  padding-bottom: 15px;
  padding-top: 0;
}
@media (max-width: 767px) {
  #spotlight-1 .t3-sl {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

#spotlight-2 {
  background: #ffffff;
}
#spotlight-2 .t3-sl {
  padding-bottom: 0;
  padding-top: 0;
}
#spotlight-2 .t3-sl .t3-module {
  margin-bottom: 0;
}

#mainbody {
  background: #ffffff;
}

#spotlight-3 {
  background: #ffffff;
}
#spotlight-3 .t3-sl .t3-module {
  margin-bottom: 0;
}
#spotlight-3 .t3-sl .t3-module .module-title {
  font-size: 40px;
  text-align: center;
}

#spotlight-3-full {
  background: #ffffff;
}
#spotlight-3-full .t3-sl {
  padding-bottom: 0;
}
#spotlight-3-full .t3-sl .row,
#spotlight-3-full .t3-sl .col-xs-12 {
  margin: 0;
  padding: 0;
}
#spotlight-3-full .t3-sl .t3-module {
  margin-bottom: 0;
}
#spotlight-3-full .t3-sl .t3-module .module-title {
  font-size: 40px;
  text-align: center;
}

#spotlight-4 {
  background: url('../../../templates/t3_bs3_blank/images/spot4-bg.jpg') fixed 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
#spotlight-4:before {
  background: #000000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#spotlight-4 .t3-sl {
  position: relative;
  z-index: 100;
}
#spotlight-4 .t3-sl .t3-spotlight .t3-module {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 30px;
  text-align: center;
}
#spotlight-4 .t3-sl .t3-spotlight .t3-module .module-title {
  font-size: 40px;
}

.t3-navhelper {
  background: #ed1c24;
  color: #ffffff;
}
.t3-navhelper .breadcrumb {
  background: none;
}
.t3-navhelper .breadcrumb li,
.t3-navhelper .breadcrumb li:before,
.t3-navhelper .breadcrumb li a {
  color: #ffffff;
}

.t3-footer {
  border: 0;
}
.t3-footer .t3-copyright {
  border: 0;
  padding: 30px 0;
}