
/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('flaticon.css');

.prata-regular {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Bold';
	src: url('fonts/gothamssm_bold-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham Bold Italic';
	src: url('fonts/gothamssm_bolditalic-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Light';
	src: url('fonts/gothamssm_light-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Light Italic';
	src: url('fonts/gothamssm_lightitalic-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Medium';
	src: url('fonts/gothamssm_medium-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Medium Italic';
	src: url('fonts/gothamssm_mediumitalic-webfont.woff2') format('woff2'),
	url('fonts/gothamssm_mediumitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

:root{
	--oceanic: #405D65;
	--dark-ocenaic: #38535D;
	--light-ocenaic: #56757E;
	--dune: #E8DED3;
	--dark-dune: #D5C9BE;
	--light-dune: #F2E8DD;
	--ash: #282829;
	--iron: #55565A;
}

strong {
  font-weight: normal;
  font-family: 'Gotham Bold', serif;
}

.bg-oceanic{
	background-color: var(--oceanic);
}

.bg-ash{
	background-color: var(--ash);
}

.bg-dune{
	background-color: rgba(232, 222, 211, 0.15);
}

.bg-black{
	background-color: #1D1D1E;
}

.bg-pattern{
	background-image: url('../images/wyndham-grand-fallsview-pattern.svg');
	background-size: 300px;
	background-position: center;
}

.bg-pattern-dark{
	background-image: url('../images/wyndham-grand-fallsview-pattern-dark.svg');
	background-size: 300px;
	background-position: center;
}

.container, .container-xxl{
	padding: 0 2rem;
}
.glider-container{
	padding: 0 0.5rem;
}

body {
	font-size:16px;
	color: var(--iron);
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Gotham Light', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #1b1c1e;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin-bottom: 1rem;
	line-height:1.25em;
	font-family: 'Gotham Bold', serif;
	color: var(--ash);
}

h1.serif,h2.serif,h3.serif,h4.serif,h5.serif,h6.serif {
	font-family: 'Prata', cursive;
	letter-spacing: normal;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	color: var(--ash);
}

.h1{
	font-size: 2.875rem;
	letter-spacing: -0.05rem;
}

.h2{
	font-size: 2.625rem;
}

.h3{
	font-size: 2rem;
}

.h4{
	font-size: 1.625rem;
}

input,select,button{
	font-family: 'Gotham Medium', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
ul.circle-list li {
  list-style: circle;
}
ul.circle-list {
  padding-left: 1rem;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.red {
  color: red;
}
.red a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}
.red a:hover {
  text-decoration: underline;
}

figure{
	margin-bottom: 0;
}

header #reserve{
	transition: 0.5s all;
}

header .book_close{
	display: none;
}

header.open .book_close{
	display: block;
}

header.open #reserve{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: white;
}

header.open #reserve > div{
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

header #reserve::after{
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.5s all;
}

header.open #reserve::after{
	background-color: rgba(0, 0, 0, 0.5);
}

header .gswidget{
	padding: 0 !important;
}

ul.reservation-disclaimer li{
	padding: 0;
	margin-right: 0;
}

.theme-btn{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "Gotham Medium";
	border: 0;
	background: none;
}

/*Btn Style One*/

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #ffffff;
	font-weight: 500;
	padding: 16px;
	background: var(--oceanic);
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: var(--dark-ocenaic);
	outline-color: #ffffff;
	outline-offset: -4px;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #1b1c1e;
	font-weight: 500;
	padding: 16px;
	background: var(--light-dune);
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border: 1px solid var(--light-dune);
}

.btn-style-two:hover .btn-title{
	background: var(--dune);
	outline-color: var(--ash);
	outline-offset: -4px;
	color: var(--ash);
	border: 1px solid var(--dune);
}

/*Btn Style Three*/

.btn-style-three .btn-title{
	position: relative;
	display:block;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #1b1c1e;
	font-weight: 500;
	padding: 16px;
	background: white;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border: 1px solid rgba(40, 40, 41, 0.4);
}

.btn-style-three:hover .btn-title{
	background: var(--ash);
	color: #ffffff;
	border: 1px solid var(--ash);
}

/*Btn Style Four*/

.btn-style-four .btn-title{
	position: relative;
	display:block;
	font-size: 1rem;
	line-height: 1.875rem;
	color: white;
	font-weight: 500;
	padding: 15px 40px;
	background: none;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-four:hover .btn-title{
	background: white;
	color: var(--ash);
}

.btn-title.title-wide{
	min-width: 220px;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

a:focus-visible, button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

a.alt {
  color: #38535d;
  font-weight: 700 !important;
  text-decoration: underline;
}
a.alt:hover,
a.alt:focus,
a.alt:active {
  text-decoration: none;
}

/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

header{
	background: #FFFFFF;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}

header .logo img{
	max-height: 38px;
}

header .logo a {
  height: 100%;
  display: block;
}

header ul{
	position:relative;
	margin:0px;
	font-family: 'Gotham Medium', sans-serif;
}

header ul > li{
	padding: 16px 0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

header ul > li:last-child{
	margin-right:0px;
}

header ul > li:last-child:after{
	display: none;
}

header a.nav-link{
	display: inline-block;
	font-weight:500;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	padding: 8px 0px !important;
	opacity:1;
	border-bottom: 2px solid transparent;
	-webkit-transition:border 300ms ease;
	-moz-transition:border 300ms ease;
	-ms-transition:border 300ms ease;
	-o-transition:border 300ms ease;
	transition:border 300ms ease;
}

header li:hover > a.nav-link{
	color: #1b1c1e;
}

header a.nav-link:hover, header li.active a.nav-link {
	border-bottom: 2px solid var(--oceanic);
}

.navbar-toggler{
	border: 0;
}
.offcanvas{
	max-width: 80%;
}
.offcanvas-body{
	padding: 32px;
}

.skip-btn:focus{
  top: 10px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  background: var(--ash);
  color: white;
  padding: 0.5em 1.5em;
  transform: translateX(-50%);
  text-transform: uppercase;
  transition: none;
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:1rem;
	font-style:normal;
	height:62px;
	padding:15px 20px;
	line-height:30px;
	font-family: 'Gotham Medium', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:5px;
	text-indent:0px;
	color:#999999;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:0px;
	top:0px !important;
	width:15px;
	height:30px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #1b1c1e;
	border-top: none;
	font-family: 'Gotham Medium', sans-serif;
	border-radius: 0;
	padding: 0;
}

.ui-menu .ui-menu-item{
	font-size:0.875rem;
	border-bottom:1px solid #1b1c1e;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:12px 20px !important;
	font-size:0.875rem;
	line-height:30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #1b1c1e;
	margin: 0;
}

.check-sel-box{
	position: relative;
	z-index: 5;
}

.check-sel-box .check-sel-btn{
	position: relative;
	display: block;
	width:100%;
	font-size:1rem;
	font-style:normal;
	height:62px;
	padding:15px 54px 15px 20px;
	line-height:30px;
	font-family: 'Gotham Medium', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	z-index: 5;
	appearance: none;
	background: none;
}

.check-sel-box .check-sel-btn:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:20px;
	top:15px;
	height:30px;
	line-height: 30px;
	display:block;
	color:#999999;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.amenities-info{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-form-three .check-sel-box .check-sel-btn:before{
	top:10px;
}

.check-sel-box .check-sel-droplist{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	width: 100%;
	min-width: 240px;
	padding: 30px 20px 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	z-index: 5;
	border-radius: 0;
}

.check-sel-box .check-sel-droplist li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.check-sel-box .check-sel-droplist li:last-child{
	margin-bottom: 0;
}

.check-sel-box .sel-title{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 20px;
}
.check-sel-box .form-check{
	margin-bottom: 15px;
}
.check-sel-box .form-check input{
	border: 1px solid #e5e5e5;
	border-radius: 0;
}
.check-sel-box .form-check label{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 1rem;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
	background-position: center;
	background-size: cover;
}
.banner-section #content{
	padding: 16rem 0;
}
.banner-carousel .owl-nav{
	display: none;
}
.banner-section .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b27;
	opacity: 0.50;
}
.rooms-carousel{
	overflow: hidden;
	padding-bottom: 1rem;
}
.rooms-carousel .glider-slide > div{
	padding: var(--bs-gutter-x);
}
.banner-section .owl-dots{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -70px;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 15px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.50);
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
	background: rgba(255,255,255,1);
}

.banner-section .slide-item h1 {
  font-family: 'Prata', cursive;
  letter-spacing: normal;
}

/*** Filters ***/

.filters-section{
	position:relative;
	z-index: 5;
}

.filters-section.alternate{
	position: relative;
	background: #ffffff;
}

.filters-section .form-box{
	position: relative;
	padding: 32px;
	background: #ffffff;
   box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
}

.filter-form .form-group input[type="text"],
.filter-form .form-group input[type="email"],
.filter-form .form-group input[type="password"],
.filter-form .form-group input[type="tel"],
.filter-form .form-group input[type="url"],
.filter-form .form-group input[type="file"],
.filter-form .form-group input[type="number"],
.filter-form .form-group textarea,
.filter-form .form-group select{
   height:82px;
	padding:25px 20px;
	line-height:30px;
}

.filter-form .form-group .ui-selectmenu-button.ui-button{
	line-height:30px;
}

.filter-form .form-group .ui-button .ui-icon{
	top:5px;	
}

.filters-section .form-box .date-picker{
	cursor: pointer;
}

.filters-section .form-box .field-inner .icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	cursor: pointer;
	font-weight: 400;
	color:#999999;
}

.filters-section .form-box .theme-btn{
	display: block;
	width: 100%;
}

.filters-section .form-box .theme-btn .btn-title{
	line-height: 30px;
	padding: 16px 20px;
}

#ui-datepicker-div{
	z-index: 20 !important;
}

.card-list{
	position:relative;
	padding: 48px 0px;
}

.card-list .overlay{
	position: relative;
	display: block;
	padding: 28px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
	z-index: 1;
	background-color: white;
	//margin: -72px 32px 24px;
}

.why-us-section{
	padding: 48px 0px;
}
.rooms-section{
	padding: 48px 0px;
}
.featured-section{
	padding: 48px 0px;
}

#restrictions {
  font-size: .75rem;
}
#restrictions li{
	list-style: disc;
	padding-left: .75rem;
	margin-left: 1.25rem;
	margin-bottom: 0;
        line-height: 1.3;
}

#restrictions li a{
	word-wrap: break-word;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #282829;
	color: #9A9FA6;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"]{
	position: relative;
	width: 100%;
	line-height: 32px;
	padding: 0.875rem 0px 1rem;
	display:block;
	font-size: 1rem;
	background: none;
	color:#ffffff;
	border-radius: 0px;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus{
	border-color:#ffffff;
}

.newsletter-form .form-group .theme-btn{
	position: relative;
	margin-top: 20px;
}

.newsletter-form .form-group .theme-btn .btn-title{
	background: #55565A;
}

.main-footer .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 1rem;
	color: #999ea5;
}

.main-footer .links li a{
	position:relative;
	display: block;
	color: white;
	font-size:1rem;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	padding-bottom: 0.5rem;
}

.main-footer .links li a:hover{
	text-decoration: underline;
}

.main-footer .info .address,
.main-footer .info .email,
.main-footer .info .phone{
	position:relative;
	line-height: 1.6em;
	color: #9a9fa6;
	margin-bottom:15px;
}

.main-footer .info .address a,
.main-footer .info .email a,
.main-footer .info .phone a{
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .info a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.main-footer a {
  display: inline-block;
} 
.main-footer img {
  object-fit: initial;
} 

.main-footer .footer-bottom a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #999ea5;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.main-footer img{
	height: 62px;
}
.main-footer .social a {
  border: 1px solid #55565a;
  border-radius: .25rem;
  padding: .15rem;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.main-footer .social a:hover,
.main-footer .social a:active,
.main-footer .social a:focus {
  border: 1px solid #ffffff;
}
.main-footer .social .icon-fb,
.main-footer .social .icon-insta {
  height: 37px;
  width: 37px;
  background-image: url('../images/icons-social.png');
  background-repeat: no-repeat;
  background-position: -1px 1px;
  float: left;
}
.main-footer .social .icon-fb {
  background-position: -1px 2px;
}
.main-footer .social .icon-insta {
  background-position: -2px -137px;
}
.main-footer .social a:hover .icon-fb,
.main-footer .social a:active .icon-fb,
.main-footer .social a:focus .icon-fb {
  background-position: -40px 2px;
}
.main-footer .social a:hover .icon-insta,
.main-footer .social a:active .icon-insta,
.main-footer .social a:focus .icon-insta {
  background-position: -41px -137px;
}


/*** 

====================================================================
	Rooms Section Two
====================================================================

***/

.rooms-section-two{
	position:relative;
	padding: 36px 0px;
	background: #ffffff;
}

.rooms-section-two .carousel-box{
	position: relative;
}

.rooms-section-two .carousel-box .owl-stage-outer{
	overflow: visible;
}

.room-block-two{
	position: relative;
	margin-bottom: 60px;
}

.glider-slide .room-block-two{
	margin-bottom: 0;
	height: 100%;
}

.room-block-two .image-box{
	overflow: hidden;
}

.room-block-two .image-box img{
	display: block;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-block-two > div:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.room-block-two .lower-box{
	position: relative;
	display: block;
	padding: 28px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}
.room-block-two .lower-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}
.room-block-two > div:hover .lower-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.rooms-section-two .glider-dot{
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 4px solid white;
	box-shadow: 0 0 0 2px #949494;
	background: #949494;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.rooms-section-two .glider-dot:hover, .rooms-section-two .glider-dot.active{
	border: 4px solid white;
	box-shadow: 0 0 0 2px var(--ash);
	background: var(--ash);
}


.glider-next, .glider-prev{
	position: static;
	font-size: 1.5rem;
	color: #949494;
	margin-top: -3px;
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover{
	color: var(--ash);
}

/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner{
	position:relative;
	padding: 0;
	color: #ffffff;
	background: #0f2c36;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .banner-inner{
	position: relative;
	display: block;
	z-index:2;
}

.page-banner .inner-container{
	position: relative;
	//padding: 180px 0px;
	min-height: 420px;
        max-width: 760px;
        font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.page-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b27;
	opacity: 0.50;
}

.page-banner h1{
	position:relative;
	font-size: 3.375rem;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 0;
}

.offers-section{
	padding: 130px 0px;
	background-size: cover;
	background-position: center;
}

.feature-box{
	position: relative;
	margin-bottom: 30px;
}

.feature-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	height: 80px;
	line-height: 80px;
	width: 116px;
	margin-bottom: 28px;
}
.feature-box .icon-box img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}


.package-details{
	padding: 72px 0px;
}

.package-details ul {
  padding-left: 1rem;
}
.package-details ul,
.package-details ul li {
  list-style: circle;
}

.package-details .main-image .image{
	box-shadow: 0 15px 30px rgba(0,0,0,0.08);
	margin-bottom: 72px;
}

/*** 

====================================================================
	Rooms Section
====================================================================

***/

.rooms-section{
	padding: 48px 0px;
}

.rooms-gallery{
	padding-bottom: 110px;
}

.rooms-list{
	padding-bottom: 90px;
}

.rooms-section .filters-container{
	position: relative;
	margin-bottom: 32px;
}

.rooms-section .filters-container .form-box{
	background: #ffffff;
	margin: 0;
}

/*** 

====================================================================
	Room Single Section
====================================================================

***/

.room-single{
	position:relative;
	padding: 96px 0px;
	background: #ffffff;
}

.room-single .lower-box{
	position: relative;
	margin-top: 70px;
}

.room-single .lower-box .image-block .image{
	position: relative;
	display: block;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-single .lower-box .image-block .image:hover{
    box-shadow: 0 30px 45px rgba(0,0,0,0.08);
}

.room-single .details-box .info li{
	position: relative;
	float: left;
	padding: 0px 15px;
	width: 20%;
	margin-bottom: 30px;
	line-height: 1.60em;
}

.room-single .details-box .info li .icon{
	position: relative;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.room-single .details-box .info li a:hover{
	text-decoration: underline;
}

/* GuestServe Package Page */

#gs-package {
}
#gs-package h1 {
  font-size: 1.35rem;
  text-align: center;
  text-transform: uppercase;
}
#gs-package .container-package {
}
#gs-package .container-package .container-title {
  padding: 1rem;
  background: #282829;
  color: #ffffff;
}
#gs-package .container-package .container-title h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
#gs-package .container-package .container-package-info {
  padding: 2rem 1rem;
}
#gs-package .container-package .container-package-info .container-pricing {
  display: inline-block;
}

#gs-package .container-package .container-package-info .price-cad,
#gs-package .container-package .container-package-info .price-usd {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Signika', sans-serif;
  color: #0b7dc2;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 49px;
  background: url(../images/icons/icon-price-cad.png) no-repeat right bottom;
  line-height: .70;
  margin-bottom: 1rem;
}
#gs-package .container-package .container-package-info .price-usd {
  font-size: 2.5rem;
  background: url(../images/icons/icon-price-usd.png) no-repeat right center;
}
#gs-package .container-package .container-package-info .disclaimer {
  display: none;
  width: 750px;
  font-size: .85rem;
  height: auto;
  text-align: center;
}

.image-layer {
  background-image: url(images/wynf_exterior_nov25.jpg);
}


@media (min-width: 576px) {
	header .logo img{
		max-height: 64px;
	}
}

@media (min-width: 768px) {
	.h1{
		font-size: 3.5rem;
	}

	.h2{
		font-size: 3rem;
	}

	.h3{
		font-size: 2.5rem;
	}

	.h4{
		font-size: 1.625rem;
	}
	.why-us-section{
		padding: 96px 0px;
	}
	.rooms-section{
		padding: 96px 0px;
	}
	.room-block-two .lower-box{
		padding: 36px;
	}
	.rooms-section-two{
		padding: 92px 0px;
	}
	.featured-section{
		padding: 96px 0px;
	}
	.card-list{
		padding: 96px 0px;
	}
	.card-list .overlay{
		padding: 36px;
	}
	.glider-container{
		padding: 0 2rem;
	}

.image-layer {
  background-image: url(images/wynf_exterior_nov25_16x9.jpg);
}

}

@media (min-width: 992px) {
	.card-list .overlay{
		margin: 0;
	}
	.card-list .overlay.left{
		margin-right: -72px;
	}

	.card-list .overlay.right{
		margin-left: -72px;
	}
	.offers-section{
		padding: 180px 0px;
	}

  #gs-package h1 {
    font-size: 1.5rem;
  }
  #gs-package .container-package .container-package-info {
    width: 100%;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #gs-package .container-package .container-package-info .container-pricing {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 2rem;
  }
  #gs-package .container-package .container-package-info .container-bullet-info {
    padding: 0 1.75rem;
  }

}

@media (min-width: 1200px) {
	header ul > li{
		padding: 30px 0px;
		margin-right: 32px;
	}

	header ul > li:last-child{
		margin-right:0px;
	}

	header ul > li > a.nav-link{
		text-align:center;
	}
	.offcanvas {
		max-width: 100%;
	}
}

@media (min-width: 1400px) {

}

@media (min-width: 992px) {
  .loyalty-container {
    justify-content: space-between !important;
    display: flex !important;
  }
}

/*** Filters ***/

.filters-section{
	position:relative;
	z-index: 5;
}

.filters-section.alternate{
	position: relative;
	background: #ffffff;
}

.filters-section .form-box{
	position: relative;
	padding: 32px;
	background: #ffffff;
   box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
}

.filter-form .form-group input[type="text"],
.filter-form .form-group input[type="email"],
.filter-form .form-group input[type="password"],
.filter-form .form-group input[type="tel"],
.filter-form .form-group input[type="url"],
.filter-form .form-group input[type="file"],
.filter-form .form-group input[type="number"],
.filter-form .form-group textarea,
.filter-form .form-group select{
   //height:82px;
	//padding:25px 20px;
	line-height: 1.75;
}

.filter-form .form-group .ui-selectmenu-button.ui-button{
	line-height:30px;
}

.filter-form .form-group .ui-button .ui-icon{
	top:5px;	
}

.filters-section .form-box .date-picker{
	cursor: pointer;
}

.filters-section .form-box .field-inner .icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	cursor: pointer;
	font-weight: 400;
	color:#999999;
}

.filters-section .form-box .btn-primary,
.filters-section .form-box .theme-btn{
	display: block;
	width: 100%;
}

.filters-section .form-box .theme-btn .btn-title{
	line-height: 30px;
	padding: 16px 20px;
}

.check-sel-box{
	position: relative;
	z-index: 5;
}

.check-sel-box .check-sel-btn {
	position: relative;
	display: block;
	width:100%;
	font-size:1rem;
	font-style:normal;
	height:62px;
	padding: 15px 54px 15px 20px;
	line-height: 1.75;
	font-family: 'Gotham Medium', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	z-index: 5;
	appearance: none;
	background: none;
}

.check-sel-box .check-sel-btn:before{
	font-family: 'Flaticon';
	//content: "\f106";
	position:absolute;
	right:20px;
	top:15px;
	height:30px;
	line-height: 30px;
	display:block;
	color:#999999;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.amenities-info{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-form-three .check-sel-box .check-sel-btn:before{
	top:10px;
}

.check-sel-box .check-sel-droplist{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	width: 100%;
	min-width: 240px;
	padding: 30px 20px 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5 !important;
	z-index: 5;
	border-radius: 0;
}

.check-sel-box .check-sel-droplist li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.check-sel-box .check-sel-droplist li:last-child{
	margin-bottom: 0;
}

.check-sel-box .sel-title{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 20px;
}
.check-sel-box .form-check{
	margin-bottom: 15px;
}
.check-sel-box .form-check input{
	border: 1px solid #e5e5e5;
	border-radius: 0;
}
.check-sel-box .form-check label{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 1rem;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-fb {
  display: none;
  max-width: 1020px;
  height: auto;
  font-size: 1rem;
  text-align: center;
  background: #fff !important;
  display: none;
}
.event-fb .sub-title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}
.event-fb strong {
  color: #2b2b2b;
}

.event-fb .interior-feature-info {
  padding: 1rem;
  display: block;
  text-align: left;
}
.event-fb .interior-feature-info .logo {
  padding: 0 1em 1em 1em;
}
.event-fb .interior-feature-info .logo img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

/* hero slick slider */

#container-slider {
  position: relative;
}
#container-slider .fade:not(.show) {
  opacity: 1;
}
#container-slider .container-slider-dots {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: .5rem;
}
#container-slider .container-slider-dots .container-fluid {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#container-slider .slick-track .slick-slide .image {
  display: block;
  width: 100%;
  height: 100%;
}
#container-slider .slick-dots {
  text-align: right;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#container-slider .slick-dots li {
  display: block;
  width: 19px;
  height: 19px;
  margin: 5px;
}
#container-slider .slick-dots li button {
  width: 19px;
  height: 19px;
}
#container-slider .slick-dots li button::before {
  font-size: 19px;
  line-height: 19px;
  width: 19px;
  height: 19px;
  color: #ffffff;
}
#container-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #ffffff;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  #container-slider .container-slider-dots {
    right: 3rem;
  }

}
