.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .0s;
  transition-timing-function:linear;
}

.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;
}


.modal-guestrooms {
	width: 100%;
	max-width: 676px;
}

.boxed-fixed {
 width: 85%; margin: 0 auto;
}

@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);
    }
}




.btn-closemodal {
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.eloise-padding-fix p {padding: 0; margin: 0 auto!important;text-align:center!important;}
.eloise-calendar-page-title {
    padding: 14px 0 34px 0!important;
    text-align: center;
    margin: 0!important;
}
.ffm-margins p {padding: 0!important; margin: 0!important;}

.show-more,
	.collapsed > .show-less {
		display:none;
	-webkit-transition: width 2s, height 4s; /* Safari */
		transition: width 2s, height 4s;	
	}
	
	.show-less,
	.collapsed > .show-more {
		display:block
	}
	.fancyclick:active {
		color: #FFF;
	}
	
.carousel-logo-box {
	display: table;
	vertical-align: middle;
}
a.slidethumb {
	width: 100%;
	max-width: 159px;
	height: 100%;
	max-height: 159px;
	display: table-cell;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

a.slidethumb.selected {
	border-color: #ebe9e8;
}

#slider-thumbs .col-sm-2 {
	margin-bottom: 15px;
}

p.socialicons {margin: 0!important;}
p.socialicons .fa {font-size: 25px;margin: 0 12px;}
p.socialicons a {color: #796e65; background: none;}
	
#the-top-fixed-bar {
	width: 100%;
	max-width: 1151px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

	
/* Header - Desktop */
header#newhead {
	width: 100%;
	height: 246px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	background: #FFF;
	border-top: 10px solid #ebbc4d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.top-new-nav {margin-top: 246px!important;}

header#newhead #logo {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 40px 0 0 0; 
}

header#newhead #logo img {
	width: 100%;
	height: auto;
	max-width: 250px; 
}

header#newhead #logo img.full-logo {
	visibility: visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}

header#newhead #logo img.small-logo {
	visibility: hidden;
	display: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	
}

header#newhead.smaller {
	height: 105px; 
}

header#newhead.smaller #logo {
	padding: 0;
}

header#newhead.smaller #logo img {
	width: 100%;
	max-width: 120px;   
}


header#newhead.smaller nav a {
	line-height: 75px;
}


/* Header - Mobile */
header#newhead-mobile {
	width: 100%;
	height: 246px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	background: #FFF;
	border-top: 10px solid #ebbc4d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

header#newhead-mobile #logo {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 40px 0 0 0; 
}

header#newhead-mobile #logo img {
	width: 100%;
	height: auto;
	max-width: 250px; 
}

header#newhead-mobile #logo img.full-logo {
	visibility: visible;
}

header#newhead-mobile #logo img.small-logo {
	visibility: hidden;
	display: none;
}

header#newhead-mobile.smaller {
	height: 105px; 
}

header#newhead-mobile.smaller #logo {
	padding: 0;
}

header#newhead-mobile.smaller #logo img {
	width: 100%;
	max-width: 120px;   
}

header#newhead-mobile.smaller #logo img.full-logo {
	visibility: hidden;
	display: none;
}

header#newhead-mobile.smaller #logo img.small-logo {
	visibility: visible;
	display: inline;
}

header#newhead-mobile.smaller nav a {
	line-height: 75px;
}



.navbar-toggle span {color: #FFF; background: #FFF;}

.top-buttons-alignment {
	padding: 0; 
	margin: 0;
}
.row-mobile {
	margin:0;
	float: right;
}

.top-button-left {float: left; padding: 0 25px 0 0; margin: 0;}
.top-button-left .top-reservation-btn {margin-left: 0; margin-right: 25px;}
.top-button-right {float: left; padding: 0; margin: 0;}
.top-button-left .top-reservation-btn {margin-left: 0; margin-right: 0;}
.top-buttons-alignment {padding: 0!important; margin: 0!important;}



@media all and (max-width: 767px) {
	header#newhead {width: 100%; padding: 0; margin: 0; height: 120px; padding: 0;}
	header#newhead.smaller {height: 120px; padding: 0;}
	header#newhead #logo img, header.smaller #logo img {max-width: 120px;}
	header#newhead #logo, header.smaller #logo {padding: 5px 0 0 0;}


	header#newhead-mobile {width: 100%; padding: 0; margin: 0; height: 150px; padding: 0;}
	header#newhead-mobile.smaller {height: 120px; padding: 0;}
	header#newhead-mobile #logo img, header#newhead-mobile.smaller #logo img {max-width: 120px;}
	header#newhead-mobile #logo {padding: 5px 0 0 0; height: 92px;}
	header#newhead-mobile.smaller #logo {padding: 5px 0 0 0; height: 57px;}

	
	.bodycopy {margin: 130px 0 0 0;}
	#address {font-size: 10px!Important;}
	.top-address a, .addressmobilefix, .addressmobilefix a {font-size: 10px!important;}
	#logo {float: left!important; height: 60px; }
	#buttons {float: none!important; text-align: center!important;width: 100%!important;}
	.top-new-nav {margin-top: 110px!important;}
	.text-center-mobile {text-align: center!important;}
	.text-left-mobile {text-align: left;}
	.text-right-mobile {text-align: right;}
	#buttons .col-xs-6 {width: 50%!important;}
	#buttons .row {padding: 0; margin: 0;}
	.top-new-nav ul.navbar-nav {padding: 25px 0 0 0!important;}
	.top-buttons-alignment {padding: 0!important; margin: 0;}
	.top-reservation-btn {font-size: 9px!important; padding-left: 0; padding-right: 0;}
	.clearmobile {clear: both;overflow: hidden; height:0;}
	#footer ul {margin: 0 0 25px 0!important;}
	.row-mobile {padding: 0; margin: 0;}
	.row-mobile .top-reservation-btn {width: 100%;}
	.modal-guestrooms {width: 100%; max-width: 376px;}
	.boxed-fixed {width: 90%; margin: 0 auto;}
	.text-right-mobile {text-align: right!important;}
	.text-left-mobile {text-align: left!important;}
	.top-button-left {float: none; display: inline; width: 50%; text-align: left;}
	.top-button-left .top-reservation-btn {margin-left: 0; margin-right: 0; }
	.top-button-right {float: none; display: inline; width: 50%; text-align: right;}
	.top-button-right .top-reservation-btn {margin-left: 0; margin-right: 0; }
}

@media all and (max-width: 937px) {
	.top-button-left .top-reservation-btn, .top-button-right .top-reservation-btn {font-size: 80%;}
}

@media all and (max-width: 828px) {
	.top-button-left .top-reservation-btn, .top-button-right .top-reservation-btn {font-size: 80%;}
}
