/*  ********** weddings page ********** */
.wolImages img {
    width:300px;
    height:300px;
    object-fit:cover;
    object-position: top center;
    margin: 0 auto;
    display: block;
}
/*  ********** weddings pricing page ********** */
html {
  touch-action: manipulation;
}
.wow:first-child {
      visibility: hidden;
    }
body{
margin: 0;
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #30101c;
background:#f8f6e4;
/*background-image: url("../img/texturedBG_large.jpg");*/
background-size: cover;
background-repeat: repeat-y;
font-size: medium;
}
a{
color:black;
}
.weddingsVideoLoad {
z-index: -1;
height: 600px;
width:100%;
}
#videoTour {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
#videoModule-tour p {
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}
.weddingsVideoLoad img {
width:100%;
margin-top: -450px;
}
 .fullWidthImage{
background-size: cover;
object-fit: cover;
width: 100%;
height: 400px;
overflow: hidden;
margin-bottom: 20px;
}

.fullWidthImageTall{
object-fit: cover;
width: 100%;
height: 500px;
overflow: hidden;
margin-bottom: 20px;
 }
 
.breakOut {
max-width:100%;
}
.centerIt {
text-align:center;
}
#galleryclick {
cursor:pointer;
}
.monthThumb img {
    height: 110px;
    width: 170px;
    object-fit: cover;
    object-position: top center;
}
/*  ********** home page ********** */
.homepageHeader {
background: url("../img/videoPoster2.jpg");
background-size: cover;
background-position: bottom;
min-height: 600px;
}
.viewSlideShow {
opacity: 1;
position: absolute !important;
z-index: -1;
margin: 0 auto !important;
left: 0;
right: 0;
}
/*  ********** gift card page ********** */
.giftcardHeader {
    background: url(../img/giftcardHeader.jpg);
    background-size: cover;
    background-position: 0px 90px;
    min-height: 590px;
    margin-top: -90px;
}
/*  ********** chateau page ********** */
.chateauHeader {
background: url(../img/chateauHeader.jpg);
background-size: cover;
background-position: 0px 90px;
min-height: 590px;
margin-top: -90px;
}
.chateauaminitysubtitle {
margin-top:-20px;
}
.aminitiesthumb {
margin: 0 auto;
display:block;
}
.mapWrapper {
margin-top:50px;
}
#mainDescription p a {
color:black;
text-decoration: underline;
}
/*  ********** VIDEO ********** */

#videoOverlayContent{
z-index: 100;
width: 100%
}

#videoModule{
 width: 100%;
 overflow: hidden;
 background-size: 100%;
/* background:url('../img/videoPoster.jpg') no-repeat 0 0;*/
 background-size: 100%;
 max-height: 600px;
}

#navigation{
position: absolute;
top: 0;
width: 100%;
}
#mobileLogo {
display:none;
}

.fullWidthVideo{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
    z-index: -100;
    margin-top:-100px;
}

.divider {
border-bottom: 2px solid black;
margin-bottom: 20px;
margin-top: 10px;
}
#newPricingUser #name-error {
color: red;
position: relative;
top: -46px;
left: 230px;
}
#newPricingUser #email-error {
position: relative;
left: 230px;
color:red;
}
.weddingemailSent {
background:#eeeddb;
border-radius: 10px;
width:50%;
height:50%;
text-align:center;
top: 50px;
position: absolute;
left: 20%;
}
#emailsentbox {
width: 50%;
height: 80%;
}
.popupcode button {
margin-top: 20px;
padding: 10px;
}
#weddingPackageIntro {
font-size: 18px;
border-bottom: 1px solid black;
margin-bottom: 40px;
padding-bottom: 30px;
}
/* ********** MENU ********** */
#mobileMenuBtn {
display:none;
}
#mountainline{
margin-top: -40px;
padding-bottom: 6px;
pointer-events: none;
}

.darkLink{
color: black!important;
border-color:black !important;
}

#navBar{
list-style: none;
float: right;
margin-right: 10px;
width: 75%;
margin-bottom: 0px;
}

#navBar li{
color: white;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
font-size: 15px;
float: left;
border-right: 1px solid rgba(255,255,255,.4);
background-color: none;
transition: background-color 300ms ease-out;
padding-top: 10px;
padding-bottom: 10px;
width: 16%;
}

#navBar .darkLink li:hover{
	cursor: pointer;
  	background: rgba(0,0,0,.4);
  	transition: background-color 300ms ease-out;
}
#navBar li:hover {
  	background: rgba(243,244,212,.4);
}
#navBar li:focus{
	cursor: pointer;
  	background: rgba(243,244,212,.4);
}
#navBar li:active{
	cursor: pointer;
  	background: rgba(243,244,212,1);
}

#navBar #accomodations{
width: 19%;
}

#logo{
 width: 250px;
 padding-top:20px;
 padding-bottom: 10px;
}


/* ********** WEDDING NAV MENU ********** */
#weddingNavBar{
list-style: none;
width: 100%;
margin-bottom: 0px;
}

#weddingNavBar li{
color: #30101c;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
font-size: 15px;
float: left;
border-right: 1px solid #30101c;
background-color: unset;
transition: background-color 300ms ease-out;
padding-top: 10px;
padding-bottom: 10px;
width: 12%;
}

#weddingNavBar li:hover{
	cursor: pointer;
  	background: rgba(243,244,212,.5);
  	transition: background-color 300ms ease-out;
}
#weddingNavBar li:focus{
	cursor: pointer;
  	background: rgba(243,244,212,.4);
}
#weddingNavBar li:active{
	cursor: pointer;
  	background: rgba(243,244,212,1);
}

.weddingNavBG{
background: rgba(252,211,116,1);
z-index: 90;
position: relative;
width:100%;
}
#weddingNavigation-sticky-wrapper {
margin-top:-70px;
}
#weddingNavigation{
width:100%;
}
#weddingNavBar .active {
background: rgba(255,255,255,1);
}
[data-sticky] {

  width: 100%; 
  }
.eventTimeDate {
padding-bottom: 20px;
margin-top: -5px;
}
.eventTitle {
font-size: 35px;
text-transform: uppercase;
letter-spacing: 3px;
text-transform: uppercase;
}
.directionsBtn {
width: 200px!important;
}
/* ----------------------------------------------
 * Generated by Animista
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */
.fullscreenloadwrapper {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
    display:none;
    z-index: 99;
}
@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s infinite both;
	-moz-animation: jello-horizontal 0.9s infinite both;
	animation: jello-horizontal 0.9s infinite both;
}

#loadingBox1 {
background-color: white;
box-sizing: border-box;
width: 160px;
height: 160px;
overflow: hidden;
position: fixed;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -50px;
}
#loadingBox{
background-color: white;
border-radius: 50%;
width: 200px;
height: 200px; 
overflow: hidden;
position: fixed;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -50px;
}


/*  ********** CONTENT ********** */
.readability {
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    color:white!important;
    padding:10px;
}
#intro1small {
font-size:19px;
margin-top:-10px;
}
.blogmod {
background:#C9D9C7;
}

#suitesImage{
background-image: url("../img/Illumination22.jpg");
}

#ViewsImage{
background-image: url("../img/ViewsPromo.jpg");
}


.whiteText{
color: white !important;
}

.whiteText h1{
color: white !important;
}
.whiteText h3{
color: white !important;
}


h1 {
font-size: xx-large;
font-family: 'Josefin Sans', sans-serif;
}

h2 {
font-size: xx-large;
font-family: 'Josefin Sans', sans-serif;
}

h3{
font-size: xx-large;
font-family: 'Josefin Sans', sans-serif;
margin-bottom: -10px;
}

.centerText{
text-align: center;
}

.leftAlignText{
text-align: left;
}

.verticalCenter{
height: 350px;
display: table-cell;
vertical-align: middle;
}

button, .button {
background-color: #fcd374;
color: #30101c;
font-family: 'Josefin Sans', sans-serif;
font-size: x-large;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
cursor:pointer;
}

.button:hover, .button:focus {
    background-color: #ffecbf;
    color: #30101c;
}

.button:active{
    background-color: white;
}

.module{
padding-top: 30px;
padding-bottom: 30px;

}

.submodule{
height: 100%;
padding-top:20px;
padding-bottom: 30px;
}

.darkened{
background: rgba(0, 0, 0, .5);
padding-left:30px;
padding-right:30px;
}
.darkened70 {
background: rgba(0, 0, 0, .7);
padding-left:30px;
padding-right:30px;
}
.lightened{
background: rgba(30,16,28,.7);
z-index: 90;
position: relative;
width:100%;
}

.line{
height: 1px;
width: 100%;
background-color: black;
}

.darkenedSquare{
background: rgba(0, 0, 0, .5);
position: relative;
z-index: 100;
bottom: 252px;
margin-bottom:-252px;
width: 100%;
}

#estesPromoImage{
background-image: url("../img/estesParkPromo.jpg");
}

#fullSquare{
padding-left: 0px;
padding-right: 0px;
}
.suitesMenuWrapper {
text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.suitesMenuTitle {
clear:both;
font-size:20px;
}
.levelSubText {
font-size:14px;
font-weight: lighter;
}
.suiteMenuTitleBorder {
border-right:1px solid black;
margin-right: -5px;
}
.suiteThumbWrapper {
text-align:center;
width:28%;
vertical-align: top;
display: inline-block;
zoom: 1;
}
.cabinThumbWrapper {
text-align:center;
vertical-align: top;
display: inline-block;
zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.suiteThumbFilter {
	filter:grayscale(100%);
}
.suiteThumbHover {
	opacity:1!important;
	bottom:0px;
}
.suiteThumbClick {
	pointer-events:none;
}
.suiteThumb {
width:50%;
float:left;
position:relative;
overflow: hidden;
}
.cabinThumb {
position: relative;
overflow: hidden;
padding: 1px;
}
.fallRiverFix {
margin-left: 140px;
}
.suiteThumb_stack {
	position:relative;
	overflow:hidden;
}
.suiteThumb_stack:hover .suiteHover {
transform:translateY(-48px);
opacity:1;
}
.suiteThumb:hover  .suiteHover, .cabinThumb:hover .suiteHover{
transform:translateY(-48px);
opacity:1;
}
.skySuitesWrapper{
width:14%;
}
.suiteHover {
position: absolute;
bottom:50;
text-align: right;
padding-right: 5px;
color: white;
width: 100%;
opacity:0;
background: rgba(0,0,0,0.7);
 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.textBreakPoint {
text-align: center;
border-top: 1px solid black;
padding-top: 30px;
}
.suiteDetailsWrapper .escapeTo,suiteName, {
text-align:center;
}
.escapeTo {
margin-bottom:-10px;
}
.suiteAmenitiesList {
font-size:.9rem;
}
#suiteDetailsModule .whiteText h1{
text-align:left;
}
#suiteDetailsModule h5 {
color:white;
margin-top:-20px;
}

.suiteName {
text-align:center;
}
.suitePricing {
margin-top:30px;
}
.calendarBttn {
padding:0px 15px 0px 15px;
background:rgba(243, 244, 212, 0.7);
}
.calendarDesc {
color: white;
text-align: center;
}
#singleWeddingImage{
display: block;
margin: 0 auto;
}
#singleWeddingImage{
display: block;
margin: 0 auto;
}
.seperatorLine{
border-bottom: solid 1px black;
margin-bottom: 30px;
}
/*  ********** embed suite details ********** */
.suiteDetailsWrapper {
margin: 0 auto;
width:90%;
}
.suiteDetailsDesc {
text-align:justify;
font-size: 15px;
}
.suiteDetailsWrapper {
text-align:center;
margin-bottom:20px;
}
.suiteDetailsEscape {
font-size:20px;
}
.suiteDetailsTitle {
font-size:40px;
}
.videoTourWrapper, .suiteAminitiesList {
margin: 0 auto;
text-align: center;
display: block;
margin-top: 20px;

}
.suiteAminitiesList ul li {
list-style:none;
}
.cabinAminitiesList {
margin-top: 20px;
}
#fullSquare img{
display:block;
margin: 0 auto;
}
.morephotoslink {
text-align:center;
}
.videoTourTitle, .suiteAminitiesTitle,.reservationInformationTitle {
font-size: 25px;
margin-bottom:10px;
}
.ms-slide-info {
display:none;
}
.reservationInformationWrapper, .reservationInformationText p {
text-align:left;
}
.reservationInformationWrapper {
margin-top:-30px;
}
/*  ********** STATIC PHOTO ROW ********** */

.rowGallery {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.rowGallery img {
	height:200px;
	width: auto;
	padding: 3px;
}

/*  ********** INTERACTIVE PHOTO GALLERY ********** */

.my-gallery {
	width: 100%;
	padding-top: 20px;
	position: relative;
	max-height: 664px;
	padding: 0px;
}

.my-gallery img {
	max-width: 100%;
	display: inline-block;
    margin: 0 auto;
    max-height: 100%;
}

.my-gallery .arrows{
    z-index: 101;
    font-size: 80px;
    position: relative;
    margin-top: -50%;
    opacity: 0.7;
    cursor: pointer;
    background-color: #F7F6E1;
    padding: 20px;
}

.my-gallery .rightArrow {
    float: right;
}

.my-gallery .leftArrow {
    float: left;
}

.my-gallery .rightArrow:hover, .leftArrow:hover{
    background-color: #fcd374;
}
.my-gallery .rightArrow:active, .leftArrow:active{
    background-color: white;
}

a.thumbnail {
    font-size: 13px;
    margin-right: 10px;
    color: #F7F6E1;
    position: relative;
    margin: 10px auto;
    display: inline-block;
    padding: 3px;
}

a.thumbnail:visited, a.thumbnail:focus {color:#F7F6E1;}
a.thumbnail:hover span{display:inline;  }
a.thumbnail:hover {display:inline; color:#fcd374; }
a.thumbnail:active {display:inline; color:white; }

a.thumbnail span img{
	max-width: 175px;
	max-height: 175px;
	position: absolute;
	bottom: 50px;
	z-index:101;
    display: inline-block;
    margin-left: -87px;
	opacity: 0;
	pointer-events: none;
}

a.thumbnail:hover span img{
    opacity: 1;
}

#dotsContainer {
	position: relative;
    z-index: 101;
    width: 100%;
    margin: 0px auto;
    margin-top: -43px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}

/*  ********** about page ********** */
.aboutImg {
width: 100%;
height: 400px;
object-fit: cover;
padding: 40px;
}
.top_image {
object-position: 50% 10%;
}
.bottom_image {
object-position: 50% 60%;
}
.sliderNewsWrapper {
color:#30101c;
height:410px;
font-size:2vh;
margin-top:30px;
}

/*  ********** blog page ********** */
.blogTitle {
color: #b17616;
}
.blogBody {
padding:20px;
}
.blogWrapper {
border-bottom: 1px solid black;
margin-bottom: 50px;
}
.blogPaginate {
border-top: 1px solid black;
padding-top: 12px;
font-size: 20px;
border-bottom: 1px solid black;
padding-bottom: 5px;
}
/*  ********** contact page ********** */
#contactHero,#contactHero img  {
height: 400px;
width: 100%;
object-fit: cover;
object-position: 50% 0%;
}
.contactHeroText {
position: absolute;
top: 310px;
font-size: 80px;
color: white;
}
.contactMap {
width:100vw;
}
.contactAddress{
padding:20px;
}
.contactQuickPhoneBox img{
width: 130px;
padding: 20px;
}
.contactQuickPhoneBox {
border: 1px solid black;
}
.quickPhoneText {
font-size:24px;
margin-top: 50px;
}

.responsive-card-table {
  border-collapse: collapse;
  margin-top:20px;
}
.contactTitle {
font-weight:bold;
font-size:25px;
margin-right: 20px;
}
.contactNotes {
font-weight:light;
font-size:14px;
}
.responsive-card-table.unstriped tbody {
  background-color: transparent;
  border:none;
}
.contactTitle {
text-align:right;
}
table.unstriped tbody tr {
  background-color: transparent;
  border:none;
}
.contactLabel {
text-align:right;
}
table.unstriped tr:first-child{ 
border-bottom:1px solid black;
}
table.unstriped tr:last-child{ 
border-top:1px solid black;
}
@media screen and (max-width: 640px) {
  .responsive-card-table {
    font-size:15px;
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    
    position: relative;
  }
  .responsive-card-table!! td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table!! td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}



/*  ********** weddings page ********** */
.badgeBox {
padding: 10px;
float: left;
height: 160px;
width: 160px;
margin: 0 auto;
text-align: center;
}
.knotreviewslogo {
width: 410px;
margin-right: -60px;
}
.wirereviewslogo {
width: 410px;
margin-top: 30px;
margin-bottom: 10px;
}
.starrating {
width:30px;
}
.reviewText {
font-size:17px;
margin-top: 30px;
}
.reviewerName {
font-size:13px;
float:right;
}
.badgesWrapper {
margin-top:30px;
}
.rssWrapper {
text-align:center;
margin:0 auto;
}
.rssWrapper p {
width: 290px;
margin: 0 auto;
font-size:14px;
}
.rssTitle {
font-size:22px;
}
.rssImg {
padding:30px;
height:300px;
margin: 0 auto;
overflow: hidden;
}
.blocker {
position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal-home {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  height: 90%;
  box-sizing: border-box;
  width: 90%;
  height:130%;
  padding: 15px 30px;
  text-align: left;
}
.costModal {
width: 80%;
height: 100%;
}
.costModalInclusions {
background:white;
height:200%;
}
.modal a.close-modal {
position: absolute;
top: 0px;
right: 7.5px;
display: block;
width: 60px;
height: 60px;
text-indent: -9999px;
background: url(../fonts/window-close.svg);
  }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.mobileMenuSections {
display:none;
}
.eventWrapper {
min-height:540px;
max-height:540px
overflow:scroll;
}
.eventTitleWrapper {
font-size: 50px;
margin-top: 20px;
margin-bottom: 30px;
text-decoration: underline;
}
/*  ********** accommodations page ********** */
#weddingStayBtn {
padding:10px;
}
#specialsSection {
margin-bottom: 40px;
}
.specialsModal {
background: white;
height: 60%;

text-align:center;
}
.specialsTitle {
font-size:28px;
font-weight:bold;
}
.specialsModal p {
line-height:15px;
}
.specialsImg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.specialsBody {
position: absolute;
top: 0;
left: 0;
padding:10px;
background-color:rgba(255,255,255,.93);
}
.specialsCallout {
width:50%;
margin:0 auto;
}
.specialsWhiteBackground {
position: absolute;
background: rgba(255,255,255,.93);
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.hideCancel, swal2-cancel {
display:none;
}
/*  ********** weddings guest info page ********** */
.stillHeroPhoto {
max-height: 400px;
overflow: hidden;
}
#weddingGuestHeroImg {
margin-top:-400px;
}
.weddingGuestInfoTitle {
font-weight:bold;
font-size:40px;
color:#b17616;
}
.weddingGuestInfoBox {
padding-bottom:20px;
}
.weddingGuestInfoBox b {
color: #b17616;
}
.weddingGuestInfoBox a {
color:#ff7500;
text-decoration:underline;
}
#weddingGuestIntro {
border-bottom:1px solid black;
padding-bottom:10px;
margin-bottom:20px;
font-size:24px;
}
/*  ********** weddings pricing page ********** */
.weddingPricingTitle {
margin-top: -240px;
background: rgba(255,255,255,.8);
padding: 20px;
z-index: 99;
position: relative;
margin-bottom: 170px;
}
.dayWrapper {
float:left;
padding:20px;
}
.pg1 {
background:#f3dd92;
}
.pg2 {
background:#f3ba57;
}
.pg3 {
background:#f9be92;
}
.pg1, .pg2, .pg3 {
padding:10px;
text-align:center;
cursor: pointer;
}
.specialsDiv {
border: 1px solid black;
width: 510px;
float: left;
}
.barPricingTitle {
color:#946621;
}
.mainBar p b {
color:#946621;
font-size:30px;
}
/*@media screen and (max-width:805px){*/
@media screen and (max-device-width:805px), screen and (max-width:805px) {
	.calcLink {
	font-size:14px;
	}
	.costModal {
	width:100%;
	padding:0px;
	}
	#costEstimate {
	padding:0px!important;
	font-size:15px;
	}
}
.calcLink {
	cursor:pointer;
	float: left;
margin-top: 8px;
margin-left: 20px;
}
.calcTitle {
float:left;
}
.costInclusion {
font-size: 12px;
margin-left: 20px;
cursor:pointer;
}
#costEstimate {
background: #FAF8E9;
padding:20px;
}
.costEstimateInclusionsBody {
margin-top:50px;
}
.costEstimateTitles {
text-align:center;
}
.externalIcon-weddings {
font-size:12px;
}
#calcFrame {
    border-radius: 20px;
}
#extraFacility {
color:red;
}
.estimateTotalTitle {
background: #f27f59;
font-size: 27px;
text-decoration: underline;
}
.estimatesSectionTitle {
background: #fcd374;
font-size: 27px;
text-decoration: underline;
}
.appCostText,.barCostText  {
font-size:14px;
}
.totalRow {
text-align:center;
font-size:25px;
}
.rowEstimates {
text-align:center;
}
.fullTotal {
font-size:40px;
}
.estimateFacilityBox {
text-align:center;
}
.tourModal {
background-image: url("../img/texturedBG_large.jpg");
background-size: cover;
background-repeat: repeat-y;
width: 50%;
text-align:center;
}
.tourCheckbox {
text-align:left;
}
.callTour {
font-size:25px;
margin-bottom:10px;
}
.tourSubmit button {
padding:10px;
}
.tourForm {
padding-top:20px;
}
.tourForm #name-error, #email-error, #phone-error,#question-error {
position: absolute;
margin-left: 60px;
margin-top: -46px;
color: red;
}
.pricingFix {
margin-top:-30px;
}
/*  ********** MEDIUM SIZED AND BELOW ********** 

@media only screen and (max-width: 80em) { 
	h3{
	text-align: center;
	}
	h1{
	text-align: center;
	}
	#navBar li{
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 15%;
	}
	#mountainline{
	}
	#navBar #accomodations{
	width: 23%;
	}
	
	/*  ********** PHOTO GALLERY ********** 
	a.thumbnail {
    font-size: 11px;
	}	

	a.thumbnail span img{
		max-width: 120px;
		max-height: 120px;
		bottom: 30px;
		z-index:101;
		margin-left: -60px;
		position: absolute;
	}
	.my-gallery .arrows{
    font-size: 40px;
    margin-top: -40%;
    padding: 20px;
	}
	#dotsContainer {
    margin-top: -37px;
	}
}
*/
/*  ********** SMALL SIZED AND BELOW ********** */

@media only screen and (max-width: 40em) { 

	body{
	font-size: small;
	}
	.row{
	padding-left: 10px;
	padding-right: 10px;
	}
	h1 {
	font-size: x-large;
	}

	h2 {
	font-size: x-large;
	}

	h3{
	font-size: x-large;
	}
	.squareImage{
	width:100%;
	height: 100%;
	object-fit: cover;
	}
	.line{
	visibility: visible;
	}
	.module{
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.submodule{
	padding-top: 10px;
	padding-bottom: 10px;
	}
	button, .button {
	font-size: large;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100%;
	}
	
	#navBar {
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	}
	
	#navBar li{
	float: left;
	width: 15%;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	#navBar #accomodations{
	width: 23%;
	}
	
	#navBar li #darkLink:hover {
	color:red !important;
	}
	
	#menubar{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    float: none;
	}
	
	#mountainline{
	margin-top: -60px;
	}
	
	#logo{
	width: 150px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

	.smallImageButton{
	margin-bottom: 20px;
	}

	/* --------------- suites menu small screen -------- */
	.suiteThumbWrapper {
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	}
	.suitesMenuTitle {
	padding-bottom:20px;
	border-top: 1px solid black;
	padding-top: 20px;
	margin-top:35px;
	}	
	.suiteMenuTitleBorder {
	border-right:none;
	}
	.suiteThumb .suiteHover , .suiteThumb_stack .suiteHover, .cabinThumb .suiteHover{
	right:0px;
	bottom:0px;
	opacity:1;
	}
	.suiteThumb:hover .suiteHover, .suiteThumb_stack:hover .suiteHover, .cabinThumb:hover .suiteHover {
	transform:none;
	}
	#dotsContainer {
    visibility: hidden;
	}
	.my-gallery .arrows{
    font-size: 40px;
    margin-top: -50%;
    padding: 10px;
	}
}
	/* --------------- cabins pages -------- */
#cabinStandOut {
padding:20px;
background-color: rgba(249, 229, 160, .4);
margin-bottom:30px;
}
	

	/* --------------- vendors pages-------- */
.vendorHero {
height: 500px;
overflow: hidden;
position: absolute;
z-index:-1;
width: 100%;	
}
.vendorHero img {
width:100%;
}
.vendorHero2 {
height:720px;
background-image:url('../img/vendor_list.jpg');
background-size:cover;
background-repeat:no-repeat;

background-position: center center;
}
.vendorGeneralInfo {
margin-top:20px;
}
.vendorSelectRow {
color:white;
}
.vendorsHomeHeaderWrapper{
	margin-top:50px;
}
.vendorListWrapper {
min-height: 50vh;
margin-top: 20px;
}
.vendorTag {
padding:3px;
}
.familiar {
background: rgba(255, 180, 0, 0.23);
}
.local {
background: rgba(10, 255, 47, 0.1);
}
.featured {
background: rgba(204, 204, 186, 0.2);
height: 20px;
}
.vendorHover {
position: absolute;
bottom: -30px;
left:0px;
width: 100%;
transition: .3s;
background: #ffd070;
}
.vendorHoverTop {
position: absolute;
top: -30px;
left:0px;
width: 100%;
transition: .3s;
background: #ffd070;
}
.card-user-profile:hover .vendorHover {
transition: .3s;
bottom:0px;
}
.card-user-profile:hover .vendorHoverTop {
transition: .3s;
top:0px;
}
.card-section{
padding:1.5rem;
}
.card-user-profile {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  padding:3px;
  height:160px;
}
.card-user-profile img {
min-height:175px;
margin: 0 auto;
}

.card-user-profile > :last-child {
  margin-bottom: 0;
}

.card-user-profile:hover .card-user-profile-img {
  opacity: 1;
}

.card-user-profile-content {
position: relative;
max-height: 300px;
}
.card-user-profile-content a {
text-decoration:underline;
}
.card-user-profile-actions {
display:none;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
  background: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
bottom: 0;
width: 100%;
}

.card-user-profile-actions > :last-child {
  margin-bottom: 0;
}

.card-user-profile-img {
  max-width: 100%;
  opacity: 0.85;
  transition: all 0.25s ease;
  width: 100%;
}

.card-user-profile-avatar {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  z-index: 2;
  max-width: 100px;
}

.card-user-profile-company-image {
}

.card-user-profile-name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
}

.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}

.card-user-profile-info {
  font-size: 0.875rem;
  letter-spacing: 1px;
  opacity: 0.8;
max-height: 120px;
}

.hiddenVendorWrapper {
margin-top:30px;
}

.mobileScrollTop {
display:none;
}
/* BackToTop button css */
.mobileScrollTop #scroll {
    position:fixed;
    right:10px;
    bottom:70px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    z-index: 99;
}
.mobileScrollTop #scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
.mobileScrollTop #scroll:hover {
    background-color:#e74c3c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

	/* --------------- footer -------- */
	/* --------------- footer -------- */
	/* --------------- footer -------- */
	/* --------------- footer-------- */
.menuFooter a {
float:left;
padding-right:50px;
list-style-type: none;
}

.site-footer {
  background: #7b6b44;
  color: white;
  padding: 2rem 0 0;
  margin-top: 40px;
}

.site-footer .site-footer-menu-social a {
  color: #fefefe;
}

.site-footer .column-block {
  margin-bottom: 30px;
}

.site-footer > .row {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .site-footer .columns {
    margin-bottom: 2rem;
  }
}

.site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}

.site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.site-footer-bottom {
  background: #020304;
  padding: 1rem 0;
}

.site-footer-bottom p,
.site-footer-bottom .menuFooter {
  margin-bottom: 0;
}

.site-footer-bottom .site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-footer-bottom .site-footer-bottom-links a {
  color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
  .site-footer-bottom .site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .site-footer-bottom {
    text-align: center;
  }
}




	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */
	.hideLoader {
		display:none;
	}
	.thumbloader {
		position: absolute;
		width: 100% !important;
		z-index:99;
	}
	.suiteThumb .spinner > div, .suiteThumb_stack .spinner > div, .cabinThumb .spinner > div {
		background-color: white!important;
	}

    .spinner {
      margin: 100px auto;
      width: 50px;
      height: 30px;
      text-align: center;
      font-size: 10px;
    }

    .spinner > div {
      background-color: #7b6b44;
      height: 100%;
      width: 6px;
      display: inline-block;
      
      -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
      animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s;
    }

    .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s;
    }

    .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
    }

    .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
    }

    @-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
      20% { -webkit-transform: scaleY(1.0) }
    }

    @keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
      } 20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
      }
    }
	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */
	/* --------------- Loading animations -------- */


/*  ********** CUSTOM CSS FOR VIDEO ********** */

/*  ********** MEDIUM ********** 

	@media only screen and (min-width: 960px) and (max-width: 1279px) { 
		.fullWidthVideo{
			min-height: 0%;
			min-width: 0%;
			max-width: 100%;
			-webkit-transform:translateY(0%);
		}
			#videoModule{
			 width: 100%;
			 overflow: hidden;
			 background:url('../img/videoPoster2.jpg') no-repeat 0 0;
			 background-size: 100%;
		}
	}

/*  ********** SMALL ********** 

	@media only screen and (max-width: 959px){ 
		.fullWidthVideo{
			min-height: 0%;
			min-width: 0%;
			max-width: 100%;
			-webkit-transform:translateY(0%);
			visibility:hidden;
		}
			#videoModule{
			 width: 100%;
			 overflow: hidden;
			 background:url('../img/videoPoster2.jpg') no-repeat 0 0;
			 background-size: 100%;
		}
	}
	*/
/*  ********** CUSTOM MEDIA QUERIES ********** */
/*  ********** CUSTOM MEDIA QUERIES ********** */
/*  ********** CUSTOM MEDIA QUERIES ********** */
/*  ********** CUSTOM MEDIA QUERIES ********** */
/*  ********** CUSTOM MEDIA QUERIES ********** */
@media only screen and (min-width:2000px){
	.vendorHero2 {
	background-position: center -400px;
	}
}
@media only screen 
  and (min-width: 1600px) 
{
	.homepageHeader {
	min-height: 890px;
	}
	.chateauHeader {
	background-position: 0px -30px;
	}

}
@media only screen 
  and (min-width: 1600px) and (max-width:2000px)
{
	.chateauHeader {
	background-position: 0px 50px;
	}
}
@media only screen 
  and (max-width: 1215px)
{
	.chateauHeader {
	background-position:-230px 70px;
	}
	.vendorHero2 {
	background-position: center -200px;
	}
}
	
@media only screen 
  and (max-width: 1300px) 
{
	.vendorHero2 {
	background-position: center -80px;
	}
	#suitesImage {
	background-position: 0px -100px!important;
	}

}
@media only screen 
  and (max-width: 1075px) 
{
	.vendorHero2 {
	height:320px;
	}

}
@media only screen 
  and (min-width: 640px) 
  and (max-width: 1000px) 
{
	.vendorHero2 {
	background-position: center -120px;
	}
	#mountainline {
	margin-top:-20px;
	}
	#navBar li {
	font-size:12px;
	}
}
@media only screen and (min-width:201px) and (max-width:639px){
	.vendorHero2 {
	background-position: center center;
	}
}
@media only screen 
  and (min-width: 200px) 
  and (max-width: 625px) 
{

	.chateauHeader {
	background-position:center;
	}
	.topVideo {
	height: 300px;
	background-size: cover;
	}
	body {
	font-size:1.2em;
	}
	#mobileMenuBtn.on + #menubar {
	opacity: 1;
	visibility:visible;
	z-index:99;
	}
	#mobileMenuBtn_weddings.on + #menubar_weddings {
	opacity: 1;
	visibility:visible;
	z-index:100;
	}
	#mobileLogo {
	display: block;
	width: 100px;
	position: fixed;
	left: 5vw;
	bottom: 1.5vh;
	}
	#mountainline {
	visibility: hidden;
	}
	#logo {
	visibility: hidden;
	}
	#mainMenu {
    position: relative;
	z-index: 99;
    }
	#menubar {
	visibility:hidden;
	z-index: -1;
	position:fixed;
	bottom: 6.5vh;
	left:0;
	right:0;
	opacity:0;
	transition: opacity .4s;
	background: rgb(126, 85, 14);
	}
	#menubar_weddings {
	position:fixed;
	z-index:-1;
	top:11vh;
	left:0;
	right:0;
	opacity:0;
	transition: opacity .4s;
	background: rgba(252,211,116,1);
	}
	/* mobile menu stiles */
	.lightened, .mobileMenuWrap {
	position: fixed;
	bottom: 0vh;
	background-color: unset;
	}
	.darkLink {
	color:white;
	}
	#navBar {
	float:none;
	margin-left:0;
	width:100%;
	}
	#navBar ul {
	margin-left:0px;
	}
	.mobileMenu #navBar li {
		font-size: 1em;
		float: none;
		border: none;
		margin: 0 auto;
		width: 100%!important;
		color:white!important;
	}
	#mobileMenuBtn {
	color:white;
	font-size:1.3em;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	background: rgba(30,16,28,1);
	width: 100%;
	padding: 15px;
	display:block;
	height:60px;
	}
	#mobileMenuBtn_weddings {
	color:white;
	font-size:1.3em;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	background: rgba(30,16,28,1);
	width: 100%;
	padding: 15px;
	display:block;	
	}
	.weddingNavBG {
	position:fixed;
	top:11.5vh;
	}
	#mobileMenuIcn {
	position: fixed;
	right: 10%;
	bottom: 2.5vh;
	width: 30px;
	}
	#mobileMenuBtn span:after,
	#mobileMenuBtn span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -9px;
	}
	#mobileMenuBtn span:after{
	  top: 9px;
	}
	#mobileMenuBtn span {
	  position: relative;
	  display: block;
	}

	#mobileMenuBtn span,
	#mobileMenuBtn span:after,
	#mobileMenuBtn span:before {
	  width: 100%;
	  height: 5px;
	  background-color: #888;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
	#mobileMenuBtn.on span {
	  background-color: transparent;
	}
	#mobileMenuBtn.on span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	#mobileMenuBtn.on span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	.suiteThumb_stack {
    width:50%;
    float:left;
    }
    /* ********** WEDDING NAV MENU ********** */
	#weddingNavBar li {
	float:none;
	border-right:none;
	width:100%;
	}
	#weddingNavIcon {
	width:30px;
	}
}

@media only screen 
  and (min-width: 375px) 
  and (max-width: 640px) 
{
	.suiteThumb_stack {
    width:50%;
    float:left;
    }
}
@media only screen 
  and (min-width: 640px) 
  and (max-width: 970px) 
{
	.levelSubText {
	display:none;
	}
}
@media only screen 
  and (min-width: 200px) 
  and (max-width: 450px) 
{
	#mobileMenuIcn {
	position: fixed;
	right: 10%;
	bottom: 2.5vh;
	width: 30px;
    }
    #mobileMenuText {
    padding-top:30px;
    }
    .fullWidthImage {
    height:100%;
    }
    .specialsModal {
    width:100%;
    height:100%;
    }
    .modal a.close-modal {
    top: -22.5px;
	right: 7.5px;
	width: 40px;
	height: 40px;
    }
    #mainMenu {
    position: relative;
	z-index: 99;
    }
    .suiteThumb_stack {
    width:50%;
    float:left;
    }
    .callout {
    margin-bottom: 110px;
    }
    .tourModal {
    width:100%;
    height: 200vh;
    }
    #newPricingUser #name-error {
    top: -46px;
	right: -120px;
    }
	.tourForm #name-error, #email-error, #phone-error, #question-error {
	margin-left:0;
	margin-top:0;
	}
	.weddingemailSent, #emailsentbox {
	width:100%;
	height:100%;
	}
	.fullWidthImageTall {
	height:250px;
	}
	#weddingNavigation-sticky-wrapper {
	display:none;
	}
	.mobileSection img {
	position:relative;
	}
	.mobileSection {
	position:relative;
	}
	.mobileMenuSections {
	display:block;
	position: fixed;
	height: 100%;
	overflow: scroll;
	}
	.mobileMenuSelctionsStart {
	z-index:2;
	background-color: black;
	}
	.mobileMenuFix {
	z-index:2!important;
	}
	.mobileBodyScrollWrapper {
	position:absolute;
	right:0;
	width:70%;
	z-index: 1;
	}
	body.noScroll { /* used on mobile wedding page */
	  overflow: hidden;
	  touch-action:none;
	}
	.shrunkMenu {
	height: 95px!important;
	}
	.shrunkMenu img {
	height:100%;
	margin-top:0px!important;
	}
	.mobileSection{
	height:150px;
	overflow:hidden;
	border-bottom: 5px solid black;
	}
	#mobileMenuItem img {
	-webkit-filter: opacity(.6);
	margin-top:-30px;
	}
	.mobileLinkTitles {
    font-family: 'Open Sans', sans-serif;
	position: absolute;
	color: white;
	-webkit-filter: drop-shadow(10px 3px 6px black);
	filter: drop-shadow(10px 3px 6px black);
	top: 30%;
	font-size: 1.8em;
	text-align: center;
	width: 100%;
	}
	.topVideo {
	display:none;
	}
	.vendorsHomeHeaderWrapper{
	font-size:.8em;
	}
	.vendorHero {
	height: 100%;
	position:relative;

	}
	.mobileScrollTop {
	display:block;
	}
}

