/* header-button-lg (1 & 2) works with full header image (most pages) */
.header-button-lg-1 {
  position: absolute;
  top: 330px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #777;
}
.header-button-lg-1:hover, .header-button-lg-1:focus, .header-button-lg-1:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}
.header-button-lg-2 {
/* Hide button two on ALL pages the easy way...
  display: none; 
  */
  position: absolute;
  top: 280px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 17.5px 10px 18px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #777;
}
.header-button-lg-2:hover{
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}
.header-button-lg-2:focus:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}
@media only screen and (max-width: 768px) {
 .header-button-lg-1 {
  position: absolute;
  top: 170px;
  left: 5px;
  padding: 5px;
 }
 .header-button-lg-2 {
  position: absolute;
  top: 50px;
  left: 5px;
  padding: 5px 11px 5px 11px;
 }
}

/* header-button-sm works with small header image (specialty pages) */
.header-button-sm {
  position: absolute;
  top: 50px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #80aee8;
}
.header-button-sm:hover, .header-button-sm:focus, .header-button-sm:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}
@media only screen and (max-width: 768px) {
 .header-button-sm {
  position: absolute;
  top: 60px;
  left: 5px;
  padding: 5px;
 }
}

/* paw-button-lg used to submit forms */
.paw-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  text-transform: none;
  padding: 6px; 
  width: 75px;
  height:35px;  
  color: #fff;
  background-color: #337ab7;
  border-color: #204d74;;
}
.paw-button:focus,
.paw-button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button:active,
.paw-button.active,
.open > .dropdown-toggle.paw-button {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.paw-button:active:hover,
.paw-button.active:hover,
.open > .dropdown-toggle.paw-button:hover,
.paw-button:active:focus,
.paw-button.active:focus,
.open > .dropdown-toggle.paw-button:focus,
.paw-button:active.focus,
.paw-button.active.focus,
.open > .dropdown-toggle.paw-button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button.disabled:hover,
.paw-button[disabled]:hover,
fieldset[disabled] .paw-button:hover,
.paw-button.disabled:focus,
.paw-button[disabled]:focus,
fieldset[disabled] .paw-button:focus,
.paw-button.disabled.focus,
.paw-button[disabled].focus,
fieldset[disabled] .paw-button.focus {
  background-color: #fff;
  border-color: #204d74;
}
.paw-button .badge {
  color: #fff;
  background-color: #337ab7;
}

/* Contact Us page displays numbers to stop 
   spammers/robots from entering info */
.boxed-number {
  font-size: 2em;
  border: 1px solid #337ab7;
  padding: 2px 5px 3px 5px;
  margin: 8px 4px 4px 4px;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 768px) {
 .boxed-number {
  font-size: 1.2em;
  border: 1px solid #337ab7;
  padding: 2px 5px 3px 5px;
  margin: 8px 2px 3px 2px;
  background-color: #F0F0F0;
 }
}


.cal-popup td {
  background-color: #fff !important;
  padding: 10px;	
}
@media only screen and (max-width: 768px) {
 .cal-popup {
  font-size: .85em;
  padding: 8px;
 }
}

/* Booking Info page (reserve.html) allows users to
   see their estimated cost for days they select */
.estimate {
  width: 480px;
  font-size: 75%;
}
@media only screen and (max-width: 768px) {
 .estimate {
   width: 400px;
   font-size: 55%;
 }
}

/* Create border around 'Fees' on reserve.html */
.boxed-fees {
  font-family: Lato, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: .6em;
  line-height: 0;
  position: relative;
  top: -0.5em;
  border: 2px solid #337ab7;
  border-radius: 4px;
  padding: 0px 2px 1px 2px;
  margin: 0px 0px 0px 14px;
  color: #000;
  background-color: #fff;
  border-color: #00657b !important;
}
@media only screen and (max-width: 768px) {
 .boxed-fees {
  font-size: .6em;
  border: 2px solid #337ab7;
  margin: 0px 0px 0px 10px;
 }
}

/* Move Close button to left side of Modal. On
   some phones, when used with hotel-datepicker
   the normal Close is off screen */
.left-close {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.left-close:hover,
.left-close:focus {
  color: #008;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.left-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-header .left-close {
  margin-top: 2px;
  vertical-align: middle;
}

/* Float text in modal header to right side */
.modal-header .modal-tr {
  float: right;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin-top: -4px;
}

/* Control look/feel of areas that slide open/close on click */
.accordion_container {
	margin: 10px 30px 10px -60px;
}
@media only screen and (max-width: 768px) {
 .accordion_container {
	margin: 0 0px 10px 5px;
 }
}
.accordion_head {
    background-color: #fff;
    color: #777;
    cursor: pointer;
    font-family: 'Lora', 'Times New Roman', serif;
    font-size: 24px;
    margin: 0 0px 20px 5px;
    padding: 2px 11px;
    font-weight: 400;
}
.accordion_body {
    background: white;
	color: #777;
	font-size: 20px;
    font-family: 'Lora', 'Times New Roman', serif;
	line-height: 1.42857143;
	margin-left: 25px;
}
@media only screen and (max-width: 768px) {
 .accordion_body {
	margin: 0;
 }
}
.accordion_body p {
    padding: 2px 5px 0 30px;
    margin: 0px;
}
.plusminus {
    float:left;
	margin-right: 15px;
	margin-top: 4px;
}

/* Sets color/look of links on web pages */
.PaWlink {
  color: #0098d3
  transition: all 0.2s;
  text-decoration: none;
}
.PaWlink:focus, 
.PaWlink:hover {
  color: #000;
  text-decoration: underline;
}

/* Define look of YappyDog Software info at bottom of page */
footer .yappy {
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
  color: #0098d3;
}
footer .yappy a {
  color: #0098d3;
  transition: all 0.2s;
  text-decoration: none;
}
footer .yappy a:focus,
footer .yappy a:hover  {
  color: #000;
  text-decoration: underline;
}

/* control where text breaks on a phone */
.mobile-break { display: none; }
@media only screen and (max-width: 768px) {
 .mobile-break { display: inherit; }
 .mobile-hide  { display: none; }
}

/* control Policies page items */
p.heading-1 {
 font-family: 'Lora', 'Times New Roman', serif;
 font-size: 20px;
 font-weight: 800;
 margin: 0;
 padding: 0;
}
p.details-1 {
 font-family: 'Lora', 'Times New Roman', serif;
 font-size: 16px;
 font-weight: 500;
 margin: 0;
 padding: 0;
}