.btn-primary {
  background: #ed1c24 !important;
  border-radius: 0;
  border: 2px solid #ed1c24;
  line-height: 1.5 !important;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  padding: 6px 12px;
  vertical-align: middle;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #f36368 !important;
  border-color: #f36368;
}

@media (max-width: 991px) {
  #t3-header-wrap .container {
    width: 100%;
  }
}
#t3-header-wrap .t3-header {
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  #t3-header-wrap .t3-header .logo-image {
    text-align: left;
  }
}
#t3-header-wrap .t3-header .head-search {
  float: right;
  margin-top: 0;
}
#t3-header-wrap .t3-header .head-search .search {
  position: relative;
  width: 80%;
}
#t3-header-wrap .t3-header .head-search .search:before {
  display: none;
}
#t3-header-wrap .t3-header .head-search .search input#mod-search-searchword {
  background: #f8f8f8 !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 30px;
  padding: 3px 12px !important;
  width: 100% !important;
}
#t3-header-wrap .t3-header .head-search .search input#mod-search-searchword:focus {
  background: #ffffff !important;
}
@media (max-width: 1199px) {
  #t3-header-wrap .t3-header .head-search .search input#mod-search-searchword {
    font-size: 14px;
  }
}
#t3-header-wrap .t3-header .head-search .search button {
  background: none !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  border-radius: 4px;
  color: #555;
  height: 30px;
  padding: 2px 12px !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
#t3-header-wrap .t3-header .head-search .search button:hover,
#t3-header-wrap .t3-header .head-search .search button:focus {
  background: #ed1c24 !important;
  border: 1px solid #ed1c24 !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  #t3-header-wrap .t3-header .head-search .search button {
    font-size: 14px;
    height: 33px;
  }
}

#content-bottom {
  background: #f9fafb;
  color: #ffffff;
  padding: 60px 15px;
  text-align: center;
}
#content-bottom .t3-module {
  margin-bottom: 0;
}
#content-bottom .t3-module h1.module-title {
  font-size: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#blocks .t3-module {
  margin-bottom: 0;
}
#blocks .t3-module h3.module-title {
  border-bottom: 2px solid #ffffff;
  font-size: 45px;
  text-align: center;
  padding-bottom: 10px;
}

.t3-footer {
  border: 0;
}
@media (max-width: 767px) {
  .t3-footer .col-xs-6 {
    width: 100% !important;
  }
}
.t3-footer h3.module-title {
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.t3-footer a {
  color: #ffffff;
}
.t3-footer .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.t3-footer .t3-copyright {
  border: 0;
  font-size: 11px;
  padding: 0 0 15px;
}
.t3-footer .t3-copyright small {
  font-size: 10px;
}