@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kaushan Script';
  src: url("../fonts/KaushanScript/KaushanScript-Regular.eot");
  src: url("../fonts/KaushanScript/KaushanScript-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KaushanScript/KaushanScript-Regular.woff2") format("woff2"), url("../fonts/KaushanScript/KaushanScript-Regular.woff") format("woff"), url("../fonts/KaushanScript/KaushanScript-Regular.ttf") format("truetype"), url("../fonts/KaushanScript/KaushanScript-Regular.svg#KaushanScript-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f1f1f1;
  color: #272727; }

a {
  color: #ca1923;
  text-decoration: none; }
  a:hover {
    color: #ca1923;
    text-decoration: underline; }

.website-title {
  border-bottom: 2px solid #ca1923;
  padding-bottom: 10px;
  text-decoration: none; }
  .website-title:hover {
    text-decoration: none; }

.logo {
  margin-right: 15px;
  width: 130px; }

.title-brand {
  color: #ca1923;
  font-weight: 500; }

.btn-light {
  background: #ca1923;
  border-color: #ca1923;
  color: #fff; }

.nav-link {
  color: #272727; }
  .nav-link:focus {
    color: #272727; }
  .nav-link:hover {
    color: #272727;
    text-decoration: underline; }

.form-control, .form-select {
  font-size: 14px; }

.login-form {
  margin: auto;
  max-width: 340px; }

main {
  min-height: 680px; }

footer {
  background: #8e8e8e;
  border-top: 6px solid #ca1923;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px; }

.expose-link {
  color: #272727;
  text-decoration: none; }
  .expose-link:hover {
    text-decoration: none;
    color: #272727; }
  .expose-link .card .card-header {
    height: 80px; }

h1 {
  font-family: "Kaushan Script";
  font-weight: 400;
  color: #ca1923;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 30px; }

.title-line {
  background: url("../img/house.png") no-repeat 45px center;
  height: 52px;
  position: relative; }
  .title-line::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 42px;
    background: #ca1923;
    top: 27px;
    left: 0; }
  .title-line::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 45px - 52px - 3px);
    background: #ca1923;
    top: 27px;
    right: 0; }

.expose-item {
  margin: 0;
  position: relative; }

.expose-slider-nav {
  margin: 10px -5px 0; }
  .expose-slider-nav .flimgbox {
    float: left;
    position: relative;
    width: 16.6666%;
    padding: 0 5px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    -moz-filter: brightness(1);
    filter: brightness(1);
    height: 100px;
    text-align: center; }
    .expose-slider-nav .flimgbox img {
      height: 100%; }
  .expose-slider-nav .moreimg {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    text-align: center; }
    .expose-slider-nav .moreimg div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }

.expose-slider ul, .expose-slider-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.expose-slider ul li {
  text-align: center; }

.card {
  background: none;
  border: none; }
  .card .card-header {
    background: #ca1923;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 5px 5px 6px;
    border-radius: 10px 10px 0 0; }
  .card .card-body {
    background: #fff; }

@media screen and (min-width: 1400px) {
  h1 {
    margin-bottom: -15px; } }
