.row {
  width: 100% !important;
  margin: 0 !important;
}

.container-fluid {
  padding: 0 !important;
}

.col-12 {
  padding: 0 !important;
}

body {
  color: #333333;
  font-family: "museo-sans-rounded", "Verdana", sans-serif !important;
  font-weight: 100 !important;
  font-size: 1.1em !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "museo-sans-rounded", "Verdana", sans-serif !important;
  font-weight: 900 !important;
  margin-bottom: 0.75em !important;
}

h4, h5, h6 {
  font-weight: 800;
}

a:hover {
  color: #f68521 !important;
  text-decoration: none !important;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.no-margin {
  margin: 0px;
}

.p-no-margin p {
  margin: 0px;
}

.container-fluid.full {
  padding: 0px;
}

.container-fluid.full .row {
  margin: 0px;
}

.container-fluid.full .row .col-lg-12 {
  padding: 0px;
}

.container.med {
  max-width: 750px;
  width: 100%;
}

.info_content {
  font-family: sans-serif;
}

.white {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.theme-button {
  border-radius: 17px !important;
  padding: 7px 15px;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  width: auto;
}

.white-button {
  color: #fff;
  border: solid 1.5px #fff;
  width: 100%;
}

.white-button:hover {
  background-color: #fff;
  text-decoration: none;
}

.borange-back .white-button:hover {
  color: #f06424;
}

.maroon-back .white-button:hover {
  color: #9a2350;
}

.green-button {
  color: #fff;
  background-color: #03A550;
}

.green-button:hover {
  background-color: #02823f;
}

.lgreen-button {
  color: #fff;
  background-color: #76c044;
}

.lgreen-button:hover {
  background-color: #65a839;
}

.flash-messages {
  position: absolute;
  z-index: 2;
  top: 200px;
  right: 30px;
}

.alert {
  margin-bottom: 0;
}

.alert-danger,
.alert-success {
  background-color: #9a2350 !important;
  border-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 400;
}

@media (max-width: 992px) {
  .page-header .col-md-5 {
    text-align: center;
  }
  .page-header .col-md-7 {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flash-messages {
    top: 303px;
    left: 30px;
    text-align: center;
  }
}

footer.page-footer {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.5);
}

footer.page-footer a {
  color: rgba(255, 255, 255, 0.75);
}

footer.page-footer .container {
  padding: 22px 0px;
}

header .logo {
  max-width: 440px;
  width: 100%;
  margin-bottom: 15px;
}

header .bt-menu__nav {
  margin: 0;
}

header li.bt-menu__item.nav-item {
  display: inline-block;
}

header .nav-link {
  color: #000;
  padding: 0.5em 1em 0.3em;
}

header ul.bt-menu__nav {
  float: right;
  margin-top: 25px;
  padding: 0 20px 0 0;
}

.bt-menu__submenu {
  display: none;
}

.mbnav {
  display: none;
  position: absolute;
  width: auto;
  right: 0px;
  z-index: 200;
}

.mbnav .nav {
  padding: 35px;
  display: block;
  background: #fff;
  margin-top: 21px;
}

.mbnav .nav li:last-child {
  width: 200px;
  margin: 5px auto;
}

.mbnav .nav-item {
  display: block;
  text-align: center;
}

.bt-menu__nav li:last-child {
  color: #76c044;
  border: solid 1px #76c044;
  border-radius: 17px;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}

.bt-menu__nav li:last-child:hover {
  background-color: #76c044 !important;
}

.bt-menu__nav li:last-child:hover a {
  color: #fff !important;
}

.bt-menu__nav li:last-child a {
  color: #76c044 !important;
}

.mbnavToggle {
  display: none;
  margin-left: auto;
  margin-top: 25px;
  width: 50px;
  margin-right: 10px;
}

.mbBar1, .mbBar2, .mbBar3 {
  width: 35px;
  height: 4px;
  background-color: #9a2350;
  margin: 6px auto;
  transition: 0.4s;
}

.open .mbBar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.open .mbBar2 {
  opacity: 0;
}

.open .mbBar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}

@media (max-width: 900px) {
  .nav-link {
    font-size: 11pt;
  }
}

@media (max-width: 767px) {
  .mbnavToggle {
    display: block;
  }
  .dtnav {
    display: none;
  }
  .mbnav {
    width: 100%;
    background-color: #fff;
    padding: 25px;
  }
  .mbnav ul.bt-menu__nav {
    float: none;
    padding: 0;
    margin-top: 0;
  }
  .mbnav li.bt-menu__item.nav-item {
    display: block;
    margin: 15px auto 0 auto;
  }
  .mbnav li:last-child {
    width: 166px;
  }
  footer.page-footer {
    text-align: center !important;
  }
  footer.page-footer .text-right {
    text-align: center !important;
  }
  .mbnavToggle {
    margin-right: auto;
    margin-bottom: 25px;
  }
}

.orange-back, .maroon-back, .green-back, .lgreen-back, .borange-back, .red-back {
  width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.orange-back {
  background-image: url("../images/back-borange.jpg");
}

.maroon-back {
  background-image: url("../images/back-maroon.jpg");
}

.green-back {
  background-image: url("../images/back-green.jpg");
}

.lgreen-back {
  background-image: url("../images/back-lgreen.jpg");
}

.borange-back {
  background-image: url("../images/back-borange.jpg");
}

.red-back {
  background-image: url("../images/back-red.jpg");
}

.red {
  color: #db2329;
}

.hi-block {
  max-width: 248px;
  text-align: center;
  padding: 75px 0px;
  margin: auto;
}

.hi-block h1 {
  max-width: 217px;
  margin-left: auto;
  margin-right: auto;
}

.family-portrait {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.container {
  padding: 55px 0px;
}

#menu {
  position: relative;
}

#menu .col-md-4:nth-child(1) {
  border-right: solid 1px #fff;
}

#menu .col-md-4:nth-child(3) {
  border-left: solid 1px #fff;
}

#menu .col-md-4 {
  border-bottom: solid 1px #fff;
  margin-bottom: 45px;
  margin-top: 35px;
}

.menu-icons-left {
  left: 0px;
  background-position: left;
  width: 45%;
}

.menu-icons-left, .menu-icons-right {
  height: 100%;
  background-attachment: fixed;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url(../images/side-icons.svg);
  position: absolute;
  top: 0px;
}

.menu-icons-right {
  width: 45%;
  right: 0px;
  background-position: 103%;
}

.menu-types-block {
  display: inline-block;
}

.menu-types {
  font-size: 13px;
  margin-top: 55px;
}

.menu-types p {
  display: inline-block;
  margin: 0px 10px 0px 15px;
}

.menu-p, .menu-c, .menu-t, .menu-new {
  padding: 5px;
  font-size: 10px;
  border-radius: 5px;
}

.menu-p {
  background-color: #f68521;
}

.menu-c {
  background-color: #9a2350;
}

.menu-t {
  background-color: #db2329;
}

.menu-new {
  background-color: #fcbc17;
}

.green-text h4 {
  color: #03A550;
}

.van-img {
  max-width: 250px;
  width: 75%;
  margin-bottom: 35px;
}

.social {
  width: 35px;
  margin: 5px;
}

#success {
  height: 60vh;
}

.img-404 {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0px auto 55px;
}

@media (max-width: 1800px) {
  .menu-icons-left, .menu-icons-right {
    opacity: 0.65;
  }
}

@media (max-width: 991px) {
  .menu-icons-left {
    opacity: 0.65;
    background-attachment: scroll;
    bottom: 0px;
    height: 214px;
    background-position: 24px -140px;
    background-size: 100%;
    top: auto;
    width: 100%;
  }
  .menu-icons-right {
    display: none;
  }
}

@media (max-width: 800px) {
  .row {
    margin: auto;
  }
}

@media (max-width: 767px) {
  #menu .col-md-4, #menu .col-md-4:nth-child(1), #menu .col-md-4:nth-child(3) {
    border: none;
    padding-bottom: 29px;
    border-bottom: solid 1px #fff;
    margin: 35px 0px;
  }
  .menu-types-block {
    display: block;
    margin-top: 10px;
  }
  .menu-types p {
    width: 75px;
  }
}

@media only screen and (orientation: landscape) and (max-device-width: 1370px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-icons-left {
    opacity: 0.65;
    background-attachment: scroll;
    bottom: 0px;
    height: 214px;
    background-position: 24px -140px;
    background-size: 100%;
    top: auto;
    width: 100%;
  }
  .menu-icons-right {
    display: none;
  }
}

@media only screen and (orientation: portrait) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-icons-left {
    opacity: 0.65;
    background-attachment: scroll;
    bottom: 0px;
    height: 214px;
    background-position: 24px -140px;
    background-size: 100%;
    top: auto;
    width: 100%;
  }
  .menu-icons-right {
    display: none;
  }
}

input, textarea, select {
  border-color: #c5c4c4;
  border-style: solid;
  border-width: 1.2px;
  width: 100%;
  padding: 5px;
  border-radius: 0 !important;
}

select {
  height: 42px;
}

textarea {
  height: 150px;
}

input:focus, textarea:focus, select:focus {
  outline-width: 3px;
}

.form-group {
  margin: 0 !important;
}

.form-row {
  display: block;
  width: 100%;
  margin: 5px 0px 20px;
}

.form-row label {
  display: block;
}

.form-half:nth-child(even) {
  margin-left: 1%;
}

.form-half {
  vertical-align: top;
  width: 49%;
  display: inline-block;
}

.contact-form {
  margin-right: 35px;
}

.required {
  color: #db2329;
}

@media (max-width: 992px) {
  .contact-form {
    margin-right: 0px;
  }
  .form-half {
    width: 100%;
    margin-bottom: 35px;
  }
  .form-half:nth-child(even) {
    margin-left: 0px;
  }
}

/*# sourceMappingURL=master.css.map */
