/*header*/

header {

}

.header-content {
  display: none;
}
.mobile-header {
  background: #fff;
  width: 100%;
  height: 65px;
  display: block;
  position: relative;
}
.mobile-header:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #ECECEC;
}
.mobile-sticky .mobile-header:after {
  bottom: 0px;
}
.mobile-header .logo {
  display: inline-block;
  padding: 12px 20px;
  overflow: hidden;
}

.mobile-header .logo img {
  height: 40px;
  display: block;
}

.mobile-menu-icon {
  width: 72px;
  height: 64px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: right;
  border-left: 1px solid #ECECEC;
}
.mobile-menu-icon .segment, .mobile-menu-icon .segment:before, .mobile-menu-icon .segment:after {
  background: #777777;
  width: 24px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: transform 0.1s ease 0s;
  -moz-transition: transform 0.1s ease 0s;
  -o-transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
}
.mobile-menu-icon .segment {
  position: relative;
  top: 31px;
  left: 24px;
}
.mobile-menu-icon .segment:before {
  top: -6px;
  left: 0;
}
.mobile-menu-icon .segment:after {
  top: 6px;
  left: 0;
}
.mobile-menu-icon.active .segment:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
.mobile-menu-icon.active .segment::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
  left: 0px;
}
.mobile-menu-icon.active .segment {
  height: 0;
}


.h-mobile-content {
  width: 250px;
  height: calc(100vh - 64px);
  position: absolute;
  right: 0px;
  min-height: calc(100vh - 64px);
  top: 64px;
  z-index: 9000;
  background: #fff;
  padding: 0 20px;
  display: block;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.h-mobile-content.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.h-mobile-content:before {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #000000;
  height: 100%;
  width: 100%;
  left: -100%;
  display: block;
  pointer-events: none;
}
.h-mobile-content.active:before {
  opacity: 0.75;
  visibility: visible;
}



.h-mobile-content-scrollable {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  margin-bottom: 20px;
}


.main-nav {
  margin-left: 0;
  width: 100%;
}
.main-nav a {
  padding: 15px 0;
  display: block;
  width: 100%;
  text-align: left;
}
.main-nav a:first-child {
  margin-top: 15px;
}
.main-nav .book-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  margin-top: 15px;
}
header .main-nav .book-link:before {
  display: none;
}
.header-top-left-links {
  margin-right: 0;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.header-top-left-links a {
  width: 100%;
  display: block;
  padding: 10px 0;
  margin-left: 0;
  font-size: 13px;
  color: #555555;
  letter-spacing: 0;
  line-height: 21px;
}

.header-top-left-links a:before {
  display: none;
}

.h-top-drop-down-items .drop-down {
  margin-top: 20px;
}
.drop-down-title {
  padding-left: 0;
  padding-right: 0;
}


.mobile-localization .drop-down {
  margin-top: 0;
}
.mobile-localization .drop-down .drop-down-title {
  font-size: 0;
  width: 72px;
  height: 64px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: right;
  border-left: 1px solid #ECECEC;
}
.mobile-sticky .mobile-localization .drop-down .drop-down-title {
  height: 39px;
  font-size: 14px;
  padding: 7px 15px;
  width: auto;
}
.mobile-localization .localization-globe {
  left: calc(50% - 9px);
  position: absolute;
  top: calc(50% - 8px);
}
.mobile-sticky .mobile-localization .localization-globe {
  left: auto;
  position: relative;
  top: auto;
}
.mobile-localization .drop-down .drop-down-content {
  top: 63px;
}
.mobile-sticky .mobile-localization .drop-down .drop-down-content {
  top: 39px;
}
.mobile-localization .drop-down-title:after {
  width: 0;
}


.sticky-book-link {
  display: block;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -6px 4px -4px rgba(0,0,0,0.05);
  position: fixed;
  background: #fff;
  padding: 5px 4px 4px 4px;
  z-index: 20;
}

.sticky-book-link .book-link {
  margin-top: 0 !important;
  height: 40px;
  padding: 12px 0;
}

.sticky-book-link.main-nav .book-link:before {
  content: '';
   position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  background: url(/images/sprite.svg) no-repeat -10px -592px;
  vertical-align: middle;
  margin-right: 20px;
}
.sticky-header {
  display: none;
}


header.mobile-sticky {
  height: 64px;
}
header.mobile-sticky .mobile-header {
  height: 40px;
  top: 0;
  position: fixed;
  z-index: 999;
  box-shadow: 0 6px 4px -4px rgba(0,0,0,0.05);
}



header.mobile-sticky .h-mobile-content {
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
.logo-sticky {
  display: none;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-sticky img {
  display: block;
}
header.mobile-sticky .logo-sticky {
  display: inline-block;
}

header.mobile-sticky .logo {
  display: none;
}

header.mobile-sticky .mobile-menu-icon {
  height: 40px;
  width: auto;
}
header.mobile-sticky .mobile-menu-icon .segment {
  position: relative;
  top: 19px;
  left: 20px;
}

.menu-icon-title {
  display: none;
}

header.mobile-sticky .menu-icon-title {
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  padding: 12px 20px 11px 53px;
}

header.mobile-sticky .h-mobile-content {
  top: 40px;
}


.calendar-form-wrapper {
  display: none;
}





.column-wrapper .left-column {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.column-wrapper .right-column {
  width: 100%;
  float: right;
  margin-top: 20px;
  padding: 0 20px;
}

.formatted-text {

}
.formatted-text table {
  min-width: 100%;
  display: block;
  position: relative;
  overflow: scroll;
  height: auto !important;
  max-width: 100%;
}


.event-type-navigation {
  margin: 0 auto 63px;
}
.event-single {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.event-single .event-text {
  margin-top: 40px;
}
.event-single .buttons-wrapper {
  margin-top: 20px;
}
.event-single .buttons-wrapper a {
  margin-top: 20px;
}
.event-single .buttons-wrapper a:first-child {
  margin-right: 0;
}

.event-single .accordion {
  margin-bottom: 0;
}
.accordion-item .content .left-column, .accordion-item .content .right-column {
  width: 100%;
}
.contact-single {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-sections, .contact-form-wrapper {
  width: 100%;
}
.row-double .form-group {
  width: 100%;
}


.form-group-checkbox .form-label-wrapper, .form-group-checkbox .form-element-wrapper {
  vertical-align: top;
}
.form-group-checkbox .form-label-wrapper {
  width: calc(100% - 35px);
}
/*banners*/
.banners-wrapper {
  text-align: center;
}
.banners-wrapper .banner-item {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  max-width: 280px;
  display: inline-block;
  clear: both;
}
.banner-item .banner-image {
  display: none;
}
.banners-wrapper .banner-item:first-child {
  margin-top: 0;
}

.banner-item .banner-image-mobile, .banner-item .banner-image-mobile img {
  display: block;
}
.banner-item .banner-content {
  width: 100%;
  height: auto;
}

.static-page-single {
  padding: 0 20px 40px 20px;
}
.sp-image-wrapper {
  margin-bottom: 40px;
}
.jp-wrapper {
  width: max-content;
}
/*faq*/
.accordion {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.faq-grid {
  padding: 0 20px;
  margin-bottom: 40px;
}
.faq-grid .faq-item {
  margin-left: 0;
  width: 100%;
}

/*amenities*/
.amenities-grid {
  display: none;
}

.outer-mobile-slider-wrapper {
  width: 100%;
  padding: 0 calc(100% - 220px) 0 20px;
  position: relative;
  display: block;
  overflow: hidden;
}

.mobile-slider {
  display: block;
  margin-top: 0px;
  height:auto;
  text-align: center;
  position: relative;
}
.mobile-slider .slides > li {
  height: auto;
  position: relative;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -ms-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.mobile-slider .slides .flex-active-slide {
  opacity: 1;
}
.mobile-slider .flex-viewport {
  overflow: inherit !important;
}
.mobile-slider #custom-container {
  display: none;
}
.mobile-slider .flex-direction-nav {
  display: none;
}
.slider-padding-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

/*gallery*/
.gallery {
  display: none;
}
.p-gallery-item {
  display: block;
  margin-right: 20px;
  width: 100%;
}
.p-gallery-item img {
  display: block;
}

.mobile-gallery {
  display: block;
  padding-bottom: 40px;
}
.mobile-gallery.outer-mobile-slider-wrapper {
  width: 100%;
  /*padding: 0 calc(100% - 180px) 0 20px;*/
  margin-left: -20px;
  position: relative;
  display: inline-block;
  overflow: inherit;
}


.share-links {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}



/*slider*/
.slider {
  height: 400px;
  margin-bottom: 40px;
}

.slider .slides > li .slide-content-wrapper:before {
  display: none;
}
.slider .slides > li {
  height: 400px;
}
.slide-content-wrapper-outer {
  position: absolute;
  bottom: 0;
}
.slider .slides > li .slide-content-wrapper {
  height: auto;
  width: 100%;
  bottom: 0;
  top: auto;
}
.slider-name-wrapper {
  top: auto;
  bottom: 0;
  transform: none;
  text-align: center;
  width: 100%;
}
.slider .slides > li:before {
  display: none;
}
.slider-name-wrapper .name {
  max-height: 61px;
}
.slider #custom-container {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -43px;
}

.slider .flex-control-nav li {
  padding: 0;
  position: relative;
  width: 8px;
  margin-left: 10px;
  display: inline-block;
  height: 8px;
}
.slider .flex-control-nav li img {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.slider .flex-control-nav li:before {
  background: #ECECEC;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.slider .flex-control-nav li.active:before {
  background: #231F20;
}


.slider .slides > li .slide-content-wrapper {
  bottom: 76px;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slides > li .button {
  margin-top: 20px;
}

.custom-container-inner-wrapper {
  padding: 65px 35px 5px 35px;
}
.slider .flex-direction-nav {
  width: 100px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider .flex-control-nav {
  margin-left: -10px;
}




.page-head-image {
  height: 200px;
}
.page-head-image.large {
  height: 200px;
}
.page-head-info {
  width: calc(100% - 40px);
  padding: 40px 0;
}

.page-head-wrapper.bordered {
  border: none;
}

.featured-offers-wrapper, .upcoming-events-wrapper {
  padding: 40px 20px;
}

.grid-item {
  margin-left: 0;
}
.grid-item .grid-image img {
  display: block;
  width: 100%;
  max-width: 380px;
}

.grid-item .grid-info {
  height: auto;
  padding: 20px;
}
.grid-item .grid-item-bottom-wrapper {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}
.grid-item .grid-info .buttons-wrapper {
  margin-top: 10px;
}
.grid-item .buttons-wrapper a {
  width: 100%;
  margin-top: 10px;
}



.stripe {
  padding: 0;
}
.stripe .stripe-info {
  width: 100%;
  padding: 30px 20px 40px 20px;
  height: auto;
}
.stripe .stripe-inner {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.stripe .stripe-info .buttons-wrapper {
  margin-top: 10px;
}
.stripe .stripe-info .buttons-wrapper .button {
  margin-top: 20px;
}
.stripe .stripe-image {
  width: 100%;
}
.stripe .stripe-image img {
  width: 100%;
}








.page-list {
  padding: 0 20px 40px 20px;
}
.page-list-image {
  width: 100%;
  max-width: 530px;
  display: block;
}
.page-list-image img {
  width: 100%;
}
.list-item {
  margin-top: 20px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0 3px 4px -2px rgba(0,0,0,0.05);
}

.list-item .list-info {
  border: none !important;
  width: 100% !important;
  height: auto;
  padding: 20px;
}

.list-item .list-inner {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.list-item .buttons-wrapper a {
  width: 100%;
  margin-top: 10px;
}


.amenities-wrapper {
  padding: 40px 0 40px 0;
}
.amenity-item {
  margin-right: 20px;
  margin-bottom: 0;
}






/*footer*/
.newsletter {
  padding: 30px 20px 40px 20px;
}
.newsletter-text {
  margin-bottom: 30px;
}
#newsletterForm {
  width: 100%;
}
input[type="text"].newsletter-input {
  height: 92px;
  line-height: 0;
  padding: 15px 0 57px 15px;
  vertical-align: top;
}
#newsletterForm button {
  bottom: 5px;
  top: auto;
  width: calc(100% - 10px);
}


footer {
  padding: 40px 20px 65px 20px;
}
.f-content-left {
  width: 100%;
}
.f-content-left-top {
  padding: 0;
}
.f-content-left-top .f-col {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}
.f-content-left-top .f-col:first-child {
  margin-top: 0;
}
.f-content-right {
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.f-copyright {
  display: none;
}
.f-copyright.mobile {
  display: block;
  width: 100%;
}
.rizn-logo-wrapper {
  float: left;
  margin-top: 20px;
}







.title-large {
  font-size: 26px;
  line-height: 30px;
}


.title-x-large-white {
  font-size: 26px;
  line-height: 30px;
}





.main-hotels a {
  width: 100%;
  height: 50%;
  min-height: 400px;
  display: block;
}
.main-hotels a .hotel-content {
  height: 90%;
}
.main-hotels a .hotel-content .hotel-content-inner {
  left: 20px;
  bottom: 40px;
}
.main-hotels a .hotel-content .hotel-content-inner .top-title {
  margin-bottom: 20px;
}
.main-hotels a .hotel-content .hotel-content-inner .top-title:after {
  bottom: -12px;
}
.main-hotels a .hotel-content .hotel-content-inner .name {

}
.main-hotels a .title-x-large-white {
  font-size: 40px;
}
