#menu-0 {
  font-size: 16px;
}
#menu-0 {
  background: #a07023; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #a07023 0%,
    #a28b64 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #a07023 0%,
    #a28b64 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #a07023 0%,
    #a28b64 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a07023', endColorstr='#a28b64',GradientType=1 );
  -webkit-box-shadow: 0 8px 6px -6px #000;
  -moz-box-shadow: 0 8px 6px -6px #000;
  box-shadow: 0 8px 6px -6px #000;
}
#menu-0 a {
  font-family: "Roboto", sans-serif;
}
#footerBox {
  background: #a28b64; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #a28b64 0%,
    #a07023 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #a28b64 0%,
    #a07023 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #a28b64 0%,
    #a07023 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28b64', endColorstr='#a07023',GradientType=0 );
  border-top: 2px solid #666;
}
#miniB {
  background-color: #666;
  color: #fff;
  padding: 15px 0 15px 0;
  margin-bottom: 20px;
  display: none;
  background-image: url(../images/wood.jpg);
  background-position: center;
  background-size: cover;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.75);
}
#miniB .alert,
.btn-theme {
  background-color: #a28b64;
  border: 2px solid #5c4010;
  color: #fff;
}
.btn-theme {
  margin-top: 10px;
}
#footerBox P {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-shadow: rgb(96, 77, 45) 0px 2px 3px;
}

body {
  color: #333;
  font-family: "Dosis", sans-serif !important;
  font-style: normal !important;
  font-weight: 200 !important;
}
table.borderless td,
table.borderless th {
  border: none !important;
}
#footer {
  height: 50px;
  width: 100%;
  display: block;
}
#contact {
  z-index: 11 !important;
}

#content {
  background-color: #fff;
  margin-top: 13px;
  z-index: 10 !important;
  margin-bottom: 10px;
  padding: 0 30px 0 30px;
}
#content h1,
#content h2,
#content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #b89573 !important;
  text-transform: none !important;
  font-weight: normal;
}
#content h1 {
  font-size: 3.1em;
}
#content h2 {
  font-size: 2.5em;
}
#content h3 {
  font-size: 2em;
}
#content strong {
  color: #b89573 !important;
}
#content b {
  color: #b89573 !important;
}
#content p {
  line-height: 1.45em;
  font-size: 1.15em !important;
}
#content img {
  padding: 3px !important;
  border: 1px solid #ccc !important;
}
#content .noborder img {
  padding: 0px;
  border: 0px solid #ccc !important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.datebox {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.red_border {
  border: 3px solid #f00;
}
.diaryTable tbody {
  max-height: 200px;
  display: inline-block;
  overflow: auto;
}
#planTable > .planner_row {
  font-size: 15px;
  height: 50px;
}
#planTable > .planner_col {
  display: block;
  height: 100%;
  line-height: 50px;
  border-bottom: 1px solid #006972;
}
#planTable .alert_sf_mauve:hover {
  color: #ffff !important;
}
#planTable .alert_sf_blue:hover {
  background-color: #006972;
  color: #ffff !important;
}
.moneyBox:hover {
  background-color: #8b0066;
  color: #fff;
  cursor: pointer;
}
#newsletter_table td {
  text-align: left;
}
#newsletter_table > tbody > tr > td:first-child:not(#welcome_message) {
  border-right: 1px solid #ccc;
}
#newsletter_table > tbody > tr > td:last-child {
  border-right: none !important;
}
#newsletter_table > table > tbody > tr > td {
  border-right: none !important;
}

.frame {
  position: absolute;
  display: block;
  width: 300px;
  margin: 100px auto;
  top: 20%;
  left: 50%;
  margin: 0 0 0 -150px;
}
.frame:before {
  content: "";
  position: absolute;
  display: block;
  width: 132%;
  height: 132%;
  top: -16%;
  left: -16%;
  background-color: #f8f8f8;
  z-index: -1;
  box-shadow: inset 0px 10px 0.5em rgba(0, 0, 0, 0.25),
    inset 0.1em 0px 0.1em rgba(0, 0, 0, 0.1),
    inset -0.1em 0px 0.1em rgba(0, 0, 0, 0.05), 0 0.3em 0.2em #fff;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle farthest-corner,
    #ffffff,
    #f8f8f8 100%
  );
  background-image: -webkit-radial-gradient(
    50% 50%,
    circle farthest-corner,
    #ffffff,
    #f8f8f8 100%
  );
  background-image: -o-radial-gradient(
    50% 50%,
    circle farthest-corner,
    #ffffff,
    #f8f8f8 100%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle farthest-corner,
    #ffffff,
    #f8f8f8 100%
  );
  background-image: radial-gradient(
    50% 50%,
    circle farthest-corner,
    #ffffff,
    #f8f8f8 100%
  );
}
.frame:after {
  content: "";
  position: absolute;
  display: block;
  width: 145%;
  height: 145%;
  top: -22.5%;
  left: -22.5%;
  background: #f8f8f8;
  z-index: -2;
  box-shadow: 0px 1em 2em -1em rgba(0, 0, 0, 0.4),
    0px 2em 2em -1em rgba(0, 0, 0, 0.3), 0px 3em 2em -1em rgba(0, 0, 0, 0.2),
    0px 4em 1.5em -1em rgba(0, 0, 0, 0.15), 0px 2em 4em 0.5em rgba(0, 0, 0, 0.1),
    inset 0 0.2em 0.1em #fff;
}
.frame img {
  background: #fff;
  position: relative;
  display: block;
  width: 88%;
  height: auto;
  padding: 6%;
  box-shadow: inset 0px 0.3em 0.1em rgba(0, 0, 0, 0.2);
}

#locBox1 img,
#locBox2 img,
#locBox3 img {
  margin: 0px;
}
#confTerms {
  position: fixed;
  top: 80px;
  z-index: 999999;
}
#confTerms .alert {
  padding: 0px;
  background-color: #fff;
}
#confTerms .close {
  margin-right: 10px !important;
  top: 4px;
}
#confTerms p {
  text-align: center;
  padding: 0px;
}

#bookAlert {
  position: fixed;
  top: 80px;
  z-index: 999999;
}

.is-wrapper p a {
  color: #3049c8;
  font-weight: 500;
  z-index: 10!important;
}
.heading {
  text-align: center;
}

a {
  text-decoration: none !important;
}
@media only screen and (max-width: 479px) {
  #miniB {
    display: none !important;
  }
  
}
.parallax-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-image: url(../assets/images/background-2000x1126-86.jpg);
}


.datepicker { 
    z-index: 999999 !important;
}



@media only screen and (max-width: 990px) { 
.hidden-small{display: none !important;}
p, h1, h2, h3{padding-left:10px!important;padding-right:10px!important; text-align:center;}
}
