/*
Author: Hari Thallapelly
Template: WS12
*/

/**
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: content-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
body {
  background: #EEEEEE;
}
a {
  text-decoration: none;
  color: #B85A5A;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  color: #B85A5A;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
  color: #71695F;
  font-weight: 300 !important;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
  line-height: 1.1;
}
h3 {
  font-size: 22px;
  line-height: 1.1;
}
h4 {
  font-size: 18px;
  line-height: 1.2;
}
h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
}
.sub-heading {
  font-size: 20px;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b, strong {
  font-weight: 700;
}
cite, dfn, em, i {
  font-style: italic;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}
blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
dl {
  margin-bottom: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 24px;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin: 0 0 0 20px;
}
img {
  border: 0;
  max-width: 100%;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
input, textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #767676;
}
hr {
  border-top: 1px solid #DDDDDD;
  margin: 20px 0;
}
.divider {
  border-top: 1px dotted #AD9F8F;
  padding-top: 20px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  background-color: #EEEEEE;
  background: url(../images/body-bg.png) repeat-x top;
}
.clear {
  clear: both;
}


/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header {
  background-color: inherit;
  margin: 0 auto;
  top: 0; /* Background for header section, change it to none if you don't want or change it to match the logo */
}
.stick {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.headerwrapper {
  max-width: 1160px;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background-color: inherit; /* Background for header wrap with logo and right content */
  display: block;
  padding: 0;
  clear: both;
  position: relative;
}
.headerleft {
  float: left;
  text-align: left;
  margin: 0;
  z-index: 999;
}
.headerleft a {
  display: table;
  background: inherit;
  padding: 10px;
}
.headerleftscroll {
  float: left;
  text-align: left;
  margin: 0;
  z-index: 999;
  width: 20%;
  max-width: 100%;
  display: none;
}
.displaylogo {
  display: block !important;
}
.displaynone {
  display: none;
}
.logosmall {
  width: 15% !important;
}
.logosmall img {
  width: 65% !important;
}
.headerright {
  float: right;
  text-align: right;
  max-width: 100%;
  padding: 40px 10px 0 10px;
}
.mobileph {
  display: none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color: none; /* Background for header section, change it to none if you don't want or change it to match your requirements */
  clear: both;
  padding: 0;
  margin: 5px 0;
}
.menuwrapper {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.menuwrapper ul{
  width: 100%;
  padding: 0;
  background: #8E8E8E; /* Old browsers */
  background: -moz-linear-gradient(top,  #8E8E8E 0%, #8E8E8E 51%, #5F5F5F 52%, #5F5F5F 52%, #5F5F5F 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E8E8E), color-stop(51%,#8E8E8E), color-stop(52%,#5F5F5F), color-stop(52%,#5F5F5F), color-stop(99%,#5F5F5F)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* IE10+ */
background: linear-gradient(to bottom,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* W3C */
}
.menuwrapper ul li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px solid #2F2F2F;
}
.menuwrapper ul li a {
  padding: 3px 15px 3px 15px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  margin: 5px 4px;
  text-decoration: none;
}
.menuwrapper ul li a:hover {
  background-color: #EEEEEE;
  color: #2F2F2F;
  border-radius: 5px;
}
.menuwrapper ul li a.active {
  background-color: #EEEEEE;
  color: #2F2F2F !important;
  border-radius: 5px;
}
.fa {
  padding-right: 3px;
}
.sticky{
  position: fixed !important;
  z-index: 9999;
  top:0;
  width:100% !important;
  left:0;
  background: #8E8E8E; /* Old browsers */
  background: -moz-linear-gradient(top,  #8E8E8E 0%, #8E8E8E 51%, #5F5F5F 52%, #5F5F5F 52%, #5F5F5F 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E8E8E), color-stop(51%,#8E8E8E), color-stop(52%,#5F5F5F), color-stop(52%,#5F5F5F), color-stop(99%,#5F5F5F)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* W3C */
  height:41px;
}
.sticky ul{
  width:1160px;
  margin:0 auto;
}

/********************************************
Mobile
********************************************/
#mfToggleText {
  display: inline-block;
  margin-left: 10px;
}
#mfToggleMenu {
  display: none;
  cursor: pointer;
  color: #fff; /* Colour for show and hide menu in mobile versions */
  text-decoration: none;
  padding: 7px 10px;
  margin: 0 20px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  background: #8E8E8E; /* Old browsers */
  background: -moz-linear-gradient(top,  #8E8E8E 0%, #8E8E8E 51%, #5F5F5F 52%, #5F5F5F 52%, #5F5F5F 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E8E8E), color-stop(51%,#8E8E8E), color-stop(52%,#5F5F5F), color-stop(52%,#5F5F5F), color-stop(99%,#5F5F5F)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #8E8E8E 0%,#8E8E8E 51%,#5F5F5F 52%,#5F5F5F 52%,#5F5F5F 99%); /* W3C */
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.slider {
  background-color: transparent; /* Background colour for slider section, change it to match your requirements */
  padding: 0;
  margin: 0 0 10px 0;
}
.sliderwrapper {
  text-align: center;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.sliderleft {
  float: left;
  width: 32%; /* Change to 100% if slider images are 100% */
  text-align: left;
  background-color: #FFF;
  padding: 1px;
}
.sliderright {
  float: right;
  width: 63%;;
  max-width: 63%; /* Change to 100% for full width slider images */
  text-align: center;
  background-color: #FFF;
  padding: 20px;
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
#pageTitle {
  margin: 0 0 0 0;
  position: relative;
  z-index: 99;
}
.pagetitleh1 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.primaryCompanyColor {
  color: #71695F !important;
  line-height: 60px;
  padding: 0 10px;
}
.content {
  background-color: inherit; /*Background colour for content section, change it to none if you want the same background for whole website or change it to match your requirements*/
  padding: 0;
  clear: both;
  margin-top: 10px;
}
.contentwrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.grid-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.row {
  margin: 0 0 25px 0;
}
/******* ClearFix Hack ********/
.row:before, .row:after {
  content: "";
  clear: both;
  display: table;
}
[class*='col-'] {
  float: left;
  min-height: 1px;
  /**** Add Gutter ****/
  margin-right: 2.5%;
}
.col-1 {
  width: 6.0%;
}
.col-2 {
  width: 14.5%;
}
.col-3 {
  width: 23%;
}
.col-4 {
  width: 31.6%;
}
.col-5 {
  width: 40.0%;
}
.col-6 {
  width: 48.7%;
}
.col-7 {
  width: 57.5%;
}
.col-8 {
  width: 65.9%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83.0%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
}
.row div:last-of-type {
  margin-right: 0;
}
.outline, .outline * {
  border: 1px solid #691405;
}
[class*='col-'] > p {
  color: #525252;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
[class*='col-'] {
  /*background-color: #f3f3f3;*/
}
.col-content {
  width: 100%;
  padding: 10px 0;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #EEEEEE; /* Background colour for footer section, change it to none if you want image as background for whole website or change it to match your requirements */
  padding: 0;
  margin: 0;
  border-top: 4px solid #5F5F5F;
}
.footerwrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background-color: #EEEEEE;
  display: table;
  clear: both;
  color: #525252;
  font-size: 12px;
}
.footertopwrapper {
  padding: 20px 10px 5px 10px;
}
.footerbottomwrapper {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #000000;
  margin-top: 10px;
  padding: 0 10px;
}
.footercontent {
  max-width: 50%;
  width: 100%;
  float: left;
  clear: right;
}
.footercontent a {
  text-decoration: none;
  display: inline;
  color: #B85A5A;
}
.footercontent a:hover {
  text-decoration: underline;
}
.footersocial {
  max-width: 45%;
  width: 100%;
  float: right;
  text-align: right;
}
.footerleft {
  float: left;
  clear: right;
  max-width: 50%;
  width: 100%;
}
.footerright {
  float: right;
  max-width: 50%;
  width: 100%;
  text-align: right;
  padding-top: 10px;
}
.footerright a {
  color: #B85A5A;
  text-decoration: none;
}
.footerright a:hover {
  text-decoration: underline;
}
footer ul {
  margin: 0;
  padding-left: 0 !important;
}
.footernav {
  list-style: none;
  margin: 10px 0;
  padding: 0 0 10px 0;
}
.footernav li {
  display: inline;
}
.footernav li a:first-child {
  padding-left: 0 !important;
}
.footernav li a {
  text-decoration: none;
  display: inline;
  color: #B85A5A;
  padding: 0 7px;
}
.footernav li a:hover {
  text-decoration: underline;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}
.button {
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none !important;
  cursor: pointer;
}
.buttonlarge {
  padding: 10px 30px !important;
  font-size: 125%;
  border: 2px solid #000;
}
.buttonbooknow {
  background-color: #8E8E8E;
  color: #FFF;
}
.buttonbooknow:hover {
  background-color: #5F5F5F;
  color: #FFF;
}
.buttonenquire {
  background-color: #8E8E8E;
  color: #FFF;
}
.buttonenquire:hover {
  background-color: #5F5F5F;
  color: #FFF;
}
.buttonvisitsite {
  background-color: #8E8E8E;
  color: #FFF;
}
.buttonvisitsite:hover {
  background-color: #5F5F5F;
  color: #FFF;
}

/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
  clear: both;
}
.contentboxcontent {
  clear: both;
}
.contentboximagewrapper {
  display: table-cell;
  min-width: 307px;
}
.contentboximage {
  max-width: 100%;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 10px 10px 10px 10px !important;
  background-color: #FFF;
}
.contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.contentboxtext h2 {
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.contentboxfooter {
  border-top: 1px solid #DDDDDD;
  padding: 10px 0;
}
.contentboxfooter h3 {
  float: left;
  clear: right;
  padding: 0 0 0 10px;
  margin: 0;
}
.contentboxfooterbuttons {
  /* Just a container */
}
.contentboxfooterbuttons::after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}
.contentboxfooterbuttons a {
  margin-right: 10px;
}

/********************************************
Client Reviews
********************************************/
.reviews-inner {
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}
.reviews-inner:nth-child(even) {
  /*background-color: #EEE;*/
}
.reviews-inner:last-child {
}
.reviews-inner h4 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.reviews-inner p.review-date {
  margin: 0;
  padding: 0;
  text-align: right;
}
.reviews-inner blockquote {
  border: none;
  background: transparent;
  margin: 0 0 5px 0;
  padding: 0 20px 0 20px;
  quotes: "\201C""\201D""\201C""\201D";
}
.reviews-inner blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right: 5px;
}
.reviews-inner blockquote p {
  display: inline;
  margin: 0;
}
.reviews-inner blockquote cite {
  display: block;
  margin: 0 0 0 20px;
}
.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}
.reviews-inner blockquote + br {
  display: none;
}

/********************************************
Other
********************************************/
a[href^=tel]{
  color: inherit;
  text-decoration: none;
}
.content-padding {
  padding: 0 10px;
}
article {
  margin-bottom: 20px;
}
.articleblock {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #DDDDDD;
  margin-top: 10px;
}
.articleblock img {
  margin-right: 20px;
}
.contactblock {
  background-color: #EEEEEE;
  padding: 10px 10px 15px 10px;
  border: 1px solid #DDDDDD;
  margin: 20px;
}
.locationcontactblock {
  background-color: #EEEEEE;
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.contactblock strong, .locationcontactblock strong {
  color: #000000;
}
.summary-container {
  margin: 0 0 20px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.summary-container img {
  width: 100%;
}
.summary {
  bottom: -153px;
  font-size: 13px;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  text-shadow: 1px 1px 2px #111111;
  filter: dropshadow(color=#111111, offx=1, offy=1);
}
.summary h3 {
  color: #fff;
  padding: 5px 0;
}
.summary p {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0 0 0;
  color: #fff;
}
.headingColorBG {
  background: rgba(24, 49, 71, 0.8);
}
.moreinfo {
  background-color: #941d3b;
  color: #fff;
  padding: 2px 5px;
  float: right;
}
.secondaryCompanyColor {
  color: #0092CC;
}
.col-content ul {
  padding-left: 30px;
}
.gallery {
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
}
.style {
  max-width: 500px;
  width: 100%;
  margin: 0 auto !important;
}
.attractions-list ul {
  float: left;
  margin-top: 0;
  margin-left: 30px;
  padding-left: 30px;
}
.alt-attractions-list ul {
  margin-top: 0;
  margin-left: 30px;
  padding-left: 30px;
}
.attractions-list {
  overflow: auto;
}
.alt-attractions-list .button {
  margin-left: 40px;
}
.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.minheight {
  min-height: 246px;
}
.badges {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.amenities, .affiliations {
  margin: 2px;
  border: none;
}


/**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width:960px) {
  #mfToggleMenu {
    display: block;
  }

  .headerwrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    background-color: inherit; /*Background for header wrap with logo and right content */
    display: block;
    padding: 0;
    clear: both;
    height: auto;
  }

  nav {
    width: 100%;
    float: none;
    background-color: inherit; /*Background for header section, change it to none if you don't want or change it to match your requirements*/
    clear: both;
    padding: 0;
    margin: 5px 0;
    text-align: left;
  }

  .menuwrapper {
    position: static;
  }

  .menuwrapper ul {
    width: auto;
    padding: 0;
    margin: 0 20px !important;
    background: #5F5F5F;
    display: none;
    max-width: 100%;
  }

  .menuwrapper ul li {
    list-style-type: none;
    display: block;
    zoom: 1;
    width: 100%;
    border-right: none;
    border-top: 1px solid #8E8E8E;
  }

  .menuwrapper ul li a {
    padding: 5px 5px 5px 5px !important;
    font-size: 15px;
    text-align: center;
  }

  .footertopwrapper, .footerbottomwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerleft, .footerright {
    /* padding: 0;
    max-width: 40%; */
  }

  .footerleft {
    float :none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
  }

  .footerright {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footernav {
    margin: 10px 0 0 0;
    padding: 0;
  }

  .sliderwrapper h1 {
    font-size: 95%;
  }

  .sliderleft {
    float: none;
    width: 98%;
    margin: 0 auto;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .sliderright {
    float: none;
    width: 98%;
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .minheight {
    min-height: inherit;
  }

  .home-accom {
    width: 45%;
  }

  .home-loc {
    width: 45%;
  }

  .home-act {
    width: 45%;
  }
}

@media screen and (max-width:767px) {
  .site {
    background: none;
  }

  .sliderwrapper {
    font-size: 100%;
  }

  .sliderwrapper h1 {
    font-size: 25px;
  }

  .sliderwrapper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    clear: both;
  }

  .sliderleft {
    float: none;
    margin: 0 auto;
    text-align: left;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .sliderright {
    float: none;
    clear: both;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }

  .footertopwrapper, .footerbottomwrapper {
  }

  .footerleft {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .footerright {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #pageTitle {
    margin: 0;
    position: relative;
    z-index: 2;
  }

  .pagetitleh1 {
    width: 100%;
    margin: 0 auto;
  }

  .primaryCompanyColor {
    color: #71695F !important;
    line-height: 40px;
    font-size: 20px !important;
  }

  .slogan {
    color: #fff !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 40px;
    font-size: 28px !important;
  }

  .reviews-inner blockquote {
    padding: 0;
  }
}

@media screen and (max-width:625px) {
  .contentboximagewrapper {
    display: block;
    text-align: center;
  }

  .contentboximage {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin: 10px 0;
  }

  .contentboxtext {
    display: block;
    text-align: left;
    max-width: 100%;
    width: auto;
    vertical-align: top;
    padding: 0 10px 0 10px;
  }

  .home-accom {
    width: 70%;
    float: none;
    margin: 0 auto;
  }

  .home-loc {
    width: 70%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .home-act {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width:580px) {
  .mobileph {
    display: block;
    background-color: inherit;
    color: inherit;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }

  a[href^=tel] {
    color: inherit;
    text-decoration: underline;
  }

  header {
    background-color: inherit;
    margin: 0 auto;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 9999; /* Background for header section, change it to none if you don't want or change it to match the logo */
  }

  .headerwrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    background-color: inherit; /* Background for header wrap with logo and right content */
    display: block;
    padding: 0;
    clear: both;
  }

  .headerleft {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .headerleft img {
    display: block;
    float: none;
    width: 100%;
  }

  .headerleft a {
    display: table;
    text-align: center;
    margin: 0 auto;
  }

  .headerright {
    float: none;
    text-align: center;
    max-width: 100%;
    clear: both;
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
  }

  .headerright-content {
    padding-right: 0;
  }

  .headerright-content p {
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0;
  }

  .headerright-content ul {
    margin: 0 !important;
  }

  .col-content {
    padding: 10px 5px;
  }

  #pageTitle {
    margin: 0;
    position: relative;
    z-index: 2;
  }

  .pagetitleh1 {
    max-width: 100%;
    margin: 0 auto;
  }

  .primaryCompanyColor {
    color: #71695F !important;
    line-height: 30px;
    padding-left: 10px;
  }

  .footercontent {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .footersocial {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .headerwrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    background-color: inherit; /*Background for header wrap with logo and right content */
    display: block;
    padding: 0;
    clear: both;
  }

  .headerleft {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .headerleft img {
    display: block;
    float: none;
    width: 100%;
  }

  .contentboxfooter {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
  }

  .contentboxfooter h3 {
    float: none;
    clear: right;
    padding: 0 0 0 10px;
    margin: 0;
  }

  .contentboxfooterbuttons a {
    margin: 10px;
    float: none;
  }

  .button {
    display: block;
    max-width: 100% !important;
    text-align: center;
  }

  .home-accom {
    width: 98%;
    float: none;
    margin: 0 auto;
  }

  .home-loc {
    width: 98%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .home-act {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width:320px) {
  .contentboximage {
    max-width: 100%;
    padding: 5px 0;
    border: none;
    margin: 0;
  }
}