﻿/*
@font-face {
    font-family: 'OpenSans-Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'), url(fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Light.ttf) format('truetype');
}
*/

@font-face {
    font-family: 'TrajanPro-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('TrajanPro'), url(fonts/TrajanPro/TrajanPro-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'GillSans_Regular';
    font-style: normal;
    font-weight: 400;
    src: local('GillSansStd'), url(fonts/GillSans_Regular/GillSansStd.ttf) format('truetype');
}

@font-face {
    font-family: 'GillSans_Light';
    font-style: normal;
    font-weight: 400;
    src: local('GillSansStd-Light'), url(fonts/GillSans_Light/GillSansStd-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'GillSans_Bold';
    font-style: normal;
    font-weight: 400;
    src: local('GillSansStd-Bold'), url(fonts/GillSans_Bold/GillSansStd-Bold.ttf) format('truetype');
}

html,
body {
  height: auto;
  width: 100%;
  overflow: auto;
  background: #000;
  /*-webkit-overflow-scrolling: touch;*/
}

/*Green - rgb(27,113,82)*/
/*Light Green - rgb(206,224,207)*/
/*Gold - rgb(163,149,101)*/

a{
  color: rgb(27,113,82);
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.masthead{
  width: 100%;
  float: left;
  background: #000;
}

.logo{
  text-align: center;
  z-index: 50;
}

#regular-logo{
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

#mobile-logo{
  display: none;
  width: 20%;
  margin-left: 20%;
  margin-right: 60%;
}

.book{
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(27,113,82);
  font-size: 1em;
  padding: 0.5em;
  color: #fff;
  z-index: 4;
  text-transform: uppercase;
  font-weight: bold;
  font-family: GillSans_Regular;
  width: 10%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book:hover{
  background: rgb(163,149,101);
}

.book-air{
  position: fixed;
  top: 0;
  right: calc(10% + 1em);
  background: #fff;
  padding: 0.5em;
  color: rgb(27,113,82);
  z-index: 4;
  text-transform: uppercase;
  font-weight: bold;
  font-family: GillSans_Regular;
  width: 10%;
  text-align: center;
    overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85em;
  line-height: 2em;
}

.book-air:hover{
  background: rgb(163,149,101);
  color: #fff;
}

.navigation{
  margin-top: -0.75em;
  width: 100%;
  border-top: solid 1px rgb(60,60,60);
  border-bottom: solid 1px rgb(60,60,60);
  float: left;
  height: auto;
  font-family: GillSans_Regular;
  z-index: 4;
  background: #000;
  text-transform: uppercase;
}

.nav{
  width: calc(100% / 8); /*divide by number of dropdowns needed*/
  float: left;
  text-align: center;
}

.nav-header{
  width: 100%;
  float: left;
  position: relative;
  clear: both;
  color: rgb(163,149,101);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: TrajanPro;
}

.nav-items{
  width: 100%;
  float: left;
  position: relative;
}

.nav-items > a > span{
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-items > a > span:hover{
  background: rgb(163,149,101);
}

.tagline{
  color: #666;
  text-transform: uppercase;
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.header-image{
  float: left;
  width: 100%;
}

.header-text{
  color: #fafafa;
  font-family: GillSans_Light;
  font-size: 1.2em;
  margin: 0em;
  padding: 0em;
}

.sub-slider{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
}

.button{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #666;
  width: calc((100% / 6) - 1%);
  float: left;
  font-size: 1em;
  margin-left: 0.5%;
  margin-right: 0.5%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: GillSans_Regular;
}

.button:hover{
  background: rgb(27,113,82);
}

.resort-info-button{
  width: calc(23% - 2px);
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1em;
  font-family: GillSans_Regular;
  border: solid 1px rgba(163,149,101,1);
  color: #333;
  cursor: pointer;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  text-align: center;
}

.resort-info-button:hover{
  background: rgba(163,149,101,1);
  color: #fff;
}

.page-content{
  width: 80%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  position: relative;
  height: auto;
  font-family: GillSans_Regular;
}

.page-content > h1{
  font-size: 2.25em;
  text-align: center;
  font-family: TrajanPro;
  text-transform: uppercase;
  font-weight: lighter;
}

.page-content > h2{
  font-size: 2em;
  text-align: center;
  font-family: GillSans_Bold;
}

.page-content > h3{
  font-size: 1.5em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content-full > h1{
  font-size: 2.5em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content-full > h2{
  font-size: 2em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content-full > h3{
  font-size: 1.5em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content-full > h4{
  font-size: 1.25em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content > h1{
  font-size: 2.5em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content > h2{
  font-size: 2em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content > h3{
  font-size: 1.5em;
  text-align: center;
  font-family: GillSans_Bold;
}

.main-content > h4{
  font-size: 1.25em;
  text-align: center;
  font-family: GillSans_Bold;
}


.highlights-wrapper{
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.highlight{
  width: 23%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  max-height: 300px;
}

.highlight-image{
  height: 125px;
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.highlight-1{
  background-image: url('../images/homepromo1.jpg');  
}
.highlight-2{
  background-image: url('../images/homepromo2.jpg');  
}
.highlight-3{
  background-image: url('../images/homepromo3.jpg');  
}
.highlight-4{
  background-image: url('../images/homepromo4.jpg');  
}

.highlight > span{ /*Highlight band*/
  background: rgb(27,113,82);
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: TrajanPro;
}

.highlight > h4{ /*Highlight title*/
  font-size: 1.1em;
  width: 100%;
  float: left;
  padding-top: 0em;
  margin-top: 0em;
  font-family: GillSans_Light;
}

.highlight > h4 > a{ /*Highlight title*/
  color: rgb(27,113,82);
}




.main-content{
  width: 60%;
  margin-right: 5%;
  float: left;
  height: auto;
}

.main-content-full{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
  height: auto;
}

.main-content > h2{
  font-size: 1.8em;
}

.main-content-full > h2{
 font-size: 1.8em; 
}

.black-box{
  background: #000;
  float: left;
  width: 95%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.5%;
  padding-right: 2.5%;
  color: #fff;
}

.green-box{
  background: rgb(206,224,207);
  float: left;
  width: 95%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.gold-box{
  background: rgba(163,149,101,0.5);
  float: left;
  width: 95%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.black-box > img{
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.green-box > img{
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.side-content{
  width: 35%;
  float: left;
}

.side-content > table{
  float: left;
  width: 100%;
  text-align: center;
}

.side-image{
  text-align: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  float: left;
}

.newsletter{
  width: 100%;
  float: left;
  text-align: center;
  background: rgb(27,113,82);
  margin-bottom: 1em;
  font-family: GillSans_Regular;
}

.newsletter > a > span{
  width: 100%;
  float: left;
  background: rgb(27,113,82);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.newsletter  > a > span:hover{
  background: rgb(206,224,207);
  cursor: pointer;
  color: #333;
}

.side-content > iframe{
  float: left;
}

.links{
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 1em;
  float: left;
  background-image: url('../images/footer-bg2.png');
  background-position: center center;
  height: auto;
  background-repeat: no-repeat;
  border-bottom: solid 1px #999;
}

.links-left{
  width: 30%;
  margin-left: 5%;
  margin-right: 30%;
  float: left;
  text-transform: uppercase;
  font-family: GillSans_Regular;
}

.links-left > a{
  color: #999;
  font-weight: bold;
  width: 100%;
  float: left;
}

.links-left > a:hover{
  color: #fff;
}

.links-left > p{
  color: #999;
  font-weight: bold;
}

.links-left > p > a{
  color: #fff;
  border-bottom: solid 1px rgb(27,113,82);
  text-decoration: none;
}

.links-left > p > a:hover{
  border-bottom: solid 1px #fff;
}


.links-right{
  width: 30%;
  margin-right: 5%;
  float: left;
  text-align: right;
  text-transform: uppercase;
  font-family: GillSans_Regular;
}

.links-right > a{
  color: #999;
  font-weight: bold;
  width: 100%;
  float: left;
}

.links-right > a:hover{
  color: #fff;
}

.links-right > p{
  color: #999;
  font-weight: bold;
}

.links-right > p > a{
  color: #fff;
  border-bottom: solid 1px rgb(27,113,82);
  text-decoration: none;
}

.links-right > p > a:hover{
  border-bottom: solid 1px #fff;
}

.footer{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer > div{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
  text-align: center;
}

.footer > div > a > img{
  width: 12.5%;
  margin-left: 3.25%;
  margin-right: 3.25%;
  float: left;
  max-width: 150px;
  padding-top: 1em;
  padding-bottom: 1em;

}

.footer > div > img{
  width: 12.5%;
  margin-left: 3.25%;
  margin-right: 3.25%;
  float: left;
  max-width: 150px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.spaced{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
/*-----*/

.mobile-menu{
  position: fixed;
  background: #000;
  left: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  overflow: scroll;
  display: none;
  z-index: 900;
}

.mobile-menu > h5{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  background: rgb(163,149,101);
  font-family: TrajanPro;
}

.mobile-menu > a > span{
  width: 90%;
  font-family: GillSans_Regular;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: bold;
  color: rgb(163,149,101);
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.mobile-menu > a > span:hover{
  background: rgb(163,149,101);
  color: #fff;
}


.menu-open{
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  background: rgb(27,113,82);
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

.menu-close{
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  background: rgb(27,113,82);
  color: #fff;
  cursor: pointer;
  z-index: 6;
}


@media screen and (max-width: 1024px) {
  .navigation{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-items{
    font-size: 0.7em;

  }
  .slider{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-content{
    width: 90%;
    margin-left: 0;
    margin-right: 0;

  }

  .links{
    background-image: none;
  }
}



@media screen and (max-width: 768px) {

.book{
  top: 0em;
  font-size: 0.8em;
  font-weight: bold;
  width: 20%;
}

.book-air{
  top: 0em;
  font-size: 0.8em;
  font-weight: bold;
  width: 25%;
  right: calc(20% + 1em);
  line-height: 1.8em;
}

#regular-logo{
  display: none;
}

#mobile-logo{
  display: block;
}


.navigation{
  display: none;
}

.mobile-menu{
  display: inline-block;
}

.menu-open{
  display: none;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-close{
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

.button{
  width: 48%;
  margin-top: 0.25em;
  font-family: GillSans_Regular;
}

.highlight{
  width: 48%;
}

.main-content{
  width: 100%;
  margin-right: 0;
}

.main-content-full{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: left;
  height: auto;
}

.side-content{
  width: 100%;
}

.side-image{
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  float: left;
}



.links-left{
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.links-right{
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}



.footer > div > img{
  width: 40%;
  margin-left: 5%;
  margin-right: 5%; 
  float: left;
  max-width: 150px;
}

.footer > div > a > img{
  width: 40%;
  margin-left: 5%;
  margin-right: 5%; 
  float: left;
  max-width: 150px;
}

.resort-info-button{
  width: calc(48% - 2px);
}

}