/* line 9, ../sass/style.scss */
:root {
  font-size: 62.5%;
}
/* line 11, ../sass/style.scss */
:root body {
  font-size: 1.4rem;
}

/* line 16, ../sass/style.scss */
body {
  color: #535353;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
}

/* line 21, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #495057;
}

/* line 25, ../sass/style.scss */
a {
  color: #535353;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
/* line 29, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #ff214f;
}

/* line 35, ../sass/style.scss */
h3 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 1.75rem;
}

/* line 41, ../sass/style.scss */
h5 {
  font-size: 1.5rem;
}

/* line 45, ../sass/style.scss */
header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 355px;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 60, ../sass/style.scss */
header:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 71, ../sass/style.scss */
header h1 {
  color: #fff;
}
/* line 75, ../sass/style.scss */
header h2 {
  color: #fff;
}

/* line 80, ../sass/style.scss */
.main-container {
  padding: 70px 0;
}

/* line 85, ../sass/style.scss */
.contact-form .form-group {
  margin-bottom: 30px;
}
/* line 88, ../sass/style.scss */
.contact-form .form-control {
  width: 100%;
  padding: 10px 20px;
  outline: 0;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  display: block;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1.3rem;
}
/* line 104, ../sass/style.scss */
.contact-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #808080;
}
/* line 108, ../sass/style.scss */
.contact-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
/* line 112, ../sass/style.scss */
.contact-form .form-control::placeholder {
  color: #808080;
}
/* line 116, ../sass/style.scss */
.contact-form .form-group.message {
  margin-bottom: 30px;
}
/* line 118, ../sass/style.scss */
.contact-form .form-group.message textarea {
  min-height: 180px;
}
/* line 122, ../sass/style.scss */
.contact-form .btn-md {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  background: #ff214f;
  border-color: #ff214f;
  color: #fff;
}
/* line 133, ../sass/style.scss */
.contact-form .btn-md i {
  display: none;
}
/* line 138, ../sass/style.scss */
.contact-form .btn-md.disabled i {
  display: inherit;
}
/* line 144, ../sass/style.scss */
.contact-form span.required {
  position: absolute;
  top: 0;
  right: 24px;
  color: #ff214f;
}

/* line 154, ../sass/style.scss */
.contact-info h5 {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
/* line 161, ../sass/style.scss */
.contact-info .media {
  margin-bottom: 30px;
}
/* line 163, ../sass/style.scss */
.contact-info .media i {
  width: 55px;
  font-size: 2rem;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px dashed #535353;
  text-align: center;
  margin-right: 20px;
}
/* line 173, ../sass/style.scss */
.contact-info .media p {
  margin-bottom: 5px;
}

/* line 179, ../sass/style.scss */
#mapid {
  height: 350px;
}

/* line 183, ../sass/style.scss */
footer {
  background: #111;
  padding: 20px 0;
  text-align: center;
  color: #7c7e83;
  font-size: 1.3rem;
}
/* line 189, ../sass/style.scss */
footer p {
  margin: 0;
}
/* line 192, ../sass/style.scss */
footer a {
  color: #7c7e83;
}

/* line 197, ../sass/style.scss */
#myModal.red .modal-title {
  color: #ff214f;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  /* line 203, ../sass/style.scss */
  .main-container {
    padding: 70px 15px;
  }
}
