@font-face {
  font-family: 'Circular-Std-Book';
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Book"), url("../fonts/CircularStd-Book.woff") format("woff")
}

@font-face {
  font-family: 'Circular Std Black';
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Black"), url("../fonts/CircularStd-Black.woff") format("woff")
}

.button {
  padding: 18px 30px;
  border-radius: 5px
}

body {
  line-height: 1.5em;
  font-family: "Circular-Std-Book", sans-serif;
  font-size: 14px;
  color: #353132
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 15px;
  font-family: "Circular-Std-Book", sans-serif;
  font-weight: 700
}

small {
  font-size: 14px
}

p {
  margin-top: 15px
}

.sub-title p {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0
}

.float-none {
  float: none !important
}

.relative_div {
  position: relative
}

.clearfix {
  clear: left
}

.reveal-overlay {
  z-index: 999999
}

.reveal {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto 0 auto
}

button.close-button {
  position: relative;
  float: right;
  margin-right: -14px;
  margin-bottom: 15px
}

.no-padding {
  padding: 0 !important
}

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px
}

.pl-0 {
  padding-left: 0
}

.pr-0 {
  padding-right: 0
}

.p-0 {
  padding: 0
}

.p-2rem {
  padding: 0 2rem
}

.m-0 {
  margin: 0
}

.mt-0 {
  margin-top: 0
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.img-responsive {
  width: 100%
}

.white-text {
  color: #fff
}

.flex-row {
  display: flex
}

.flex-row-wrap {
  display: flex;
  flex-wrap: wrap
}

.flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.flex-center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

div .flex-even-reverse:nth-child(2n-1) {
  flex-direction: row-reverse
}

.wp-video {
  border: 1px solid #231f20
}

main li {
  margin-bottom: 5px
}

a {
  color: #50b948
}

a:focus,
a:hover {
  color: #353132
}

.button {
  font-size: 14px;
  border-radius: 0px;
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 2px;
  padding: 12px 24px;
  margin-right: 0
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #9be1ff;
  color: #585858;
  pointer-events: none;
  border-color: #9be1ff
}

.button.white-btn {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px
}

.btn-primary {
  color: #fff;
  background-color: #50b948;
  border: 1px solid #50b948
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: transparent;
  border-color: #50b948;
  color: #50b948
}

.btn-default {
  color: #50b948;
  background-color: transparent;
  border-bottom: 1px solid #50b948;
  padding: 0 0px 5px 0
}

.btn-default:hover,
.btn-default:focus {
  background-color: transparent;
  border-bottom: 1px solid #50b948;
  color: #50b948
}

.btn-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff
}

.btn-white:hover,
.btn-white:focus {
  background-color: #50b948;
  border-color: #50b948
}

.btn-read {
  background-color: #fff;
  color: #4b4b49;
  padding: 12px;
  position: relative;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  border: 1px solid #fff
}

.btn-read:after {
  content: "";
  height: 0
}

.btn-read:hover,
.btn-read:focus,
.blog-text.box-sky .btn-read:hover,
.blog-text.box-sky .btn-read:focus {
  background-color: transparent;
  color: #fff
}

.blog-text.box-sky .btn-read:after {
  background-color: #fff
}

.btn-read:hover,
.btn-read:focus,
.blog-text.box-sky .btn-read:hover,
.blog-text.box-sky .btn-read:focus {
  background-color: transparent;
  color: #353132
}

.btn-read:hover:after,
.btn-read:focus:after,
.blog-text.box-sky .btn-read:hover:after,
.blog-text.box-sky .btn-read:focus:after {
  background-color: #353132
}

header.header-home {
  border-bottom: 5px solid rgba(224, 224, 224, 0.2)
}

ul.logo {
  max-width: 318px;
  display: flex;
  align-items: center
}

.top-bar-left {
  display: flex;
  justify-content: space-between
}

ul#menu-main-menu li {
  position: relative
}

ul#menu-main-menu li a {
  text-transform: uppercase;
  font-size: 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

#top-bar-menu #menu-main-menu .active,
#top-bar-menu #menu-main-menu .is-active,
#top-bar-menu #menu-main-menu li:hover,
#top-bar-menu #menu-main-menu li:focus,
#top-bar-menu #menu-main-menu li:hover a,
#top-bar-menu #menu-main-menu li:focus a {
  background-color: #fff;
  color: #50b948
}

#top-bar-menu #menu-main-menu .active>a,
#top-bar-menu #menu-main-menu .is-active>a {
  background: transparent;
  color: #50b948
}

.wyn img {
  width: 130px
}

.wyn .menu>li>a {
  padding: 5px 12px;
  margin-top: 10px
}

div#top-bar-menu {
  padding: 0px
}

.top-bar,
.top-bar ul,
div#top-bar-menu {
  background-color: #fff
}

div#top-bar-menu li {
  list-style: none
}

div#top-bar-menu li a,
div#top-bar-menu li span {
  color: #353132
}

ul#menu-main-menu li {
  border-left: 1px solid #e0e0e0
}

#top-bar-menu li.sp-book-now {
  background-color: #50b948;
  padding: 0 10px
}

#top-bar-menu li.sp-book-now a,
#top-bar-menu li.sp-book-now span {
  padding-top: 0px;
  color: #fff
}

div#top-bar-menu li.weather span {
  color: #50b948
}

.navbar-right.menu ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.5)
}

.top-bar-right,
.top-bar-right ul {
  display: flex;
  padding: 0;
  margin: 0
}

div#top-bar-menu {
  align-items: stretch
}

ul.navbar-nav.sp-nav.navbar-right li ul.btn-group.menu li {
  border: none;
  padding: 0
}

ul.navbar-nav.sp-nav.navbar-right li {
  border-left: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1rem
}

span.full-block {
  display: block
}

ul.orbit-container li.orbit-slide {
  min-height: calc(100vh - 87px);
  height: auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}

.banner-text {
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center
}

.banner-text h1,
.banner-text p {
  color: #fff
}

.subtitle {
  font-size: 20px;
  line-height: 29px;
  color: rgba(35, 31, 32, 0.75)
}

.banner-form .row {
  padding: 15px 15px 15px
}

.banner-form .row .expanded {
  margin: 0
}

.banner-form-title {
  background-color: #50b948;
  text-align: center;
  padding: 4px
}

.banner-form-title h5 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 18px
}

.banner-text .social ul {
  display: flex;
  margin-left: 0px
}

.banner-text .social ul li a i {
  font-size: 24px;
  color: #fff
}

.banner-text .social ul li {
  margin: 15px 5px 0
}

.banner-text-area {
  position: relative;
  max-width: 845px;
  margin-left: 45px;
  width: 100%;
  padding: 0 63px;
  background-position: center;
  background-size: contain;
  min-height: 170px;
  background-repeat: no-repeat;
}

.banner-text-area img {
  position: absolute;
  right: 0
}

.banner-text h1 {
  font-size: 60px;
  text-align: left;
  line-height: 78px;
  letter-spacing: 0.4px;
  margin-top: 34px;
  text-shadow: 1px 1px 10px #999;
}
.banner-text-area .social{
  z-index: 99 !important;
  margin-left: 50px;
}
.banner-text-area .social ul li a{
  text-shadow: 1px 1px 10px #999;
}

section {
  padding: 70px 0 0px;
  display: flex;
  flex-direction: column
}

section.entry-content {
  padding: 0;
  display: block
}

h2 {
  color: #50b948;
  text-transform: uppercase;
  font-weight: 400
}

.banner-form {
  background-color: #fff;
  text-align: left;
  padding: 0;
  max-width: 310px
}

.banner-form input,
.banner-form select {
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 4px;
  height: 40px;
  /*padding: 0 0px 0 12px*/
}

#welcome .row {
  margin-bottom: 70px;
  max-width: 970px
}

#welcome .row h2 {
  position: relative;
  padding-bottom: 25px;
  font-size: 36px
}

span.icon-facilities {
  background-repeat: no-repeat;
  width: 45px;
  height: 46px;
  display: block;
  margin: auto
}

.facilitie-main a:hover span.icon-facilities.rooms {
  background-position: 0 -47px
}

span.icon-facilities.spa {
  background-position: -421px 0
}

.facilitie-main a:hover span.icon-facilities.spa {
  background-position: -421px -47px
}

span.icon-facilities.pool {
  background-position: -321px 0
}

.facilitie-main a:hover span.icon-facilities.pool {
  background-position: -321px -47px
}

span.icon-facilities.gym {
  background-position: -371px 0
}

.facilitie-main a:hover span.icon-facilities.gym {
  background-position: -371px -47px
}

span.icon-facilities.dine {
  background-position: -49px 0
}

.facilitie-main a:hover span.icon-facilities.dine {
  background-position: -49px -47px
}

span.icon-facilities.wifi {
  background-position: -238px 0;
  width: 31px
}

.facilitie-main a:hover span.icon-facilities.wifi {
  background-position: -238px -47px;
  width: 31px
}

.facilitie-main a {
  color: rgba(35, 31, 32, 0.75)
}

.facilitie-main a:hover {
  color: #50b948
}

#map-address {
  position: relative;
  padding: 0
}

.map-directions h4 {
  font-size: 36px
}

#wyndham_attractions_map {
  min-height: 660px
}

.map-overlay {
  position: absolute;
  right: 50%;
  width: 432px;
  display: flex;
  z-index: 1;
  flex-direction: column;
  padding: 25px;
  margin-right: -216px;
  bottom: 70px;
  margin-bottom: 0
}

.map-overlay-inner {
  background-color: #fff;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.37);
  padding: 24px;
  display: flex;
  flex-direction: column
}

.map-overlay-inner::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 208px;
  top: 15px;
  z-index: 0
}

.map-overlay-inner strong {
  line-height: 22px;
  margin-bottom: 8px;
  font-size: 16px
}

.map-overlay-inner span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px
}

.map-overlay-inner span i {
  color: #cccccc;
  padding-right: 2px
}

.map-overlay-inner a.btn.btn-default {
  background-color: #017ec0;
  width: 150px;
  font-size: 12px;
  padding: 6px;
  margin-top: 10px
}

.map-directions {
  position: absolute;
  left: 10%;
  z-index: 1;
  background: #fff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.41);
  width: 420px;
  bottom: 10%;
  height: auto
}

.map {
  position: relative
}

.map .tabs {
  border-bottom: 0px solid #ddd
}

.map .tabs>li.is-active>a,
.map .tabs>li.is-active>a:focus,
.map .tabs>li.is-active>a:hover {
  background-color: #fff;
  border-bottom: 1px solid #017ec0;
  border-left: 0px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  font-size: 12px;
  color: #017ec0;
  padding: 5px 0
}

.map .tabs>li>a {
  padding: 5px 0;
  color: #333333;
  border-bottom: 1px solid #333333;
  border-left: 0px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  font-size: 12px
}

.map .tabs-title {
  width: auto !important;
  margin: 0 20px 0 0 !important
}

.map .tabs-title>a:hover,
.map .tabs-title>a:focus,
.map .tabs-title>a[aria-selected="true"] {
  border-left: none !important;
  border-right: none !important;
  background-color: transparent !important;
  color: #50b948 !important
}

.map .tabs>li.is-active>a,
.map .tabs>li.is-active>a:focus,
.map .tabs>li.is-active>a:hover {
  font-size: 15px
}

.map .tabs>li>a {
  font-size: 15px
}

.map .tabs-title a::after {
  content: ""
}

.map h3 {
  text-transform: uppercase !important
}

.map .tas-content {
  margin-top: 25px
}

.map .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 10px
}

.map .list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

.map .list-inline>li a {
  border-bottom: 1px solid #50b948;
  padding-bottom: 5px
}

.map a.location-link {
  color: #1c9957
}

.map-overlay-inner {
  padding: 24px
}

.map-directions {
  padding: 34px 34px
}

.map-overlay-inner a.button {
  margin-bottom: 0;
  width: 168px;
  letter-spacing: 0
}

.map-directions ul.nav.nav-tabs li {
  margin-right: 21.1px
}

.map-directions ul.nav.nav-tabs li:last-child {
  margin: 0
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #fff;
  color: #017ec0;
  border-color: #017ec0
}

.map-directions .tab-content {
  margin-top: 40px
}

.map-directions .tab-content h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600
}

.map-directions .tab-content p,
.map-directions .tab-content a {
  font-size: 12px;
  line-height: 21px
}

.map-directions .tab-content a {
  border-bottom: 1px solid #017ec0;
  padding-bottom: 5px
}

.map-directions .tab-content a.location-link {
  color: green;
  border: 0px
}

.map-directions .tab-content a:hover {
  text-decoration: none;
  border-color: #333
}

.map-directions i.fa.fa-map-marker {
  margin-right: 10px
}

#wyn-group input.btn.btn-default {
  background-color: #000;
  width: 150px;
  color: #fff
}

#wyn-group span.wpcf7-form-control-wrap.email-21 {
  position: absolute
}

.map-address {
  background: #0e69a0;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.map-phone {
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #037ec1;
  color: #fff;
  font-size: 30px;
  font-family: 'Source Serif Pro', serif
}

.map-address span {
  display: block;
  font-size: 12px
}
.map-container{
	filter:grayscale(100%);
	
}
.locality-box {
  width: 380px;
  float: right;
  border: 1px solid #50b948;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8)
}

.l-head {
  background-color: #50b948;
  color: #fff;
  padding: 15px;
  border-radius: 9px 9px 0px 0px;
  font-size: 20px
}

.l-head i {
  margin-right: 5px
}

.l-footer .btn-group.custom-btn-group a.btn {
  margin: 10px
}

.l-footer {
  text-align: center;
  padding-bottom: 20px
}

a.btn.btn-default.btn-pink {
  border-color: #50b948;
  color: #50b948
}

.l-body {
  padding: 15px 0
}

.l-body span {
  font-weight: 600;
  color: #404040;
  font-size: 16px
}

.l-body ul {
  padding: 0;
  margin: 10px 0 0;
  text-align: left
}

.l-body ul li {
  font-size: 12px;
  color: #50b948;
  width: 90%;
  margin: 8px auto;
  display: block
}

.l-body ul li strong {
  margin-right: 5px;
  min-width: 25%;
  display: inline-block;
  line-height: 17px;
  color: #333
}

.l-body ul li strong:before {
  font-family: FontAwesome;
  content: "\f017";
  font-weight: normal;
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle
}

.l-body ul li span {
  color: #50b948;
  font-weight: normal;
  width: 72%;
  display: inline-block;
  line-height: 17px;
  font-size: 12px
}

#map-address .locality {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0
}

.offers-home-main {
  display: flex
}

.offers-home {
  display: flex;
  padding: 0
}

.offers-home-img {
  width: 100%;
  min-height: 350px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.offers-home-img h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px
}

.offers-home-img .btn-default {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffff;
  padding: 0 0px 5px 0;
  font-size: 20px;
  padding: 0px 15px;
  /* height: 64px;*/
  line-height: 64px;
  max-width: max-content;
  letter-spacing: 5px;
  font-weight: 100;
  width: 100%;
  margin-top: 70px
}

.offers-home-img .btn-default:hover,
.offers-home-img .btn-default:focus {
  background-color: #fff;
  color: #50b948;
  border: 1px solid #fff
}

#info-content .row {
  display: flex;
  flex-wrap: wrap
}

.info-content-main {
  margin-bottom: 70px
}

.info-content-main img {
  margin-bottom: 40px
}

#info-content h2 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;
  color: #000
}

#info-content h2.blue {
  color: #50b948
}

#info-content small {
  letter-spacing: 5px;
  color: #a2a2a2;
  margin: 3px 0 10px;
  display: flex;
  text-transform: uppercase
}

#info-content p {
  margin: 20px 0 30px
}

.gallery-img {
  display: flex;
  justify-content: center;
  height: 480px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center
}

.gallery-img h4 {
  color: #fff;
  font-size: 27px;
  letter-spacing: 2px;
  text-align: center
}

main.columns {
  padding: 40px 0 0;
  height: auto
}

h1.page-title {
  color: #50b948;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 34px;
  text-transform: none !important;
  font-weight: bold
}

h2 {
  color: #50b948;
  font-size: 22px;
  text-transform: none !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem
}

h3 {
  color: #50b948;
  font-size: 18px;
  text-transform: none !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem
}

h4 {
  color: #50b948;
  font-size: 16px;
  text-transform: none !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem
}

h5 {
  color: #50b948;
  font-size: 15px;
  text-transform: none !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.table-scroll table {
  width: 100%
}

table.hover thead tr:hover {
  background-color: #50b948
}

table tbody td,
table tbody th {
  font-size: 12px
}

table tbody tr td:first-child {
  text-align: left
}

table tbody td {
  line-height: 17px;
  text-align: center;
  border: 1px solid #ccc
}

.table-scroll.meeting-table table tbody td {
  text-transform: none
}

#facilities table tbody td {
  text-align: left;
  width: 50%
}

table thead th {
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #ccc
}

table thead th:nth-child(2) {
  border-top: 1px solid #ccc
}

table thead,
.tabs-title>a:hover,
.tabs-title>a:focus,
.tabs-title>a[aria-selected="true"] {
  background-color: #50b948;
  color: #fff;
  position: relative;
  border-radius: 0px;
  outline: none
}

.tabs-title>a:hover,
.tabs-title>a:focus,
.tabs-title>a[aria-selected="true"] {
  border-left: 1px solid #50b948;
  border-right: 1px solid #50b948
}

.tabs {
  border: 0px solid #ddd;
  background-color: transparent
}

.tabs h4 {
  padding: 10px 15px;
  text-align: center;
  background-color: #50b948;
  color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px
}

.tabs-title {
  width: 100%;
  margin: 0
}

.tabs-title a {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  color: #404040;
  line-height: 19px;
  position: relative
}

.tabs-title a::after {
  content: "\f0da";
  position: absolute;
  right: 15px;
  font-family: FontAwesome
}

.tabs-rooms .row {
  display: flex;
  flex-wrap: wrap
}

.tabs-content {
  background: transparent;
  border: 0px solid #e6e6e6
}

.tabs-content h2 {
  margin-top: 0px;
  line-height: 31px;
  margin-bottom: 0px
}

.tabs-content p.content {
  margin-top: 0px;
  margin-bottom: 20px
}

.tabs-panel {
  padding: 0
}

.tiny_room_text {
  font-size: 11px;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px
}

.box-gallery.column:last-child:not(:first-child),
.box-gallery.columns:last-child:not(:first-child) {
  float: left
}

.gallery-boxes h2,
#visitor h2 {
  font-size: 36px;
  margin-bottom: 50px
}

#visitor {
  padding: 70px 0 50px
}

#visitor .row {
  display: flex;
  flex-wrap: wrap
}

.visitor-box {
  background-color: #e7f5e6;
  height: 100%;
  padding: 52px
}

.visitor-img img {
  width: 67px;
  border-radius: 50%;
  height: 67px
}

.visitor-img {
  width: 90px;
  float: left
}

.visitor-info {
  display: flex;
  flex-direction: column
}

.visitor-info h6 {
  margin-bottom: 0
}

.visitor-info span i {
  font-size: 12px;
  color: #50b948;
  padding: 0
}

#stay-social {
  padding: 0px 0 0
}

.page-id-160 h5 {
  font-size: 16px;
  margin-bottom: 0
}

.page-id-160 p {
  line-height: 21px;
  margin-top: 0px
}

.page-id-160 address h5 {
  margin-bottom: 5px
}

.testimonial {
  padding: 30px 15px 30px 30px;
  border-style: solid;
  border-width: 5px 1px 1px;
  margin: 0 0 30px;
  border-color: #bbb #ddd #ddd;
  min-height: 316px
}

.testimonial img {
  border: 1px solid #ddd;
  margin: auto auto 15px;
  width: 100%
}

.testimonial blockquote {
  font-family: "source sans pro";
  font-size: 16px;
  font-weight: 300
}

.testimonial blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em
}

.testimonial blockquote:after {
  content: close-quote;
  visibility: hidden
}

.medium-3 .testimonial {
  padding: 30px
}

.medium-4 .testimonial .medium-5,
.medium-3 .testimonial .medium-5,
.medium-2 .testimonial .medium-5,
.medium-1 .testimonial .medium-5 {
  width: 100%;
  margin: 0 0 15px
}

.medium-4 .testimonial .medium-7,
.medium-3 .testimonial .medium-7,
.medium-2 .testimonial .medium-7,
.medium-1 .testimonial .medium-7 {
  padding: 0;
  width: 100%
}

.testimonial blockquote cite {
  float: left;
  font-weight: 600;
  margin-top: 10px;
  width: 100%
}

.inner-footer {
  background-color: #50b948;
  padding: 4rem 0 4rem
}

.footer {
  margin: 0
}

footer .menu .active>a,
footer .menu .is-active>a {
  background-color: transparent;
  color: #fff
}

footer #menu-footer>li {
  width: 33.33%;
  margin: 5px 0
}

footer .menu>li>a {
  color: #fff
}

footer ul.social {
  padding: 0;
  margin: 0
}

footer ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0px 0px 10px 10px
}

footer ul.social li a i {
  font-size: 30px
}

footer a,
footer p {
  color: #fff;
  text-decoration:none;
}

footer a:active,footer a:focus,
footer p:active,footer p:focus{
  color: #fff;
  text-decoration:none;

}

footer a:hover {
  text-decoration: none;
  color: #fff
}

footer #menu-footer>li>a {
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px
}

footer span.footer-logo {
  max-width: 200px;
  margin-bottom: 10px
}

footer span {
  color: #fff;
  margin-bottom: 5px
}

footer .input-group .input-group-button input[type="submit"] {
  margin: 0;
  padding: 12.5px 20px;
  font-size: 12px
}

footer .social {
  float: right;
  width: 100%;
  margin-bottom: 15px
}

footer .social ul.menu {
  float: right
}

footer .social ul.menu li a {
  padding-right: 0;
  padding-left: 15px
}

footer .social i.fa {
  font-size: 30px
}

.footer-email,
.footer-tel {
  font-size: 16px
}

.footer-email i.fa,
.footer-tel i.fa {
  font-size: 18px;
  margin-right: 10px
}

.copyright {
  background-color: #489c41
}

.copyright p {
  padding: 16px 0 10px;
  margin: 0;
  line-height: 17px
}

footer input.button:hover {
  background-color: #489c41
}

footer input.button {
  background-color: #489c41
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left
}

#full-strap {
  padding: 40px 0;
  background-color: #50b948
}

#full-strap .row.columns {
  display: flex;
  align-items: center
}

#full-strap h3,
#full-strap a {
  color: #fff
}

#full-strap h3 {
  font-size: 28px
}

#full-strap a.btn {
  border: 1px solid #fff;
  padding: 16px 24px;
  border-radius: 3px;
  display: inline-block;
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 14px
}

#full-strap a.btn:hover {
  background-color: #fff;
  color: #50b948
}

.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 1
}

.grid .item {
  display: block;
  float: left;
  padding: 2px;
  width: 33%;
  opacity: 1
}

.grid .item a,
.grid .item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
  height:200px;
  width: 100%
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@media screen and (max-width: 900px) {
  .grid .item {
    width: 50%
  }
}

@media screen and (max-width: 400px) {
  .grid .item {
    width: 100%
  }
}

@media only screen and (min-width: 1200px) {
  main.columns {
    min-height: calc(100vh - 298px)
  }
  .info-content-main {
    width: 67%
  }
}

@media only screen and (min-width: 1680px) {
  .dropdown.menu a {
    padding: .7rem 2rem
  }
}

@media only screen and (min-width: 1740px) {
  ul.navbar-nav.sp-nav.navbar-right li {
    padding: 0.5rem 1rem
  }
}

@media only screen and (max-width: 1740px) {
  .map-popup:before {
    display: none
  }
}

@media only screen and (max-width: 1480px) {
  ul#menu-main-menu li a {
    font-size: 14px
  }
  .dropdown.menu a {
    padding: .7rem 0.5rem
  }
  .banner-text {
    left: 15px;
    right: 15px
  }
  .banner-text-area {
    max-width: 700px
  }
  .banner-text h1 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0.8px
  }
  .gallery-img h4 {
    font-size: 21px;
    letter-spacing: 2px
  }
  .gallery-img {
    height: 300px
  }
  .offers-home-img {
    padding-bottom: 45px
  }
  .offers-home-img h2 {
    font-size: 24px;
    line-height: 40px
  }
  .offers-home-img .btn-default {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    max-width: 250px;
    letter-spacing: 3px;
    margin-top: 24px
  }
  .map-directions {
    left: 1%
  }
  .map-overlay {
    margin-right: -226px;
    bottom: 50px
  }
  .map-overlay-inner::before {
    right: 217px
  }
  #map-address .locality {
    top: 10px;
    right: 52px
  }
  #top-bar-menu li.sp-book-now {
    padding: 0px
  }
}

@media only screen and (max-width: 1365px) {
  ul#menu-main-menu li a {
    font-size: 12px
  }
  .dropdown.menu a {
    padding: .7rem 0.4rem
  }
  ul.navbar-nav.sp-nav.navbar-right li {
    padding: 0.5rem 0.3rem
  }
}

@media only screen and (max-width: 1199px) {
  .banner-text h1 {
    font-size: 60px
  }
  h2 {
    font-size: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  section {
    padding: 30px 0
  }
  .subtitle {
    font-size: 24px
  }
  ul.navbar-nav.sp-nav.navbar-right li.weather,
  ul.navbar-nav.sp-nav.navbar-right li.wyn {
    display: none
  }
  .banner-form .input-field {
    margin: 0px 60px 0 30px
  }
  .box-room-text {
    max-width: 322px;
    margin: 70px auto
  }
  #wedding-event .medium-6 {
    padding: 40px
  }
  #stay-social h2,
  #other-facilities h2 {
    margin: 0 0 10px 0
  }
  .banner-text h1 {
    font-size: 54px
  }
  section,
  #visitor {
    padding: 50px 0 0
  }
  #welcome .row {
    margin-bottom: 20px
  }
  #welcome .row h2 {
    padding-bottom: 5px;
    font-size: 28px
  }
  .subtitle {
    font-size: 18px;
    line-height: 26px
  }
  #info-content h2 {
    font-size: 28px;
    line-height: 30px;
    white-space: normal
  }
  #info-content small {
    letter-spacing: 3px;
    margin: 0px 0 5px
  }
  #info-content p {
    margin: 10px 0 20px
  }
  .info-content-main {
    margin-bottom: 40px
  }
  .gallery-boxes h2,
  #visitor h2 {
    font-size: 28px;
    margin-bottom: 40px
  }
  .gallery-img {
    height: 245px
  }
  .gallery-img h4 {
    font-size: 18px;
    letter-spacing: 1px
  }
  #visitor {
    padding: 20px 0 20px
  }
  .visitor-box {
    padding: 30px
  }
  .map-directions {
    padding: 25px 25px;
    width: 420px
  }
  .footer-email,
  .footer-tel {
    font-size: 14px
  }
  .footer-email i.fa,
  .footer-tel i.fa {
    font-size: 12px;
    margin-right: 1px
  }
}

@media only screen and (max-width: 992px) {
  .top-bar-right.show-for-medium {
    display: none
  }
  ul.logo img {
    max-width: 150px
  }
  .banner-text h1 {
    font-size: 42px
  }
  .subtitle {
    font-size: 18px
  }
  h2 {
    font-size: 22px
  }
  p,
  .button {
    font-size: 12px
  }
  #welcome .row {
    margin-bottom: 15px
  }
  footer a,
  footer p {
    font-size: 13px
  }
  .banner-form .input-field {
    margin: 0px 8px 0 8px
  }
  [type="text"],
  [type="password"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="month"],
  [type="week"],
  [type="email"],
  [type="number"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="url"],
  [type="color"],
  textarea,
  select {
    font-size: 14px
  }
  #wedding-event .medium-6 h2 {
    line-height: 24px
  }
  .box-room-text {
    max-width: 235px;
    margin: 30px auto 0
  }
  .banner-text-area {
    margin-left: 0px
  }
  .banner-form {
    margin-top: 0px;
    width: 100%;
    max-width: 500px
  }
  .banner-text {
    flex-direction: column-reverse;
    top: 10%
  }
  .banner-text h1 {
    font-size: 56px;
	text-align: center;
  }
	.banner-text-area .social {
     margin: 0 auto 20px auto !important;
    text-align: center;
    display: block;
    position: relative;
    width: 30%;
	}
	
	.banner-text-area{
		background-image:none !important;
	}
  .banner-form {
    width: 100%;
    max-width: 500px
  }
  .gallery-boxes h2 {
    white-space: normal
  }
  .info-content-main {
    margin-top: 15px;
    margin-bottom: 0
  }
  .offers-home {
    display: flex;
    padding: 0
  }
  .offers-home-img {
    padding: 15px;
	min-height: 120px;
  }
  .offers-home-img h2 {
    font-size: 18px;
    line-height: 27px
  }
  .offers-home-img .btn-default {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    max-width: 180px;
    letter-spacing: 1px;
    margin-top: 15px
  }
  #visitor {
    padding: 50px 0 20px
  }
  .visitor-box {
    padding: 16px
  }
  .visitor-img {
    width: 78px
  }
  .visitor-info h6 {
    margin-bottom: 0
  }
  .visitor-info small {
    font-size: 12px
  }
  .gallery-boxes h2,
  #visitor h2 {
    font-size: 24px;
    margin-bottom: 20px
  }
  .gallery-img {
    height: 190px
  }
  .gallery-img h4 {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 100
  }
  .map-overlay {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
  .map-overlay-inner {
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff
  }
  .map-overlay-inner::before {
    display: none
  }
  .map-directions {
    position: relative;
    width: 98%;
    text-align: center;
    padding: 3% 1% 4%
  }
  .map {
    display: flex;
    flex-direction: column-reverse
  }
  #wyndham_attractions_map {
    min-height: 280px
  }
  ul#map-tabs {
    display: flex;
    align-items: center;
    justify-content: center
  }
  .map .tabs-title {
    margin: 0 12px !important
  }
  #map-address .locality {
    position: relative;
    top: 0
  }
  .locality-box {
    width: 100%;
    border: 0px solid #d11241;
    border-radius: 0
  }
  .l-head {
    border-radius: 0;
    text-align: center
  }
  .l-body ul li {
    width: 300px;
    display: flex;
    align-items: center
  }
  .l-body ul li strong {
    margin-right: 0px;
    width: 38%;
    min-width: 38%
  }
  .l-body ul li span {
    width: 62%;
    min-width: 62%
  }
  footer #menu-footer>li>a {
    text-transform: capitalize
  }
}

@media only screen and (min-width: 640px) and (max-width: 991px) {
  .footer-email i.fa,
  .footer-tel i.fa {
    font-size: 12px;
    margin-right: 1px
  }
}

@media only screen and (max-width: 640px) {
  ul.logo li {
    width: 150px
  }
  .logo {
    max-width: 240px
  }
  .title-bar {
    margin-right: 20px
  }
  nav#main-menu {
    padding: 0
  }
  nav#main-menu ul li a {
    color: #fff;
    border-top: 1px solid #fff
  }
  nav#main-menu ul li {
    margin-bottom: 0
  }
  .top-bar-right.float-right.show-for-small-only {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .row {
    max-width: 100%
  }
  #top-bar-menu {
    display: flex;
    flex-direction: row;
    align-items: center
  }
  .top-bar-left.float-left {
    max-width: 83%
  }
  .title-bar {
    background: #353132
  }
  .title-bar .menu-icon {
    margin-left: auto;
    margin-right: auto;
    outline: none
  }
  nav#main-menu {
    background-color: #353132
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    border-color: #fff transparent transparent
  }
  nav#main-menu ul li a {
    font-size: 16px
  }
  nav#main-menu ul li ul li a {
    font-size: 12px
  }
  .banner-text {
    top: 0%
  }
  .banner-text-area {
    padding: 0 0px;
	background-image: none !important;
  }
  .banner-text h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center
  }
  .social ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .banner-text-area img {
    display: none
  }
	.banner-text-area .social{
		margin:0 auto !important;
	}
  .banner-text h1 {
    font-size: 24px;
    line-height: 30px
  }
	.orbit-container{
		height:480px !important;;
	}
	ul.orbit-container li.orbit-slide{
		height:480px !important;
	}
  .banner-form .row {
    flex-direction: column;
    margin: 0;
    padding: 15px 0px 20px
  }
  .banner-form form {
    /*padding: 24px 15px;*/
	  padding: 0px;
    margin-bottom: 30px
  }
  .banner-form .input-field {
    margin: 0px 8px 15px 8px;
    max-width: 100%
  }
  span.input-group-addon {
    right: 12px
  }
  .banner-form input,
  .banner-form select {
    border: 1px solid #ddd
  }
  .banner-form .input-field select {
    width: 100%
  }
  .inner-footer .row {
    text-align: center
  }
  footer nav {
    margin-bottom: 30px
  }
  footer ul.social,
  footer span.full-block {
    display: flex;
    justify-content: center
  }
  footer .social {
    float: unset;
    width: 100%;
    margin-bottom: 5px
  }
  footer .social ul.menu {
    float: unset
  }
  #full-strap .row.columns {
    flex-direction: column
  }
  #full-strap h3 {
    font-size: 24px
  }
  #full-strap a.btn {
    float: unset;
    margin-top: 20px
  }
  span.full-block.footer-tel {
    width: 100%
  }
  #welcome {
    padding: 35px 15px 0
  }
  #welcome .row h2 {
    padding-bottom: 0px;
    font-size: 24px;
    white-space: normal
  }
  .subtitle {
    font-size: 14px;
    line-height: 24px
  }
  section#offers-home {
    padding: 20px 0 0
  }
  .offers-home-main {
    display: flex;
    flex-direction: column
  }
  .offers-home {
    display: flex;
    padding: 7.5px 15px
  }
  .offers-home-img {
    padding: 15px;
    background-size: cover;
    background-position: center
  }
  #info-content {
    padding: 0px 0 0
  }
  .info-content-main {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    padding: 30px 15px
  }
  #info-content h2 {
    font-size: 22px;
    line-height: 26px;
    white-space: normal;
    padding: 0 0 0px
  }
  #info-content small {
    letter-spacing: 1px;
    margin: 0px 0 10px;
    font-size: 12px
  }
  .gallery-img {
    height: 300px;
    background-position: center;
    margin-bottom: 15px
  }
  .gallery-img h4 {
    font-size: 18px;
    padding: 0 15px
  }
  #visitor .medium-4.column {
    margin-bottom: 15px
  }
  #stay-social {
    padding: 0px 0 0
  }
  .inner-footer {
    padding: 2rem 0 2rem
  }
  footer #menu-footer>li {
    width: 48%;
    background-color: #489c41;
    margin: 1% 1%
  }
  footer #menu-footer>li>a {
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px
  }
  .map-directions {
    position: relative;
    width: 98%;
    text-align: center;
    padding: 6% 4% 8%
  }
  .map-directions h4 {
    font-size: 24px
  }
  .map .tabs-title {
    margin: 0 10px !important
  }
  .map .tabs>li.is-active>a,
  .map .tabs>li.is-active>a:focus,
  .map .tabs>li.is-active>a:hover,
  .map .tabs>li>a {
    font-size: 12px;
    letter-spacing: 1px
  }
  .map a {
    font-size: 12px
  }
}

.special_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px
}

.card-title {
  color: #50b948;
  padding: 0;
  margin: 0;
  padding-top: 1rem
}

.card-text-small {
  font-size: 12px;
  padding: 1rem;
  margin: 0
}

.fa-star {
  color: #FD8B35;
  padding: .3rem;
  margin: 0;
  font-size: 1.5rem
}

.card {
  position: relative;
  margin-bottom: 5%;
  border: 1px solid #ddd;
  padding-bottom: 70px;
  height: 95%
}

.card-specials {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd
}

.acc-room-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

h6.card-title {
  color: #50b948
}

.card a.button {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px
}

.card-block {
  padding: 0 15px 0px
}

.card-block-small {
  padding: 10px;
  min-height: 150px !important
}

.card-block h4 {
  margin-top: 20px;
  font-size: 22px
}

.gallery-bg {
  background-size: cover;
  height: 150px !important;
  padding: 0;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  background-position:center center;
}

.inner-content {
  margin-bottom: 50px
}

.content_main {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0
}

.tiny_text {
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 1rem
}

.side-calendar-push {
  height: 20px
}

.white-bg {
  background-color: white;
  padding: 1rem;
  margin-bottom: 2rem
}

.darken-overlay div {
  width: 100%;
  height: 100%;
  background-color: #000
}
.gallery-padding .gallery-bg{
  min-height:200px;
}
