.dark-bg {
  background: #282828;
  color: #fff;
}
.dark-bg .t3-module .module-title {
  color: #fff;
  border: none;
}
.dark-bg .t3-module .module-title .module-border {
  display: none;
}
.grey-bg {
  background: #393939;
  color: #fff;
}
.grey-bg .t3-module .module-title {
  color: #fff;
  border: none;
}
.grey-bg .t3-module .module-title .module-border {
  display: none;
}

.mn-section {
  overflow: hidden;
  width: 100%;
}
.mn-tabs ul.nav-tabs {
  padding: 0px;
  border-bottom: 0px solid #ac2318;
  background: #ededed;
  padding-left: 15px;
}
.mn-tabs ul.nav-tabs li {
  margin-bottom: 0;
}
.mn-tabs ul.nav-tabs li a {
  padding: 15px 30px 15px 0px;
  font-size: 20px;
  line-height: 1.1;
  border: 0;
  background: transparent;
  border-color: transparent;
}
.mn-tabs ul.nav-tabs li a:hover,
.mn-tabs ul.nav-tabs li a:focus {
  color: #e23c2f;
}
.mn-tabs ul.nav-tabs li a:after {
  color: #ac2318;
  content: "/";
  display: block;
  font-family: FontAwesome,sans-serif;
  position: absolute;
  right: 9px;
  top: 13px;
  font-size: 26px;
}
.mn-tabs ul.nav-tabs li.active a {
  border: 0;
  background: transparent;
  color: #ac2318;
}
.mn-tabs .tab-content {
  padding: 0;
}

.t3-wrapper .mnwall_iso_buttons a.mnw_filter_active {
  color: #fff;
  background: #ac2318;
  border-color: #ac2318;
}
.t3-wrapper .mnwall_iso_dropdown.expanded .dropdown-label {
  background: #ac2318;
  border-color: #ac2318;
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown:hover .dropdown-label {
  color: #ac2318;
}
.t3-wrapper .mnwall_iso_dropdown.expanded:hover .dropdown-label {
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown ul li a.mnw_filter_active {
  color: #ac2318;
}
.t3-wrapper .mnwall_iso_dropdown .dropdown-label {
  max-height: 38px;
  padding: 3px;
}
.t3-wrapper .mnwall_iso_buttons a {
  margin-bottom: 10px;
}
.t3-wrapper .mnwall_page.mnw_active {
  background: #ac2318;
  border-color: #ac2318;
}

.t3-wrapper .mnwall_more_results {
  border: 0;
  box-shadow: none;
  background: none;
  margin-top: 50px;
}
.t3-wrapper .mnwall_more_results a {
  display: inline-block;
  background: transparent;
  border: 1px solid #393939;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 55px;
  color: #393939;
}
.t3-wrapper .mnwall_more_results a .more-results {
  padding-bottom: 10px;
  border-bottom: 0px solid #69150f;
}
.t3-wrapper .mnwall_more_results a:hover,
.t3-wrapper .mnwall_more_results a:focus {
  color: #FFF;
  background: #e23c2f;
  border: 1px solid #e23c2f;
}
.t3-wrapper .mnwall_more_results a.disabled,
.t3-wrapper .mnwall_more_results a.disabled:hover,
.t3-wrapper .mnwall_more_results a.disabled:focus {
  color: #e23c2f !important;
  background: transparent !important;
}
.contact .mn-mod-header {
  border-bottom: 0;
}
.mn-contact-address dt {
  width: auto;
}
.mn-contact-address dd {
  margin-left: 35px;
}
.mn-contact-address .mn-contact-address-list {
  margin-bottom: 10px;
}
.mn-contact-address .mn-contact-ico {
  background: #e23c2f;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) {
  .mn-contact-address .mn-contact-ico {
    margin-right: 20px;
  }
}
.mn-contact-address .mn-contact-ico i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mn-contact-img {
  padding: 0 35px;
}
@media (max-width: 480px) {
  .mn-contact-img {
    padding: 0;
  }
}
.mn-contact-img img {
  max-width: 100%;
  border: 5px solid #e23c2f;
}
.mn-form-top {
  display: inline-block;
  margin-bottom: 10px;
}
.mn-col-inner {
  padding: 0;
}
@media (max-width: 767px) {
  .mn-col-inner {
    padding: 10px 0;
  }
}
.mn-col-inner:first-child {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .mn-col-inner:first-child {
    padding: 10px 0;
  }
}
.mn-col-inner:last-child {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .mn-col-inner:last-child {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .mn-contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.mn-contact-form .mn-form-fix input {
  width: 100%;
}
.mn-contact-form .btn {
  background: #e23c2f;
  border: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.mn-contact-form .btn:hover,
.mn-contact-form .btn:focus {
  background: #ac2318;
}
.mn-contact-form input.invalid {
  border: 1px solid #cc0000 !important;
}
.mn-contact-form input,
.mn-contact-form .form-control {
  background: #fff;
  box-shadow: none;
  border: 1px solid #e23c2f;
  color: #272727;
}
.mn-contact-form textarea {
  border: 1px solid #e23c2f;
}
.mn-contact-form textarea.invalid {
  border: 1px solid #cc0000;
}
.mn-contact-form input[type="text"]:focus,
.mn-contact-form input[type="email"]:focus,
.mn-contact-form textarea:focus {
  box-shadow: none;
  background: #e23c2f;
  color: #fff;
}
.mn-contact-form input::-webkit-input-placeholder {
  color: #272727;
}
.mn-contact-form input::-webkit-input-placeholder:focus {
  color: #fff;
}
.mn-contact-form textarea::-webkit-input-placeholder {
  color: #272727;
  text-transform: uppercase;
}
.mn-contact-form input:-moz-placeholder,
.mn-contact-form textarea:-moz-placeholder {
  color: #272727;
  text-transform: uppercase;
}
.mn-contact-form .checkbox {
  padding-left: 20px;
  margin-left: 25px;
  display: inline-block;
}
@media (max-width: 325px) {
  .mn-contact-form .checkbox {
    margin-left: 0;
  }
}
.mn-contact-form .checkbox label {
  padding: 0;
}
.mn-contact-form :focus::-webkit-input-placeholder {
  color: #fff;
}
.mn-contact-form :focus::-moz-placeholder {
  color: #fff;
}
.mn-contact-form :focus:-ms-input-placeholder {
  color: #fff;
}
.mn-contact-form :focus:input:-moz-placeholder {
  color: #fff;
}
.mn-mod-header {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mn-mod-header h2 {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  .mn-mod-header h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mn-mod-header h2 {
    font-size: 25px;
  }
}
.mn-mod-header .mn-title h1,
.mn-mod-header .mn-title h2,
.mn-mod-header .mn-title h3,
.mn-mod-header .mn-title h4,
.mn-mod-header .mn-title h5,
.mn-mod-header .mn-title h6 {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mn-mod-header .mn-description h1,
.mn-mod-header .mn-description h2,
.mn-mod-header .mn-description h3,
.mn-mod-header .mn-description h4,
.mn-mod-header .mn-description h5,
.mn-mod-header .mn-description h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #e23c2f;
}
.mn-module-title {
  text-align: center;
  padding: 50px 0 100px;
  color: #5F5F5F;
}
.mn-module-title h2 {
  font-size: 44px;
}
@media screen and (max-width: 991px) {
  .mn-module-title h2 {
    font-size: 30px;
  }
}
.mn-module-title .mn-module-title-up {
  font-size: 34px;
  color: #e23c2f;
  font-weight: 100;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .mn-module-title .mn-module-title-up {
    font-size: 22px;
  }
}
.mn-module-title .mn-module-title-down {
  font-size: 34px;
  color: #272727;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  .mn-module-title .mn-module-title-down {
    font-size: 22px;
  }
}