/* VARIABLES */
/* dark brown */
/* yellow */
/* grey water*/
/* MIXINS */
/* to usemixins: .mystyle { @include border-radius(10px); }   */
/* animation for auction button */
.animatebutt span {
  position: absolute;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); } }
@keyframes rotate {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); } }
/* end animation */
/* CSS GLOBALS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #251802;
  text-align: center;
  width: 100%; }

h1 {
  font-size: 1.9em;
  line-height: 1.1;
  border-left: solid 20px #a1a55d;
  text-align: left;
  padding-left: 15px; }

.home h1 {
  border-left: none;
  text-align: center;
  padding-left: auto; }

h2 {
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 3px;
  margin-bottom: 8px; }

h3 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 3px; }

h4 {
  font-size: 1.3em;
  line-height: 1.2;
  padding-top: 12px;
  margin-bottom: 4px;
  text-align: left;
  border-bottom: 1px solid #251802;
  padding-bottom: 3px; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #251802;
  font-size: 1.3em;
  height: 100vh; }

p {
  margin-top: 0.5rem; }

a {
  color: #251802; }

a:hover {
  background-color: #251802;
  color: white; }

img {
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  max-width: 100% !important; }

.thumbnail {
  width: 100%; }

img.stdWidth {
  width: auto !important; }

.button {
  background-color: #a1a55d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: white; }

.button:hover {
  background-color: #251802; }

.button.secondary {
  background-color: #251802; }

.button.secondary:hover {
  background-color: #a1a55d;
  color: white; }

/*.rowbg1 h1, .rowbg1 h2,.rowbg1 h3,.rowbg1 h4,.rowbg1 h5,.rowbg1 h6, .rowbg1 label{
	color: white;
}
*/
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6, .callout label, .callout {
  color: black; }

.callout.primary, .callout.success {
  background-color: #251802;
  color: white; }

.rowpadding {
  padding-top: 50px;
  padding-bottom: 50px; }

.button .success {
  background-color: #6e7377; }

img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.whitebg {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  h1 {
    font-size: 1.5em;
    line-height: 1.3; }

  h2 {
    font-size: 1.4em;
    line-height: 1.3; }

  h3 {
    font-size: 1.2em;
    line-height: 1em; }

  body {
    font-size: 1.2em; }

  .rowpadding {
    padding-top: 30px;
    padding-bottom: 30px; } }
/* small */
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 1.6em;
    line-height: 1.4; }

  h1 span {
    display: none; }

  h2 {
    font-size: 1.2em;
    line-height: 1.3; }

  h3 {
    font-size: 1.1em;
    line-height: 1em; }

  body {
    font-size: 1.1em; }

  p {
    line-height: 1.3em; }

  .rowpadding {
    padding-top: 20px;
    padding-bottom: 20px; }

  /*.wow {
  	visibility: visible !important;
  	-webkit-animation-name: none !important;
  	-o-animation-name: none !important;
  	animation-name: none !important;
  	}
  	*/ }
/* Variables */
/* Small Navigation */
.logo-small {
  float: right; }

.logo-small img {
  max-width: 58px !important; }

.title-bar {
  padding: 0 .5rem;
  background-color: transparent; }

.menu-icon::after {
  background: #251802;
  box-shadow: 0 7px 0 #251802, 0 14px 0 #251802; }

.title-bar a, .title-bar a:hover {
  background-color: transparent;
  color: #251802;
  margin-top: 4px; }

.menu-icon,
.title-bar-title {
  position: relative;
  top: 17px;
  color: #251802 !important; }

.top-bar {
  padding: 0px; }

.top-bar, .top-bar ul {
  background-color: transparent; }

.top-bar-left, .top-bar-right {
  margin-top: 50px; }

a.back-to-top {
  display: none;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 51px;
  height: 51px;
  z-index: 100;
  color: #251802;
  background-color: white;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  text-align: center; }

a.back-to-top .fa {
  position: relative;
  top: -4px; }

/* to hide menu on load*/
.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }

  .no-js .title-bar {
    display: none; } }
/* end hide menu onload */
/* Medium-Up Navigation */
@media screen and (min-width: 40rem) {
  .top-bar .menu > li > a {
    background-color: #a1a55d;
    color: white;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .top-bar .menu > li.highlight > a {
    background-color: #251802; }

  .top-bar .menu > li > a:hover {
    background-color: #251802;
    color: white; }

  .home .top-bar-left .menu li:first-of-type a, .top-bar-left .menu li:first-of-type a {
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px; }

  .home .top-bar-right .menu li:last-of-type a, .top-bar-right .menu li:last-of-type a {
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px; }

  .title-bar {
    float: right;
    margin-right: 10px; }

  .logo-wrapper {
    position: relative; }
    .logo-wrapper .logo {
      width: 390px;
      height: 120px;
      position: absolute;
      left: 50%;
      right: 50%;
      top: 5px;
      margin-left: -195px; }

  .logo a:hover {
    background-color: transparent !important; }

  .top-bar-right {
    width: 50% !important;
    padding-left: 230px; }
    .top-bar-right ul {
      float: left !important; }

  .top-bar-left {
    width: 50% !important;
    padding-right: 230px; }
    .top-bar-left ul {
      float: right !important; } }
/* white bg nav*/
/* Medium Screens */
@media only screen and (min-width: 68em) {
  .navbg .logo img {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px; } }
.navbg {
  background-color: #fbfcfd;
  background-image: url(../../img/menu/new-nav-bg.jpg);
  background-repeat: no-repeat;
  border-bottom: solid 6px #a1a55d;
  padding-bottom: 0px;
  background-position: bottom right; }

.navbg .top-bar-right {
  width: auto !important;
  padding-left: 0px;
  margin-top: 40px; }

.navbg .logo {
  width: auto;
  height: auto;
  position: relative;
  left: 0px;
  right: auto;
  top: 0px;
  margin-left: 0px;
  float: left;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.logo.columns {
  padding-left: 0px; }

.navbg .top-bar-right .menu li:first-of-type a {
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px; }

.navbg .top-bar .menu > li > a:hover {
  background-color: #251802;
  color: white; }

.menu > li > a {
  font-size: 0.9em;
  padding: 10px 12px; }

.flash {
  float: right;
  background-color: #251802;
  color: white;
  padding: 3px 8px 5px 3px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  font-size: 0.7em;
  position: absolute;
  top: 0px;
  left: 40%; }

.flash a {
  color: white;
  padding-left: 20px; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .navbg {
    min-height: 170px; }

  .home .top-bar-right .menu li:last-of-type a, .top-bar-right .menu li:last-of-type a, .navbg .top-bar-right .menu li:first-of-type a, .top-bar-right .menu li:last-of-type a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

  .top-bar .menu > li > a {
    font-size: 1em;
    padding: 6px; }

  .logo-wrapper .logo {
    width: 250px;
    height: auto;
    margin-left: -125px; }

  .top-bar-left {
    width: auto;
    padding-right: 155px; }

  .top-bar-right {
    width: auto;
    padding-left: 155px; }

  .navbg .top-bar-right {
    margin-top: 5px; }

  .flash {
    display: none; }

  .navbg .logo {
    margin-left: 20px; } }
/* small */
@media only screen and (max-width: 40em) {
  .navbg {
    min-height: 10px; }

  /* white bg nav*/
  .navbg .top-bar-right {
    width: 100% !important;
    padding-left: 0px;
    margin-top: 0px; }

  .navbg .top-bar-right .menu li:first-of-type a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

  .top-bar-left, .top-bar-right {
    margin-top: 0px; }

  .menu > li > a {
    background-color: #251802;
    color: white;
    z-index: 100000 !important;
    width: 100%; }

  .menu > li > a:hover {
    background-color: #a1a55d;
    color: white; }

  .flash {
    display: none; }

  .navbg .logo {
    margin-left: 3px; } }
@media only screen and (max-width: 30em) {
  .title-bar-title {
    display: none; } }
.iconlist li {
  margin-bottom: 20px; }

.fa-ul > li i {
  margin-top: -5px; }

.imagelinks .column {
  position: relative; }

.home .imagelinks .column {
  padding-bottom: 40px;
  border-right: 1px solid rgba(110, 115, 119, 0.3); }

.imagelinks a {
  background-color: #251802;
  display: inline-block; }

.imagelinks a:hover {
  background-color: #a1a55d;
  color: #251802; }

.imagelinks img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.imagelinks h2 {
  margin: 0px;
  color: white;
  font-size: 1.0em;
  line-height: 1em;
  position: absolute;
  top: 0%;
  z-index: 20;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(37, 24, 2, 0.9);
  padding: 10px;
  width: 100%; }

.imagelinks .column:hover h2 {
  top: 35%;
  background-color: transparent; }

.home .imagelinks .column:hover h2 {
  top: 25%; }

.imagelinks .column:hover img {
  opacity: 0.5; }

.imagelinks .thumbnail {
  margin-bottom: 0px;
  border: 0px; }

.homeintrotext {
  padding: 30px;
  position: relative; }

.homeintrotext .button {
  position: absolute;
  bottom: 0px;
  max-width: 80%;
  margin-top: 20px; }

.home-small-intro {
  background-color: #a1a55d; }

.home-small-intro h1, .home-small-intro h2 {
  font-size: 1.6em;
  background-color: #a1a55d;
  color: white;
  text-shadow: 0px 0px 9px #251802;
  padding: 5px 30px 5px 6px;
  margin-left: 0px;
  margin-right: auto;
  width: auto !important;
  text-align: left; }

.home-small-intro h2 {
  font-size: 1.2em; }

.home-small-intro p {
  font-size: 1em;
  line-height: 1.4em;
  padding-left: 10px;
  padding-right: 120px;
  color: white; }

.home-small-intro .callout p {
  color: #251802; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .imagelinks h3 {
    font-size: 1.1em;
    line-height: 1em; }

  .imagelinks .column h2 span {
    display: none; }

  .homeintrotext {
    padding: 10px;
    position: relative;
    font-size: 0.9em; } }
/* small */
@media only screen and (max-width: 40em) {
  .title-bar {
    background-color: rgba(255, 255, 255, 0.83);
    padding: 5px; }

  .home .imagelinks .column, .imagelinks .column {
    overflow: visible;
    padding: 0px;
    background-color: #251802 !important; }

  .imagelinks h2 {
    font-size: 0.8em;
    line-height: 1em;
    position: relative;
    top: 0px;
    padding: 5px;
    text-transform: uppercase; }

  .imagelinks .column:hover h2 {
    top: 0px; }

  .imagelinks .column h2 span {
    display: none; }

  .fa-li {
    left: -1.7em !important;
    padding-right: 10px; }

  .homeintrotext {
    display: none; }

  .home-small-intro p {
    padding-right: 10px; } }
/*hero */
.heroslider {
  /*height: 61.8vh;
  min-height: 450px;
  background-size: cover;
  position: relative;
  max-height: 1119px;
  background-repeat: no-repeat;*/ }

.heroslider img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  width: 100%; }

.heroslider h1 {
  font-size: 2.3em;
  color: white;
  text-shadow: 0px 0px 9px #251802;
  padding: 5px 30px 5px 30px;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  /* background-color: rgba(0,89,87,0.2); */ }

.heroslider h2 {
  font-size: 1.9em;
  padding: 15px;
  background-color: rgba(255, 251, 251, 0.2);
  text-shadow: 0px 0px 9px white;
  margin: 0px; }

.headingoverlay {
  position: absolute;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center; }

.home .headingoverlay {
  top: 20%; }

.lightbg {
  background-color: rgba(255, 255, 255, 0.79);
  width: 100%;
  padding: 20px;
  text-align: left; }

.home .lightbg {
  font-size: 0.7em; }

.greenflag-logo {
  position: absolute;
  bottom: 0px;
  z-index: 10; }

.arrow {
  color: white;
  z-index: 100;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 90%;
  text-shadow: 0px 0px 9px black; }

.arrow a {
  color: white;
  text-shadow: 0px 0px 9px black;
  background-color: transparent; }

.arrow a:hover {
  color: white;
  text-shadow: 0px 0px 9px black;
  background-color: transparent; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .heroslider h1 {
    font-size: 2.3em; }

  .home-small-intro h1 {
    font-size: 1.5em;
    background-color: #a1a55d;
    color: white;
    padding: 20px; }

  .lightbg {
    padding: 10px; } }
/* small */
@media only screen and (max-width: 40em) {
  .headingoverlay {
    position: relative;
    top: 100px; }

  .home-small-intro h1 {
    font-size: 1.5em;
    background-color: #a1a55d;
    color: white;
    padding: 20px; }

  .heroslider.subhero {
    min-height: 250px; }

  .heroslider h1 {
    font-size: 1.5em; }

  .arrow {
    display: none; } }
.list-group-item {
  padding: 10px;
  width: 100%;
  border: solid 1px rgba(110, 115, 119, 0.8);
  border-bottom: none; }

.list-group .list-group-item:last-child {
  border-bottom: solid 1px rgba(110, 115, 119, 0.8); }

.underlay {
  background-size: cover;
  background-attachment: fixed; }

.underlay .rowpadding {
  padding-bottom: 5px; }

.subpageHeading {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.72);
  padding: 10px 4px 4px 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.accommodation-text .columns {
  padding: 50px; }

/*.overlay {
background: transparent url(../../img/menu/overlay.png);	
	background-attachment: fixed;
}
*/
.picgroup {
  background-color: rgba(255, 255, 255, 0.59);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px; }

.picgroup h2 {
  margin-top: 5px;
  margin-bottom: 10px; }

.gallery img {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.gallery img:hover {
  margin-bottom: 15px;
  margin-top: 15px; }

.gallery {
  text-align: center; }

.back-to-top i {
  font-size: 60px; }

.meals p, .meals ul {
  font-size: 0.8em;
  line-height: 1.1em; }

.meals hr {
  margin: 0px; }

.meals h2, .meals h2, .meals h4 {
  font-size: 1em; }

.meals h1 {
  font-size: 1.3em; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .accommodation-text .columns {
    padding: 35px; }

  .gallery {
    padding-bottom: 40px; }

  .gallery img:hover {
    margin-bottom: 30px;
    margin-top: 0px; }

  .subpageHeading {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 10px 4px 4px 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; } }
/* small */
@media only screen and (max-width: 40em) {
  .accommodation-text .columns {
    padding: 25px; }

  .picgroup {
    background-color: transparent; }

  .picgroup h2, .picgroup small {
    background-color: white;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }

  .gallery {
    padding-bottom: 20px; }

  .gallery img:hover {
    margin-bottom: 30px;
    margin-top: 0px; } }
@media only screen and (max-width: 40em) {
  /* prettyPhoto styling for small screens */
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important; }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important; }

  .pp_content {
    width: 100% !important;
    height: auto !important; }

  .pp_fade {
    width: 100% !important;
    height: 100% !important; }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }

  #pp_full_res img {
    width: 100% !important;
    height: auto !important; }

  .pp_details {
    width: 99% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; }

  a.pp_close {
    right: 10px !important;
    top: 10px !important; } }
.imagelinks.auctionpage h2 {
  font-size: 0.6em;
  padding: 5px;
  background-color: rgba(37, 24, 2, 0.4); }

.subscribe .columns, .details .columns {
  padding: 0px !important; }

.subscribe fieldset, .details fieldset {
  padding: 35px !important;
  border: solid 1px #251802;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px; }

.subscribe legend, .details legend {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
  padding: 4px; }

table.details, table.details tbody, table.details tbody tr, table.details tbody tr td, table.details tbody tr th {
  background-color: transparent;
  padding: 6px;
  border: none; }

.details th {
  text-align: left;
  width: 25%; }

.callout.secondary {
  background-color: rgba(161, 165, 93, 0.8) !important; }

table.animals {
  border: solid 1px #6e7377; }

/* Medium Screens */
/* small */
@media only screen and (max-width: 40em) {
  table.details, table.details tbody, table.details tbody tr, table.details tbody tr td, table.details tbody tr th {
    padding: 2px; }

  .details th {
    width: auto; }

  .subscribe {
    position: relative;
    left: -25px; }

  #rc-imageselect, .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-right: 0px; }

  .callout.bookingcall {
    border: none;
    padding: 0px;
    box-shadow: none; }

  .subscribe fieldset {
    padding: 3px !important;
    padding-left: 15px !important;
    margin-bottom: 5px;
    border: none;
    background-color: rgba(228, 227, 227, 0.6); }

  .details fieldset {
    padding: 3px !important;
    padding-left: 15px !important; }

  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    width: 90%; } }
.accordion-title, .accordion-title a:visited {
  color: #251802;
  font-size: 1.2em; }

.accordion-title:hover, .is-active .accordion-title {
  background-color: #251802;
  color: white; }

/* Medium Screens */
/* small */
blockquote, blockquote p {
  color: #251802; }

cite {
  font-size: 0.8em;
  color: #251802; }

blockquote {
  background-color: #C5DAFB;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 15px;
  padding-bottom: 9px; }

blockquote .date {
  font-size: 0.8em;
  color: #6e7377; }

/* Medium Screens */
/* small */
.bookingform {
  border: 1px white solid;
  padding: 30px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.is-invalid-label {
  background-color: white;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

table.contacttable, table.contacttable tbody, table.contacttable tbody tr, table.contacttable tbody tr td, table.contacttable tbody tr th {
  background-color: transparent;
  padding: 5px;
  border: none;
  line-height: 1em; }

.contacttable th {
  text-align: left !important;
  width: 25%; }

.rates small {
  text-align: center;
  width: 100%; }

/* Safari Reviews */
.sn-review-subject, #rptReviews_lblSubject_0 {
  display: block !important;
  font-weight: bold !important;
  margin-bottom: 3px;
  font-size: 1.2em; }

.sn-review-reviewer, #rptReviews_lblReviewer_0 {
  font-style: italic;
  display: block; }

.sn-review-date, #rptReviews_lblDate_0 {
  display: block;
  font-weight: bold; }

#A1 {
  display: none !important; }

/* Medium Screens */
/* small */
footer {
  background-color: #251802;
  color: white; }

footer a, footer a:link, footer a:hover, footer a:visited {
  color: white !important; }

footer h4 {
  color: rgba(253, 247, 247, 0.86);
  text-align: left; }

.partners a {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 9px; }

.partners a:hover {
  background-color: white; }

.partners.rowpadding {
  padding-top: 50px;
  padding-bottom: 50px; }

.movie img {
  max-width: 150px !important; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .partners.gallery img {
    max-height: 100px;
    margin-bottom: 0px; } }
/* small */
@media only screen and (max-width: 40em) {
  footer h4 {
    font-size: 1.4em;
    margin-top: 20px; }

  .partners a {
    padding: 4px;
    margin-bottom: 8px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }

  .partners.gallery img {
    margin-bottom: 0px; } }
