html, body {
  /* font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; */
  width: 100%;
  height: 100%;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}


.rotate-text-45-left {

  /* Safari */
  -webkit-transform: rotate(-45deg);

  /* Firefox */
  -moz-transform: rotate(-45deg);

  /* IE */
  -ms-transform: rotate(-45deg);

  /* Opera */
  -o-transform: rotate(-45deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);


}

@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
     }
     100% {
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
     }
}

.btn-primary.pulse, .btn-info.pulse
{
     animation: shadow-pulse 1s infinite;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    body {
      background-color: white;
    }
    .form-control, .pagination {
      display: none !important;
    }
    .pagebreak
    {

      page-break-before: always;
    } /* page-break-after works, as well */

}
@media screen
{
    .no-screen, .no-screen *
    {
        display: none !important;
    }
}


/*Added by TG to support highlighting table row*/
.trHighlight {
  background-color: #ffffff;
}

.my-brand {
  font-weight: 700;
  color: #56ad4b;
}

.well {
  display: block;

  color: white;
  background-color: #56ad4b;
  padding-top: 8px;
  padding-bottom: 8px;
  /* -webkit-box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81);
-moz-box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81);
box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81); */
box-shadow:
        inset 0px 11px 25px -10px rgba(0,0,0,0.4),
        inset 0px -11px 25px -10px rgba(0,0,0,0.4);
}

.footer-well {
  display: block;

  color: white;
  background-color: #56ad4b;
  padding-top: 25px;
  padding-bottom: 8px;
  /* -webkit-box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81);
-moz-box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81);
box-shadow: inset 0px 2px 51px -6px rgba(0,0,0,0.81); */
box-shadow:
        inset 0px 11px 25px -10px rgba(0,0,0,0.4);
}

.page-footer,
.push {
  height: 233px;
}

.footer-social {
  a {
    color: white;
  }

}

.wrapper {
  margin-bottom: -233px;
  min-height: 100%;
}

.shadow1 {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
}


#mapChoose {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

#maps {
  width: 100%;
  height: 515px;
}

#search-section {
  height: 400px;
  background-image: url("/images/site/woman_kayak.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0px;
  margin-left: 0px;
}

#large-search {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.0);
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  border-width: 2px 0px 2px 2px;
  border-radius: 10px 0px 0px 10px;
  border-color: rgba(255, 255, 255);


}

#search-container {
  filter: blur(5px);
}

#large-search::placeholder {

  color: rgba(255, 255, 255, 1);


}

#large-search-btn {
  border-radius: 0px 10px 10px 0px;
  border-width: 2px 2px 2px 0px;
  border-color: rgba(255, 255, 255);
  font-size: 20px;
}
