.bg-image-full {
  background: no-repeat center center scroll;
  background-color: #e1e2e7;
}

@media only screen and (min-device-width: 812px) {
  .bg-image-full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed !important;*/
    background-position: top !important;
    -o-background-size: cover;
    background-image: url("../images/background.jpg");
  }
  .hs {
    height: 100px;
  }
}

@media only screen and (max-device-width: 812px) {
  .bg-image-full {
    height: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed !important;*/
    background-position: top !important;
    background-image: url("../images/background-small.jpg");
  }
  .hs {
    height: 20px;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-image-full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed !important;*/
    background-position: top !important;
    -o-background-size: cover;
    background-image: url("../images/background-m.jpg");
  }
  .hs {
    height: 100px;
  }
}

.navbar {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.navbar-brand > img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 75px;
  width: 75px;
}

.title {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  color: white;
}

.title h2 {
  font-size: 3rem;
}

.shadow {
  -webkit-box-shadow: 4px 8px 17px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 4px 8px 17px 3px rgba(0, 0, 0, 0.14);
}

.about {
  background-color: #000;
  min-height: 250px;
  color: black;
}

.contact {
  background-color: #f4f4f4;
}

.footer {
  background-color: #000;
  color: white;
  font-size: 12px;
}

.footer a {
  color: White;
}
.footer .logo {
  width: 50px;
}

.btn-menubar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e77d00;
  *background-color: #e77d00;
  background-image: -moz-linear-gradient(top, #ff8900, #e77d00);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ff8900),
    to(#e77d00)
  );
  background-image: -webkit-linear-gradient(top, #ff8900, #e77d00);
  background-image: -o-linear-gradient(top, #ff8900, #e77d00);
  background-image: linear-gradient(to bottom, #ff8900, #e77d00);
  background-repeat: repeat-x;
  border-color: #e77d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8900', endColorstr='#e77d00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  margin:5px;
}
.btn-menubar:hover,
.btn-menubar:focus,
.btn-menubar:active,
.btn-menubar.active,
.btn-menubar.disabled,
.btn-menubar[disabled] {
  color: #ffffff;
  background-color: #e77d00;
  *background-color: #003bb3;
}

.btn-cta {
  color: #ffffff;
  background-color: #ff8000;
  border-color: #ff8000;
  min-width: 300px;
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: #ffffff;
  background-color: #ff9932;
  border-color: #ff8000;
}

.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  background-image: none;
}

.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #ff8000;
  border-color: #ff8000;
}

.btn-cta .badge {
  color: #ff8000;
  background-color: #ffffff;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  color: white;
  line-height: 3.1rem;
}

.services .service-block {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
  background-color: white;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
.services .service-block :hover {
  cursor: pointer;
}

.services .service-block h3 {
  color: #3bc3ff;
}

.services .service-block img {
  width: 100px;
  height: 100px;
}

.services .service-block a {
  color: #ff9932;
  font-size: 14px;
}

.services .service-block .short {
  height: 50px;
}

.services .service-block .service-block-caption {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(24, 188, 156, 0.9);
}

.services .service-block .service-block-caption:hover {
  opacity: 1;
}

.services .service-block .service-block-caption .service-block-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .services {
    margin-bottom: -30px;
  }
  .services .service-block {
    margin-bottom: 30px;
  }
}

.service-modal .service-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.service-modal .service-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: black;
}

.service-modal .service-modal-dialog .close-button i {
  line-height: 38px;
}

.service-modal .service-modal-dialog h2 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .service-modal .service-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 5rem calc(5rem - 8px);
  }
  .service-modal .service-modal-dialog h2 {
    font-size: 2rem;
  }
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e77d00;
  border-color: #e77d00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #ff9932 !important;
  border-color: #ff8000 !important;
}

/* Contact form */
.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #000;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.form-control {
  background-color: #f4f4f4 !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 767px) {
  .cta-form {
    display: none;
  }

  .cta-call {
    /*display: block;*/
  }
}

@media (min-width: 767px) {
  .cta-form {
    /*display: block;*/
  }

  .cta-call {
    display: none;
  }
}
