.navbar-collapse {
	height: 90vh;
}
.navbar-toggler {
	border: 0;
	cursor: pointer;
    position: absolute;
    top: 14px;
}
.fixed-menu-padding {
	padding-bottom:49px;
}


.LDSNodeGroupDescription+h4 { display: none; }


/*#LDSMembershipForm input[type="text"] { width: 450px; max-width: 100%; height: 35px; }*/
/*#LDSMembershipForm .section { background-color: #dddddd; padding: 20px; max-width: 490px; width: 100%; }*/

.grid-property .grid-room { margin: 10px 0; }

body .grid-rate-book {
    width: 120px!important;
    line-height: 35px!important;
    padding: 0!important;
    height: 35px!important;
}

.navbar-nav .dropdown-menu {
	max-width: 150px;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    height: 8px;
    width: 8px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 8px;
    cursor: pointer;
}
.carousel-indicators li.active {
    background-color: white;
}
.carousel-caption h1 {
    font-size: 54px;
    text-transform: uppercase;
}
.carousel-caption h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.main, .footer {
	padding:50px 0;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
h1,h2,h3,h4,h5 {
	text-transform: uppercase;
}
.circle .fa {
	line-height:25px;
	font:25px;
	width: 100%;
}
.circle {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    position: relative;
    display: inline-block;
    transition: border-color .2s, background-color .2s, color .2s;
}
.footer li {
	font-size: .87em;
	list-style-type:none;
}
.footer ul {
    padding: 0px;
}
h5 {
	font-size:15px;
}
.carousel-background {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}
a:hover { color:inherit; }
.promo img {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

/** Gallery: */
.gallery .item {
    /*width: 200px;*/
    /*float: left;*/
}
.gallery .item img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    object-fit:cover;
}
.gallerypopup {
    position: fixed;
    z-index:9999;
    width:100%;
    height: 100%;
    left:0px;
    top:0px;
    display:none;
    background:#0000006b;
}
.gallerypopup img {
    position: relative;
    display: block;
}
#carousel {
    position:fixed;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 1;
}
.main, .footer, .sectiona, .sectionb, .sectionc, .map-section {
    z-index: 2;
    position: relative;
}
.main.first {
    margin-top: var(--slideShowHeight);
}
/*.gallery .item {
    width:20%;
}*/
.masonry .block {
    padding: 10px 20px;
}
.masonry img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.masonry .block:nth-child(odd) img {
    height:470px;
}
.masonry .block.col3 img {
    height:430px;
}
.roomgrid img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
/*.masonry .block:nth-child(odd) {
    padding-left:0;
}
.masonry .block:nth-child(even) {
    padding-right:0;
}*/
.navbar-brand {
    padding:0;
}

.navbar.sectionb .navbar-brand img {
    max-height:50px;
}
.down.carousel-control {
    margin: 0 auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 30px;
    bottom: 0;
    top:80vh;
}
.choicesExtraGuestSelectContent, .choicesExtraGuestLine {
    display: block;
    font-size: 11.5px;
}
.bounce-forever {
  animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% {
        margin-top: 0px;
    }
    50% {
        margin-top: 5px;
    }
}
@media screen and (max-width:1030px) {
    .fixed-menu-padding {
        padding-bottom: 0px;
    }
    #carousel {
        top: 0;
    }
}
@media screen and (min-width:990px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:990px) {
    .footer .col-md-5 {
        width: 100%;
    }
}
@media screen and (max-width:1200px) {
    /*.gallery .item {
        width:25%;
    }*/
}
@media screen and (max-width:760px) {
    .masonry .block {
       width: 100%;
    }

/*    .masonry .block {
        padding-left:0;
        padding-right:0;
    }*/
}
@media (min-width: 768px)
{
    .navbar-header
    {
        float: none;
    }

    .navbar-toggle
    {
        display: block;
    }

    .navbar-collapse.collapse
    {
        display: none;
    }
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.navbar.sectionb {
    margin-bottom:0px;
    border-radius: 0;
    border-bottom: 1px solid #2222223b;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.text-center {
    text-align:center;
}
.navbar-brand {
    float:none;
}
.navbar-toggler {
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar-nav {
    margin:0;
    width:100%;
    min-height:80vh;
    padding-top: 10vh;
}
.min-vh-100 {
    min-height:100vh;
}
.h-60 {
    height:60%;
}
.navbar-collapse.collapse {
    display:block!important;
}
.navbar-collapse.collapse.in {
    display:none!important;
}
.navbar {
    border-radius: 0;
}
img {
    max-width: 100%;
}
.btn {
    border-radius: 0;
}
.roomgrid .btn {
    border: 1px solid #000!important;
    color: #000!important;
    background-color:transparent!important;
}
.roomgrid .btn:hover {
    background:#c2e3d4!important;
}
.carousel-control.right, .carousel-control.left {
    background-image:none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    background-color: #fff;
    box-shadow: inherit;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item {
    display: block;
}
.pull-left {
    float:left;
}
.promo img {
    width: 100%;
}
.navbar-brand > img {
    margin: 0 auto;
}
.transparent {
    color: #fff;
    background: transparent;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.navbar-toggle {
    padding: 6px 10px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes breathing {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

 @keyframes breathing {
   0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
   50% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
   100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
 }

.navbar-nav > li > a, .navbar-nav a.dropdown-item {
    text-transform: uppercase;
    font-size: 1.87em;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    padding: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}
.navbar-nav > li.secondary > a, .navbar-nav .secondary a.dropdown-item {
    font-size: 14px;
}
.dropdown-menu {
    min-width: 300px;
}
.LDSFlashMessages .flash {
    position: absolute;
    z-index: 5;
    background: #ffd1d1;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.carousel-indicators {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 50%; */
    z-index: 15;
    /* width: 60%; */
    /* padding-left: 0; */
    /* margin-left: -30%; */
    /* text-align: center; */
    /* list-style: none; */
    position: absolute;
    transform: rotate(270deg);
    left: 50%;
    right: 50%;
    width: 0px;
    margin: 0 auto;
    /* top: 90vh; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    left: 0;
    right: 0;
    bottom:5vh;
    height: auto;
}
.nav .navbar-brand img {
    max-height: 48px;
}
#viewMoreGallery {
    position:absolute;bottom:0px;right:0px;
}
.dropdown-toggle:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    position: absolute;
    padding-left: 10px;
}

.dropdown-toggle-second:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    position: absolute;
    padding-left: 10px;
}
li.secondary.first {
    padding-top: 12px;
    border-top:1px solid #ccc;
    margin-top: 50px;
}
li.secondary.last {
    padding-bottom: 12px;
    border-bottom:1px solid #ccc
}
li.secondary {
    max-width:300px;
    margin:0 auto;
}
.secondary .dropdown-toggle:after {
    font-size: 6px;
}
.navbar-toggler h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 0px;
}
.navbar-toggler h5, .navbar-brand span, .navbar-brand img, #LDSSearch-mobile-btn {
    margin-top:0px;
}
#LDSSearch-mobile-btn {
    top: 15px;
}
#carousel a {
    color: inherit;
}

h3 {
    font-weight: 700;
}

.addBox .popupRight {
    display: none;
}

.addBox .popupLeft {
    width: 100%;
}

.choicesVAIModal .ui-dialog-buttonset .ui-button, .ui-dialog .ui-dialog-title {
    color: #000!important;
}

#paymentOption-expiry-year .col-md-offset-2, #paymentOption-expiry-year .col-md-offset-2, #paymentOption-expiry-month .col-md-offset-2 {
    margin-left: 50px;
}

.navbar-brand img.secondary {
    margin: 0 auto;
}


.input-sm {
    height: 34px;
    border-radius: 0px;
}

.LDSCMSForm label {
    width: calc(100% - 50px);
}

.LDSCMSForm .form-submit {
    margin-left: 100px;
}

.ui-datepicker tbody td, .ui-datepicker tbody td:last-child {
    border: 1px solid #727070;
}

.ui-datepicker table {
	margin-bottom: 0px;
}

div#LDSSearch-dates {
    padding: 15px 25px;
}

.masonry h3 {
    font-size: 18px;
}

#choicesForm h3 {
    font-size: 20px!important;
    line-height: 21px!important;
}

.choicesInformation {
    /*width: 50%!important;*/
}

.SVGIconLabel {
    font-size: 11px!important;
}

.price-comparisons label {
    letter-spacing: 1px;
}

.masonry {
    max-width: 100%;
    margin-left:0px!important;
    margin-right:0px!important;
}

.LDSNodeGroup { display: flex; flex-wrap: wrap; overflow: hidden; }
.LDSNodeGroup .LDSNewNode { list-style: none; width: 33%; min-width: 330px; padding: 10px 20px; }

.LDSNodeGroup .LDSNewNode .LDSImage img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.LDSNodeGroup .LDSNewNode .LDSText h3 { font-size: 18px; #212529; }
.LDSNodeGroup .LDSNewNode .LDSText .LDSTextButton {
    display: inline-block!important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    background-color: #222222;
    color: #ffffff;
    text-decoration: none;
}

.LDSFlashMessages .success{
    background: #d1f0d5;
}

img.mainLogo { margin-top: 30px; }
