/* CSS Document

/**********************************************
MINI RESET
***********************************************/

.galplaceholder {
  background:#333;
  height:600px;
}

* {
  margin: 0;
  padding: 0;
  border:none;
  text-decoration:none;
  font-weight:normal;
}

:focus {
  outline: 0;
}

ul {
  text-align:left;
  margin:15px 0 20px 40px;
}

li {
  margin-top:3px;
}

strong {
  font-weight:bold;
}

body {
  font-size:13px;
  color:#1f1f1f;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
}

::selection {
  background: #a3e3f3; /* Safari */
}

::-moz-selection {
  background: #a3e3f3; /* Firefox */
}

/**********************************************
TEMPLATE CSS
***********************************************/
h1 {
  font-size:30px;
  color:#9f2122;
}

h2 {
  font-size:25px;
}

h3 {
  font-size:20px;
  margin-top:15px;
}

h4 {
  font-size:15px;
}

h1,h2,h3,h4{
  margin-bottom:10px;
}

p {
  margin-bottom:15px;
  line-height:19px;
}

a {
 color:#f27820;
}

a:hover {
  color:#313131;
}

.footerContent ul, .footerContent li {
  padding:0;
  margin:0;
  list-style:none;
}

.footerContent ul {
  overflow:auto;
}

.footerContent {
  overflow:auto;
  color:#818181;
  font-size:11px;
}

.footerContent li {
  float:left;
  margin-bottom:0px;
  display:block;
}

.footerContent li a {
  padding:0px 10px 10px 0;
  font-size:13px;
  color:#bcbcbc;
  display:block;
  text-transform:uppercase;
}

.footerContent li a + .footerContent li a {
  color:#C00!important;
}

.clearFloat {
  clear:both;
}

.floatLeft {
  float:left!important;
}

.floatRight {
  float:right!important;
}

.clearMargin {
  margin:0px!important;
}

.clearPadding {
  padding:0px!important;
}

.centerText {
  text-align:center;
}

body {
  background:#cbd9f3 url(../images/main-background.jpg) no-repeat;
}

.wrap {
  width:990px;
  max-width:100%;
  margin:35px auto 35px auto;
  background-color:#282523;
  overflow:hidden;
}

.leftCol {
  width:27%;
}

.leftCol .content {
  padding:25px;
  background:#282523;
}

.rightCol{
  width:73%;
}

.rightCol .content, .rightCol .contentAbout, .rightCol .contentActivities {
  padding:25px 35px 25px 35px;
  background:#fff;
}

.rightCol .contentAbout {
  min-height: 745px;
}

.rightCol .contentActivities {
  min-height: 605px;
}

.logoContainer {
  background:#fff;
  border-right:1px solid #ebebeb;
}

.logoContainer img {
  display:block;
  max-width:100%;
}

.resContact {
  list-style:none;
  padding:0px;
  margin:0 0 15px 0;
}

.resContact li {
  display:block;
  margin:0px;
  color:#9b8f88;
  font-weight:300;
  font-size:16px;
  letter-spacing:2px;
  line-height:30px;
  text-transform:uppercase;
}

.resContact li + li {
  font-size:30px;
  color:#fff;
  letter-spacing:1px;
}

.button {
  display:inline-block;
  color:#fff;
  background:#dd7b35;
  font-size:14px;
  padding:8px;
}

.leftCol .button {
  display:block;
}

.rightCol .button {
  margin-right:3px;
}

.button:hover {
  background:#f19756;
}

.altColour {
  background:#7da754;
}

.altColour:hover {
  background:#7da754;
}

.fotorama__nav {
  background-color:#eeeeee;
}

.button.large {
  font-size:16px;
  text-align:center;
  padding:10px;
}

.footer {
  background-color:#211f1e;
  overflow:auto;
}

.footerAddress {
  display:block;
}

.footer .rightCol {
  background-color:#433b38;
}

.footer .footerSocial {
  text-align: center;
  padding:6px;
}

.footer .footerContent {
  padding:36px;
  min-height:64px;
}

.facebookBtn, .twitterBtn, .youtubeBtn {
  background-color:#507cbe;
  text-align:center;
  color:#fff;
  width:64px;
  height:64px;
  line-height:64px;
  vertical-align:middle;
  display:inline-block;
  font-size:22px;
}

.twitterBtn {
  background-color:#63cdf1;
}

.youtubeBtn {
  background-color:#f16261;
}

.facebookBtn:hover {
  background-color:#6893d5;
}

.twitterBtn:hover {
  background-color:#8de2ff;
}

.youtubeBtn:hover {
  background-color:#ff8180;
}

.imageRightSection, .imageLeftSection, .amenitiesList {
  overflow:auto;
}

.divider {
  border-top:1px solid #ebebeb;
}

.sectionInfo {
  width:58%;
  max-width:100%;
}

.imageRightSection .sectionInfo {
  float:left;
}

.imageRightSection .sectionImg {
  float:right;
}

.imageLeftSection .sectionInfo {
  float:right;
}

.imageLeftSection .sectionImg {
  float:left;
}

.activity {
  border:1px solid #e7e7e7;
  padding:16px;
  overflow:auto;
  margin:0 18px 18px 0;
}

.activity strong {
  display:block;
  margin:8px 0 3px 0;
}

.activity img {
  float:left;
}

.activityInfo {
  float:left;
  margin-left:16px;
  width:40%;
}

.activitiesSection {
  padding:25px 16px 25px 20px !important;
}

.address ul {
  list-style:none;
  overflow:auto;
  margin:0px;
}

.address {
  background-color:#f7f7f7;
  padding:10px;
}

.address ul li {
  width:200px;
  float:left;
  display:block;
  padding:0px 8px 0 8px;
}

.address ul li .button {
  display:block;
  margin-bottom:3px;
}

.address ul li + li {
  width:100px;
}

.address ul li + li + li {
  width:160px;
}

.address ul li + li + li + li{
  width:160px;
}

.breakWords {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.mainNav {
  list-style:none;
  padding:0px;
  margin:0px;
  padding:22px 32px 22px 32px;
  background:#443d3a;
}

.mainNav li, .mainNav li a {
  display:block;
}

.mainNav li {
  margin:0px;
}

.mainNav li a {
  color:#b0ebff;
  text-decoration:none;
  padding:8px;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:1px;
  font-size:18px;
}

.mainNav li a.active, .mainNav li a:hover, .footerContent li a:hover {
  color:#fff;
}

.fa-credit-card {
  margin-right:5px;
}

.amenitiesList li {
  width:148px;
  margin-bottom:3px;
  padding-right:15px;
  display:block;
  float:left;
}

.amenitiesList ul {
  overflow:auto;
  margin:0px;
  list-style:none;
}

.ribbon {
  padding: 10px 20px;
  background:#7da754;
  display: block;
  font-size: 14px;
  color: #fff;
  margin:0 0 15px 0px;
  text-align: center;
}

.inline-heading {
  font-size:15px;
}

p i {
  font-size: 15px;
  padding: 3px 3px;
  color: #0089d0;
}

.location-list {
  width:300px;
}

.booking-star {
  display: block;
  text-align: center;
}

.crop2 p + div {
  position: inherit !important;
}


/**********************************************
Mobile
***********************************************/
#mfToggleText{
  display:inline-block;
  margin-left:10px;
 }

#mfToggleMenu {
  display:none;
  cursor:pointer;
  color:#b0ebff;
  text-decoration:none;
  padding:13px;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:1px;
  font-size:19px;
  border-bottom:1px solid #292524;
  text-align:center;
  background-color:#453d3a;
}

@media screen and (max-width: 990px) {
  .resContact li + li {
    font-size:20px;
    color:#fff;
    letter-spacing:1px;
  }

  .mainNav {
     padding:0 10px;
  }

  .activitiesSection {
     width:100%;
  }

  .activityInfo {
    float:left;
    margin-left:6px;
    width:100%;
  }
}

@media screen and (max-width: 758px) {
  .mainNav {
    padding:0 20px 0 20px;
    display:none;
  }

  .activitiesSection {
    padding-right:35px!important;
  }

  .amenitiesList ul li {
    display:block;
    text-align:center;
  }

  .mainNav li {
    border-bottom:1px solid #292524;
    text-align:center;
  }

  .mainNav li a {
    font-size:19px;
    padding:13px;
  }

  .sample {
    width:100%;
    max-width:320px;
  }

  body {
    font-size:16px;
  }

  .activity{
    margin:0 0 15px 0;
    float:none;
    text-align:center;
    width:80%;
    max-width:100%;
  }

  .activityInfo {
    display:block;
    width:auto;
    margin:0px;
    float:none;
    width:auto;
  }

  .amenitiesList li {
    width:auto;
    display:inline-block;
    padding:0 10px 0 10px;
    float:none;
  }

  .wrap, .rightCol, .leftCol, .sectionInfo, .address ul li {
    width:auto !important;
  }

  .address ul li {
    padding-top:8px;
    display:block;
  }

  iframe {
    width:100%;
    height:300px;
  }

  .wrap {
    margin:8px;
  }

  .leftCol, .rightCol, .sectionInfo, .sectionImg, .activity img, .address ul li {
    float:none !important;
  }

  .sectionImg {
    display:inline-block;
    width:100%;
    margin-bottom:20px;
  }

  .imageRightSection .button, imageLeftSection .button {
    display:block;
    margin-bottom:3px;
    font-size:16px;
  }

  #mfToggleMenu {
    display:block;
  }

  .logoContainer img {
    display:inline-block;
    width:100%;
    height:auto;
    max-width:265px; /*set width of logo*/
  }

  .resContact a:hover, .resContact a {
    color:#fff !important;
  }

  .resContact {
    display:block;
  }

  .resContact, .content, .logoContainer, .footerSocial {
    text-align:center;
  }
}