@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  font-family: 'Lato', 'Playfair Display';
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
}

.news-learn .dashed-get_permalink:hover > .hr-knob {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.news-learn .dashed-get_permalink > .hr-knob {
  /* width: 20%; */
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.news-learn .dashed-link:hover > .hr-knob {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.news-learn .dashed-link > .hr-knob {
  /* width: 20%; */
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.topMargin {
  margin-top: 40px;
}

.section-news .carousel-control-prev {
    display: none;
}

.section-news .carousel-control-next {
    display: none;
}



/* .fa {
  padding-left: 5px;
} */

.relative {
  position: relative;
}

.absolute{
  position: absolute;
}

.absolute.full{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#carousel-indicators2 {
    display: none;
}

.car-control {
    display: none;
}

.thenav {
  margin-top: 10px;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-dark .navbar-nav>li>a.switch_lang.active {
  color: #D00000;
  border-top: 2px solid transparent;
}

.navbar-dark .navbar-nav>li>a.switch_lang.active:hover,
.navbar-dark .navbar-nav>li>a.switch_lang:focus {
  border-top: 2px solid transparent;
}

.navbar-dark .navbar-nav>li>a.switch_lang:hover:after{
  width: 0;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: transparent;
}
.navbar-dark .navbar-toggler:focus {
  outline: 0;
}

.hideAway {

  visibility:hidden;
}

.showAway {
  display: block;
    transition-delay: 1s;
}

.hr-knob{
  position: relative;
  display: inline-block;
  height: 1px;
  width: 14%;
  top: -4px;
  margin-right: 10px;
}

.show {
  display: block;
}

.section1 .content .seemore .hr-knob {
  background: #FFF;
}

.section1 .content .seemore .hr-knob {
  width: 4%;
}

.dashed-link > .hr-knob {
  /* width: 20%; */
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.dashed-link:hover > .hr-knob {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

/* .dashed-link .dashed-text:hover {
  transform: translateX(10%);
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.dashed-link .dashed-text:hover {
  transform: translateX(10%);
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
} */

.indicatorCol .dashed-link .hr-knob:hover {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.indicatorCol .dashed-link .hr-knob:hover {
  width: 20%;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.indicatorCol.active .dashed-link .hr-knob:hover {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.indicatorCol.active .dashed-link .hr-knob:hover {
  width: 20%;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}




#nav-icon3 {
  width: 28px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: auto;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 6px;
}

#nav-icon3 span:nth-child(4) {
  top: 12px;
}


#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




#nav-iconTab {
  width: 28px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  outline:none;
  margin: auto;
}

#nav-iconTab span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-iconTab span:nth-child(1) {
  top: 0px;
}

#nav-iconTab span:nth-child(2),#nav-iconTab span:nth-child(3) {
  top: 6px;
}

#nav-iconTab span:nth-child(4) {
  top: 12px;
}


#nav-iconTab.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-iconTab.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-iconTab.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-iconTab.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-toggler.navTab {
  align-self: center;
}

.mfp-content img {
    height: 800px;
    object-fit: cover;
    object-position: 70% 100%;
}

.navbar-toggler.navTab {
  display: block;
  background-color: #D00000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 999;
  margin-bottom: 30px;
  /* box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3); */
}

.nav-item a {
  color: #fff;
  font-weight: 600;
  line-height: 34px;
}

.navbar-nav .nav-link.disabled {
  line-height: 26px;
}

.navbar-dark .navbar-nav>.active>a,
.navbar-dark .navbar-nav>li>a.active {
  color: #FFF;
  font-weight: 600;
  padding-top: 8px;
  border-top: 2px solid #D00000;
}

.navbar-dark .navbar-nav li {
  display: table-cell;
  position: relative;
}

.navbar-dark .navbar-nav li > a:before {
  width: 100%;
}

.navbar-dark .navbar-nav a:after {
  background: none repeat scroll 0 0 transparent;
  top: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #D00000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-dark .navbar-nav a:hover:after {
  width: 100%;
  left: 0;
}

.fixed-nav{
  position: absolute;
  z-index: 1;
}


.main-nav{
  padding-top: 50px;
}

.main-nav .float_left{
  float: left;
}

.main-nav .float_right{
  float: right;
}

.nav-lang-switcher {
  text-align: left;
}

.close {
  text-align: right;
}

.nav-lang-switcher{
  margin: 0px;
}

.nav-lang-switcher .separator{
  display: inline-block;
  height: 15px;
  width: 1px;
  background: #FFF;
  vertical-align: -2px;
  margin: 0 3px;
}

.switch_lang{
  padding: .5rem 0;
  line-height: 34px;
  color: #fff;
}

.switch_lang:focus, .switch_lang:hover {
  color: #D00000;
}

.switch_lang.active{
  color: #D00000;
}

.star-nav.hello{
  width: 39%;
  z-index: 999;
  position: fixed;
  right: -30px;
}

.nav-btn-lnk{
  text-decoration: none;
}

.nav-btn-lnk:hover{
  background-color: #D00000;
}

.nav-btn{
  background-color: #D00000;
  padding: 14px 25px;
  color: #FFF;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s;
}

.menu-strip .nav-btn{
  background-color: #ffffff;
  color: #D00000;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s;
  padding: 14px 45px;
}

.menu-stripTab .nav-btn {
  background-color: #ffffff;
  color: #D00000;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s;
  padding: 16px 25px;
}



.nav-btn.highlight {
  background-color: #D00000;
  padding: 14px 45px;
  color: #FFF;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s;
}

.nav-btn:hover {
  background-color: #950A0A;
  color: #FFF;
}

.logo {
  /* margin-left: 110px; */
}

.logo .logo-desk {
  width: 100px;
  height: auto;
  display: block;
}

.logo-mob {
  width: 30%;
  height: auto;
  z-index: 1;
}

.star-mob-logo {
  display: none;
}

.top_banner{
  position: relative;
}

.top_banner.b_suites.premier  {
    background: url('../images/suites/banner_premier.jpg') 100% 80% no-repeat;
    background-size: cover;
    position: relative;
}

.b_suites .starext{
  min-height: 400px;
}

.suite-header {
  position: absolute;
  bottom: 40px;
}

.suite-parent{
  border-bottom: 1px solid #FFFFFF;
  margin-top: 24px;
}

.suite-parent span{
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.suite-title {
  margin-left: 40px;
}

.suite-title h1{
  font-family: 'Playfair Display';
  font-size: 5rem;
  color: #FFFFFF;
}

#progress {
  height: 3px;
  background: #d00000;
  top: 0;
  z-index: 200;
}

.skrollable {
  position: fixed;
  z-index: 100;
}

.grey_overlay{
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
}

.gallery-suite{
  margin-top: 3vh;
}

.hr-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.hr-list li{
  display: inline-block;
}

li.icon{
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

li.icon img{
  width: 30px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

li.icon span{
  margin-left: 7px;
  color: #000;
}

.suites-section .suite-features{
  margin-top: 13px;
  padding-left: 0rem;
}

.suite-features{
  margin-top: 13px;
  padding-left: 2rem;
}

.book-now {
  margin-top: 2rem;
}

.writeup.bottom{
  display: none;
}

.writeup{
  margin-top: 10rem;
  padding-left: 2rem;
}

.writeup .desc{
  margin-top: 3vh;
}
.writeup h2{
  font-family: 'Playfair Display';
  font-size: 4.2rem;
}

.writeup hr{
  margin: 5rem 0;
}

.luxuries label{
  font-weight: 700;
}

.luxuries .luxs:not(:first-child){
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.luxuries .book-btn-lnk .nav-btn {
  text-align: center;
}

.luxuries .book-btn{
  margin-top: 5rem;
}

.amenities {
  margin-top: 5rem;
}

.suite-amenities .item {
  float:left;
}

.red-label{
  display: inline-block;
  color: #D00000;
  border-bottom: 1px solid #D00000;
  font-weight: 700;
  font-size: 12px;
  margin-left: 18px;
  letter-spacing: 2px;
}

.suite-amenities {
  margin-top: 4rem;
  margin-bottom: 7vh;
  width: calc(100vw - 30vw);
}

.suite-amenities ul li{
  list-style: none;
  min-width: 310px;
  margin-bottom: 1rem;
  margin-left: -40px;
}

.owl-carousel .owl-item img {
  touch-action: none;
}

#flexnav_img{
  margin-top: 13px;
  z-index: 0;
}

.fslider.suite .flex-control-nav.flex-control-thumbs{
  display: none;
}

.white-title{
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid #FFF;
  margin-top: -8px;
}

.other-suites {
  background-color: #D00000;
  padding: 5vh 3vh 5vh;
  overflow: hidden;
}



.other-suites .star-bg {
  position: relative;
}

.other-suites .star-bg-1 {
  right: -270px;
  top: -120px;
  opacity: 0.3;
}

.other-suites .star-bg-1 img {
  width: 80%;
}

.oSuites-lnk,.dashed-link{
  display: block;
}

/* .oSuites{
  margin: 3vh 0;
} */

.oSuites-margin {
  margin: 40px auto;
}

.oSuites .choice{
  margin-top: 10px;
  position: relative;
}

.section-suites .oSuites .choice {
    width: 80%;
}

.section-suites .oSuites .choice.deluxe-choice {
    float: right;
}

.oSuites .choice img{
  width: 100%;
  height: auto;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

.oSuites .choice.transpt img{
  width: 100%;
  height: auto;
  box-shadow: none;
}

.oSuites .choice .tint{
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}

.oSuites .choice .frame{
  border: 1px solid #FFFFFF;
  margin: 3%;
}

.oSuites .choice .text{
  font-family: 'Playfair Display';
  color: #FFF;
  font-size: 4rem;
  line-height: 4rem;
  bottom: 10%;
  left: 10%;
  color: rgba(255,255,255,1);
  text-shadow: 0 0 5px rgba(255,255,255,0.5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease-in-out; /** Firefox **/
  -o-transition: all 0.5s ease-in-out; /** Opera **/
}

.oSuites .choice:hover .text{
  color: rgba(255,255,255,1);
  text-shadow: 0 0 0 rgba(255,255,255,0);
}

.oSuites .choice .viewall{
  width: 100%;
  bottom: 15%;
  left: 10%;
}

.oSuites .choice .viewall .dashed-link{
  color: #FFF;
}

.oSuites .choice .viewall .dashed-text{
  font-size: 14px;
}

.dashed-link{
  position: relative;
}

.dashed-link .hr-knob,
.dashed-link .dashed-text{
  display: inline-block;
}

.viewall .dashed-link .hr-knob {
  background: #FFF;
}

.oSuites .choice.transpt:hover .dashed-link .hr-knob:after{
  width: 100%;
}

.oSuites .choice.transpt .tint{
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out; /** Firefox **/
  -o-transition: all 0.3s ease-in-out; /** Opera **/
  /* transition-delay: 0.3s; */
}

.oSuites .choice.transpt:hover .tint{
  width: 100%;
}

.oSuites .choice .tint{
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out; /** Firefox **/
  -o-transition: all 0.3s ease-in-out; /** Opera **/
}

.oSuites .choice:hover .tint{
  width: 100%;
}

.col-sm {
  padding: 0px;
}

.carouselIndicators {
  position: absolute;
  top: 0;
}

.carousel-item > img {
  width: 100%;
  height: 840px;
}

.section1 .carousel-item img {
  width: 100% !important;
  object-fit: cover;
}

.carousel-caption {
  display: flex;
  align-items: center;
  text-align: left;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.carousel-caption .content h2{
  font-family: "Playfair Display";
  font-size: 7rem;
  line-height: 8rem;
  margin-bottom: 30px;
}
.carousel-caption .content .subtitle,
.carousel-caption .content .seemore{
  display: none;
}

.carousel-indicators {
  position: absolute;
  top: 600px;
  bottom: unset;
}

.section-suites {
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.section-suites .col-margins {
  padding: 0 18px;
}

.box_shadow {
  box-shadow: 10px 10px 16px -4px rgba(0,0,0,0.3);
}

.section-suites .star-bg-1 {
  left: -11%;
  bottom: 11%;
}

.section-suites .star-bg-2 {
  right: -13%;
}

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


#container > div + div {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

#carouselIndicators{
  z-index: 0;
}
.indicatorInfo {
  z-index: 10;
  margin-top: -170px;
}
.indicatorInfo ul{
  display: flex;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.indicatorInfo ul li{
  cursor: pointer;
  display: inline-block;
  width: 25%;
  background-color: #FFF;
  position: relative;
}

.indicatorCol .bar {
  position:absolute;
  right: 1px;
  top: 40px;
  min-height: 180px;
  width: 1px;
  background-color: transparent;
}
.indicatorCol .bar.on{
  background-color: #707070;
  opacity: 0.5;
}

.indicatorCol .box{
  padding: 50px 40px 30px;
}

.indicatorCol .box p {
    min-height: 110px;
}

.indicatorCol .seemore{
  margin: 30px 0 10px;
}

.indicatorCol.active {
  background-color: #D00000;
  opacity: 1;
  transition: 0.3s;
}

.indicatorCol.active,
.indicatorCol.active .seemore .dashed-text  {
  color: #FFF;
}

.indicatorCol .seemore .hr-knob {
  background-color: #D00000;
}

.indicatorCol.active .seemore .hr-knob {
  background-color: #FFF;
}

.indicatorCol .seemore .dashed-text{
  color: #D00000;
}

.indicatorCol.active .seemore .hr-knob:hover {
  background: #FFF;
  /* width: 100%; */
}

.indicatorCol.active .seemore .dashed-text:hover {
  color: #FFF !important;
}

.indicatorCol .seemore .dashed-text:hover {
  color: #D00000 !important;
}

.indicatorCol.active:hover {
  background-color: #D00000 !important;
  opacity: 1;
  transition: 0.3s;
}

.indicatorCol.active:hover p {
  color: #FFF !important;
  opacity: 1;
  transition: 0.3s;
}

.indicatorCol:hover {
  background: #EEEEEE;
  opacity: 1;
}

.col-side{
  background-color: #fff;
  width: 300px;
  padding: 40px 30px 20px;
}

.slider-more:before {
  background-color: #D00000;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 20%;
  right: 0.5em;
}

.car-more {
  width: 60%;
  text-align: right;
  line-height: 0.1em;
  margin: 13px 0 19px;
  background-color: #BA36BF;
}

.car-more span {
  background:#fff;
  padding:0 10px;
}


.slider-more text {
  padding-left: 10px;
}

.slider-more {
  font-weight: 700;
  font-size: 12px;
  display: block;
  color: #D00000;
  text-decoration: none;
}

.carousel-indicators > li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: width ease 0.4s;
}
.carousel-indicators .active{
  border-top: 0;
  border-bottom: 0;
  width: 35px;
  border-radius: 10px;
  background-color: #FFF;
  margin-top: 10px;
}

.section-header .title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.section-header .title.offers {
  color: #fff;
}

.section-header .dash {
  display: block;
  width: 51px;
  height: 2px;
  margin: 6px auto;
}

.section-header .title.suites {
  color: red;
}

.section-header .dash.suites {
  background: red;
}

.section-header .dash.offers {
  background: #fff;
}

.suites-title h1 {
  color: #000000;
}

.section-titles p {
  text-align: center;
  max-width: 45%;
  margin: 0 auto;
  /* padding: 2% 0; */
}

.section2 {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.section-offers {
  background-color: red;
  background-image: linear-gradient(#D10404, #860000);
  padding: 90px 0 110px;
  overflow: hidden;
}

.section-offers .star-bg-1 {
  left: -11%;
  top: 11%;
  opacity: 0.3;
}

.section-offers .star-bg-2 {
  right: -5%;
  bottom: -23%;
  opacity: 0.3;
}

.section-offers .slide-offers .offer-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.offer-wrapper {
  padding: 0 25px;
}
.slide-offers .frame{
  border: 1px solid #FFFFFF;
  margin: 15px;
}
.slide-offers .offer-img {
  padding: 0;
}

.sectionTitles {
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 5rem;
  color: #fff;
}

.section-suites .sectionTitles {
  color: #333;
}

.offers p {
  text-align: center;
  color: #fff;
}

.more_offers {
  text-align: center;
  margin: 30px auto;
}

.cta_button button {
  border: none;
  padding: 13px 40px;
  font-weight: 700;
  font-size: 15px;
}

.cta_button.more_offers button {
  color: #D00000;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.cta_button.more_offers button:hover {
  opacity: 0.6;
}

.cta_button.view_events button {
  color: #fff;
  background-color: #BA36BF;
  padding: 10px 40px;
  opacity: 1;
  transition: 0.3s;
  outline: none;
}

.cta_button.view_events button:hover {
  opacity: 0.6;
}
.cta_button.view_events{
  margin-top: 40px;
}

.seemore{
  width: 100%;
  margin: 40px 0 20px;
}
.seemore .dashed-text{
  color: #BA36BF;
  font-weight: 700;
  font-size: 13px;
}

.seemore .hr-knob{
  background: #BA36BF;
}

/* #carousel2 {
  padding-top: 45px;
} */

#carousel-indicators2 {
    position: absolute;
    top: 400px;
    z-index: 0;
}

.carousel-control-prev {
  left: -180px;
}

.carousel-control-next {
  right: -180px;
}

.offers .car-caption {
    background: #fff;
    padding: 80px 40px 0px 40px;
}

.car-caption {
  background: #fff;
  padding: 130px 40px 0px 40px;
}

.car-caption p {
  text-align: left;
  color: #000;
  line-height: 2.1rem;
}

.car-caption .title {
  font-size: 3rem;
  line-height: 40px;
  color: #000;
  font-family: "Playfair Display";
  margin-bottom: 20px;
}

.car-caption .dashed-link:hover > .hr-knob {
  width: 15%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.slide-offers .ribbon{
  text-align: right;
  padding-right: 60px;
  margin-top: -15px;
}

.slide-offers .offer-text {
    background-color: #fff;
    padding: 6px;
    position: inherit;
    max-height: 440px;
}

.car-more {
  display: block;
  color: #BA36BF;
  margin: 40px 0 20px;
}

.car-more {
  width: 60%;
  text-align: right;
  line-height: 0.1em;
  margin: 13px 0 19px;
  background-color: #BA36BF;
}

.car-more span {
  background:#fff;
  padding:0 10px;
}

.section4 {
  background-color: #F5F5F5;
  padding-top: 6vh;
  height: 530px;
}

.section4 .news-tiles {
  padding: 20px 7px;
}

.section4 .news-tiles p {
  line-height: 20px;
}
.section4 .news-tiles p.news-posts-date {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.section4 .news-tiles a {
  color: #000;
}

.section4 .news-tiles p.news-posts-title {
  font-family: "Playfair Display";
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}

#show-on-tab {
  display: none;
}

/* #ktv-onTab {
  display: none;
} */

.news-posts-content p:not(:last-child) {
  margin-bottom: 20px;
}

.news-posts {
  background-color: #fff;
  padding: 40px 40px;
}

.news-posts .news-posts-content {
    min-height: 130px;
}

.headlinesTitle {
  text-align: left;
  font-size: 12px;
  letter-spacing: 2px;
  color: #BA36BF;
  margin-bottom: 0;
  font-weight: 700;
}

.headlinesBorder {
  display: inline-block;
  width: 119px;
  height: 1px;
  background: #BA36BF;
  margin: 8px auto;
}

.headlines {
  font-family: 'Playfair Display';
  font-size: 5rem;
  line-height: 5.5rem;
  margin-bottom: 25px;
}

.news-archive .headlinesTitle{
  margin-top: 200px;
  font-weight: 700;
}

.news-archive .headlinesBorder{
  width: 95px;
}

.other-suites .headlinesTitle{
  margin-top: -8px;
  color: #FFF;
}

.other-suites .headlinesBorder{
  background: #FFF;
  width: 191px;
}

.news-events-posts .headlinesTitle{
  margin-top: -8px;
  color: #BA36BF;
}
.news-events-posts .headlinesBorder{
  background: #BA36BF;
  width: 230px;
}

.news-posts-date {
  color: #A53FA7;
}

.news-posts-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-posts-border {
  border-top: 5px solid #BA36BF;
}

.input-group-append {
  margin-left: -1px;
  z-index: 0;
}

.newsletter-wrap {
  text-align: center;
  margin-top: -20vh;
}

.newsletter-bg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

.newsletter-img {
  display: inline-block;
}

.newsletter-img .abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter-img .abs.white-frost {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0) 50%);
}
.newsletter-img .padborder {
  border: 10px solid #fff;
}

.newsletter-content {
  text-align: left;
  margin-left: 80px;
}

.newsletter-content h2 {
  color: #001776;
  font-family: 'Playfair Display';
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}

.newsletter-content p {
  margin: 0;
}
.newsletter-content p.submsg {
  color: #001776;
  margin: 30px 0;
  font-weight: 400;
}

.newsletter-form .form-control {
  font-size: 1.6rem;
  padding: 22px 25px;
}

.newsletter-btn {
  background-color: #B51C1C;
  padding: 10px 52px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.newsletter-btn:hover{
  color: #FFF;
}

.newsletter-form .form-control,
.newsletter-btn{
  height: 52px;
}

.right-pp {
  top: 0;
  bottom: 0;
  right: 0;
  background: #860000;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

#output {
  z-index: 99;
  position: absolute;
  top: 220px;
  right: 0;
}

.section-enquiry p {
  margin-bottom: 4rem;
}

.output-wrapper {
  text-align: center;
}

.wpcf7-form-control-wrap{
  height: 80px;
}

.wpcf7-validation-errors{
  display: none !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: none;
}


div.wpcf7-response-output {
  display: none;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: #fff;
  padding-top: 5px;
  font-style: italic;
  font-size: 1.3rem;
  text-align: right;
}

.star-contact {
  background: #D00000;
}

.newsletter-logo img {
  display: block;
  width: 100px;
  height: auto;
}

.newsletter-footer{
  padding: 80px 0;
}

.star-contact-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* .contact-details{
  margin-left: 50px;
} */

.contact-info {
  color: #fff;
  margin-bottom: 30px;
}

.newsletter-footer .contact-wrap{
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-wrap .ct-icon{
  margin-right: 10px;
}

/* .contact-info br {
  display: none;
} */

.contact-info h1 {
  font-family: 'Playfair Display';
  font-size: 3.5rem;
}

.contact-info p {
    font-size: 1.8rem;
    margin-top: 20px;
}

.contact-info-more div {
  display: inline-block;
  padding-top: 30px;
  color: #fff;
  /* padding-right: 27px; */
}

.contact-info a,
.contact-info-more a,
.contact-info a:hover{
  color: #fff;
}

.contact-info-more img {
  width: 20px;
  height: auto;
}

.contact-info-more .last span:nth-child(2):hover {
  color: #D7D7D7;
}

.social.phone {
    margin-bottom:50px;
}

.social {
    margin-bottom:50px;
}

.social img {
  width: 20px;
  height: auto;
}

.social span {
  color: #fff;
}

.social span:hover {
  color: #D7D7D7;
}

.social {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.social.phone {
    margin-right: 70px;
}

/* .top-content p {
    color: #fff;
} */



.social-text .headlinesTitle  {
    color: #fff;
    justify-content: center;
}

.social-text .headlinesBorder {
    display: inline-block;
    width: 93px;
    height: 1px;
    background: #fff;
    margin: 8px auto;
}

.social-text.social-media .headlinesBorder {
    display: inline-block;
    width: 108px;
    height: 1px;
    background: #fff;
    margin: 8px auto;
}

.newsletter-footer .social.phone {
    margin-right: 70px;
}

.newsletter-logo {
    margin-right: 50px;
}

.top-content {
  margin-bottom: 10px;
}

.newsletter-border {
  border-top: 5px solid #D00000;
  margin: 0 auto;
  width: 70%;
}

.social-text {
    margin-bottom: 10px;
}

#footer-nav {
  overflow: hidden !important;
}

.footer {
  background: #950A0A;
  padding: 30px;
}

.footer .navbar .nav-link {
  /* width: 150px; */
  font-weight: 600;
  color: #FFF;
  text-align: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer .navbar .nav-link:hover {
  color: #D7D7D7;
}

.footer-border {
  width: 136px;
  background: #fff;
  display: block;
  margin: 20px auto;
  opacity: 0.5;
}

.company-info {
  height: auto;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}

.company-info .credits {
  padding-top: 10px;
}

.company-info a,
.company-info p,
.company-info .sep {
  color: #FFF;
  justify-content: center;
  text-align: center;
  display: inline-block;
}

.company-info .credits {
  text-decoration: underline;
}

.company-info a:not([href]):hover {
  color:#fff;
}

.company-info .sep {
  padding: 0 10px;
}

.top_banner.news_events {
  background: url('../images/news-events/banner_news.jpg') 100% 80% no-repeat;
  background-size: cover;
  position: relative;
}
.overlay_grey {
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news-archive .star-bg-1 {
  left: -11%;
  bottom: 2%;
}

.news-archive .star-bg-2 {
  right: 0%;
  top: 3%;
}

.news-archive {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-header .past-event-date a {
  font-family: "Playfair Display";
  color: #000;
  font-size: 20px;
}

.section-header .past-event-border {
  display: inline-block;
  width: 102px;
  height: 1px;
  background: #BA36BF;
  margin: 8px auto;
}

.mobShow,
.ippro{
  display: none;
}

.grid-sizer,
.grid-item {
  width: 450px;
  padding-right: 10px;
}

.grid-item{
  margin-bottom: 40px;
}


.grid-item p.past-event-date {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.grid-item p.past-event-title {
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #000;
}

.book-btn {
    text-transform: uppercase;
    background-color: #D00000;
    padding: 14px 45px;
    color: #FFF;
    font-weight: 600;
    opacity: 1;
    transition: 0.3s;
}

.book-btn:hover {
    background-color: #950A0A;
    color: #FFF;
}

a.book-btn:hover {
    color: #fff;
}


.past-event {
  background-color: #fff;
  padding: 50px 45px;
  font-size: 13px;
}

.past-event-content {
  font-size: 1.6rem;
  color: #000;
}

.past-event-content p:not(:last-child) {
  margin-bottom: 20px;
}

.past-event .news-learn {
  margin: 40px 0 20px;
}

.past-event-date {
  color: #A53FA7;
}

.past-event-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.pagination {
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 40px;
}

.pagination a {
  margin: 30px 10px;
  font-size: 2.5rem;
  font-family: "Playfair Display";
  color: #404040;
}

.pagination .active {
  color: #BA36BF;
}

.back-to-news-button {
  max-width: 1690px;
}

.back-to-news-button {
  margin: 40px -10px 20px;
}

.back-to-news-button .dashed-text {
  color: #BA36BF;
  font-weight: 700;
}

.back-to-news-button .hr-knob {
  background: #BA36BF;
  width: 3%;
  /* width: 5%; */
}


.back-to-news-button .dashed-link:hover > .hr-knob {
  width: 5%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.back-to-news-button .dashed-link:hover > .hr-knob {
  width: 5%;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.dashed-get_permalink:hover > .hr-knob {
  width: 20%;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.dashed-get_permalink:hover > .hr-knob {
  width: 20%;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.section-news .star-bg-1 {
  display: none;
}

.section-news .star-bg-2 {
  right: 0%;
  top: 43%;
}

.posts-content {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-content: center;
  margin: 0 auto;
}

.posts-content .entry-date {
  text-transform: uppercase;
  color: #A53FA7;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.posts-content .entry-title {
  font-family: "Playfair Display";
  font-size: 4.2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.posts-content .entry-content-page {
  line-height: 30px;
  margin-bottom: 40px;
}

#posts-carousel .carousel {
  padding-top: 30px;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);

}

#posts-carousel .borderLeft {
  border-left: 5px solid #D00000;
  position: absolute;
  top: 30%;
  bottom: 10%;
  left: -4px;
}

#posts-carousel .borderRight {
  border-right: 5px solid #D00000;
  position: absolute;
  top: 30%;
  bottom: 10%;
  right: -4px;
}

#posts-carousel .carousel-item > img {
  margin-top: 10px;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: 100% 100%;
  border: 10px solid #fff;
}


.section-news .borderLeft {
  border-left: 5px solid #D00000;
  position: absolute;
  top: 30%;
  bottom: 10%;
  left: -4px;
}

.section-news .borderRight {
  border-right: 5px solid #D00000;
  position: absolute;
  top: 30%;
  bottom: 10%;
  right: -4px;
}

.section-news .carousel-item > img {
  margin-top: 10px;
  width: 100% !important;
  height: auto;
  object-fit: cover;
  object-position: 100% 100%;
  border: 10px solid #fff;
}


.section-news .carousel-item > img {
  margin-top: 10px;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: 100% 100%;
  border: 10px solid #fff;
}

#posts-carousel .carousel-control-prev {
  left: -30px;
}

#posts-carousel .carousel-control-next {
  right: -30px;
}

#posts-carousel .carousel-indicators {
  position: absolute;
  top: 570px;
  bottom: unset;
  z-index: 0;
}

.section-news .carousel-control-prev {
  left: 0px !important;
}

.section-news .carousel-control-next {
  right: 0px !important;
}

.section-news .carousel-indicators {
  position: absolute;
  top: 570px;
  bottom: unset;
  z-index: 0;
}

.posts .padborder {
  border: 10px solid #fff;
}

.news-events-posts {
  background-color: #F5F5F5;
  padding-top: 60px;
  height: auto;
}

.news-events-posts .news-border {
  display: inline-block;
  width: 286px;
  height: 1px;
  background: #BA36BF;
  margin: 8px auto;
}

.news-events-posts .news-tiles {
  padding: 10px;
}

.news-events-posts .news-tiles p {
  line-height: 20px;
  color: #000;
}
.news-events-posts .news-tiles p.news-posts-date {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.news-posts-content.text {
  color: #000;
}

.news-events-posts .news-posts-date {
  color: #A53FA7 !important;
}

.news-events-posts .news-tiles p.news-posts-title {
  font-family: "Playfair Display";
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 25px;
}

.posts-share {
  margin-top: 60px;
}

.social-btn {
  padding-left: 0;
}

.social-btn li {
  display: inline;
  list-style: none;
}

.fb-share,
.twitter-share {
  width: 20%;
  margin-right: 20px;
}

.left-grid {
  border: 20px solid blue;
}

.right-grid {
  border: 5px solid red;
}

.offers-section .grey_overlay {
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.news_events .grey_overlay {
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.news_events.single .grey_overlay {
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.offers-section .star-bg-1 {
  left: -5%;
  bottom: -119%;
}
.offers-section .star-bg-1 img {
  width: 23vw;
}

.offers-section .star-bg-2 {
  left: 8%;
  bottom: -78%;
}

.offers-section .new-headline {
  font-size: 6rem;
  margin-top: 90px;
  line-height: 69px;
}

.offers-section .offer-wrapper {
  padding-top: 70px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.offers-section .offer-wrapper .row {
  margin-bottom: 30px;
}

.offers-section .news-posts-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: 100% 100%;
}

.offers-section .news-tiles {
  margin-top: 12px;
}

.offers-section .news-tiles:not(:last-child) {
  margin-bottom: 60px;
}

.offer-img-first {
  padding: 0;
}


.offer-img-first img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 70% 100%;
}

.offers-section .offer-img-first .frame{
  border: 1px solid #FFFFFF;
  margin: 14px;
}

.offers-section .post-offer-text {
  background-color: #fff;
  position: inherit;
}

.offers-section .post-offer-text .car-caption {
    padding-top: 100px;
}

.offers-section .post-offer-text .car-caption .title {
  margin-top: 0px;
  margin-bottom: 14px;
}

.offers-section .seemore {
  margin-top: 40px;
}

.offers-section .post-offer-text .ribbon{
  text-align: right;
  padding-right: 20px;
  margin-top: 0px;
}


.offers-section .slide-offers .offer-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.offersPad {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.offersPad .news-tiles .car-caption {
  padding: 40px 20px 20px 40px;
}

.offers-section .news-posts-img .frame{
  border: 1px solid #FFFFFF;
  margin: 14px;
}

.footer .navbar .nav-item.news-item  {
  padding-left: 0px;
}

.past-event-date a {
  display: block;
}

.past-event-date a {
  padding-bottom: 20px;
}

.screen-reader-text,
.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.page-numbers a,
.page-numbers.current {
  font-size: 2.5rem;
  font-family: "Playfair Display";
  color: #BA36BF;
}

.page-numbers a{
  color: #404040;
}

.page-numbers.current {
  margin: 30px 10px;
}

.top_banner.b_concierge {
  background: url('../images/concierge/banner_concierge.jpg') 100% 80% no-repeat;
  background-size: cover;
  position: relative;
}

.news-archive.concierge .headlinesTitle {
  margin-top: 5vh;
  font-weight: 700;
}

.news-archive.concierge .headlinesBorder {
  width: 64px;
}

.news-archive.concierge {
  background-color: #F5F5F5;
}

.concierge-info .concierge-link:first-child img {
  width: 16px;
  height: auto;
}

.concierge-info .concierge-link img {
  width: 15px;
  height: auto;
}

.concierge-info .concierge-link .ct-icon {
  position: relative;
  margin-right: 10px;
}

.concierge-info .concierge-link.address span {

}

.concierge-info .concierge-link span {
  font-family: "Playfair Display";
  font-size: 2.3rem;
}

.concierge-info .concierge-link a {
  color: #000;
}

.concierge-info .concierge-link:hover a {
  color: #D00000;
}

.concierge .map-img #gmap_canvas {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

.section-enquiry {
  background-color: #D10404;
  overflow: hidden;
}

.section-enquiry .headlines,
.section-enquiry p {
  color: #FFF;
}

.enquiry-form p {
  margin-bottom: 30px;
}

.enquiry-form .form-control {
  font-size: 1.6rem;
  padding: 25px;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
  border-radius: 0;
}

.enquiry-form .form-control:not(:first-child) {
  margin-top: 40px;
}

.enquiry-form .input-group-append {
  margin: 0 auto;
  padding-bottom: 25px;
}

.enquiry-btn {
  background-color: #B51C1C;
  padding: 10px 52px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.enquiry-btn:hover{
  color: #FFF;
}

.section-enquiry .form-sub {
  margin: 0 auto;
}

.section-enquiry .enquiry-btn {
  background-color: #D10404;
  padding: 10px 52px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.enquiry-form .input-group-append .btn {
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 0px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  z-index: 0;
}

.enquiry-form .input-group-append .btn:hover {
  box-shadow: inset 400px 0 0 0 #fff;
  color: #D00000;
}

.form-sub p {
  text-align: center;
}

.form-sub .credits {
  color: #FFF;
  text-decoration: underline;
}

.enquiry-form .wpcf7-form-control-wrap {
  display: inline-block;
}

.enquiry-form .input-group .wpcf7-form-control-wrap {
  display: inline-table;
  width: 100%;
}

.enquiry-form .req {
  padding-top: 15px;
  padding-bottom: 10px;
}

.top_banner.b_suites {
  background: url('../images/concierge/concierge.jpg') 100% 80% no-repeat;
  background-size: cover;
  position: relative;
}

.top_banner.b_suites.elite  {
  background: url('../images/suites/banner_elite.jpg') 100% 80% no-repeat;
  background-size: cover;
  position: relative;
}

.top_banner.b_suites.deluxe  {
  background: url('../images/suites/banner_deluxe.jpg') 100% 80% no-repeat;
  background-size: cover;
  position: relative;
}

.b_suites .offers-section .offer-wrapper {
  padding-top: 70px;
  margin-bottom: 60px;
  padding: 0 18px;
}

.suites-section .offer-wrapper {
  padding-top: 70px;
  margin-bottom: 60px;
  padding: 0 18px;
}

.suites-section .offer-img-first img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 70% 100%;
}

/* .suites-section .car-caption {
  background: #fff;
  padding: 40px 40px 0px 40px;
} */

.suites-section .offer-wrapper .row {
  margin-bottom: 30px;
}

.suites-section .offer-img-first .frame {
  border: 1px solid #FFFFFF;
  margin: 14px;
}


.suite-features .hr-list{
  padding: 0;
  margin: 0;
  width: 80%;
}

.suite-features .hr-list li:not(:first-child) {
  padding-left: 0px;
}

.suites-section .bar {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  width: 100%;
}

.suites-section .bar.list{
  background-color: #707070;
  opacity: 0.5;
}

.top_banner.b_story {
  background: url('../images/our-story/banner-story.jpg') 100% 60% no-repeat;
  background-size: cover;
  position: relative;
}

.top-bar {
    background: #D6201D;
    height: 5px;
}

.beyond-bg-img {
  position: relative;
}

.beyond-bg-img img {
  width: 100%;
  height: auto;
}

.title-headlines {
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.beyond-bg-img h1{
  color: white;
  /* position: absolute; */
  /* top: 50%; */
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.beyond-bg-img p {
    color: white;
    /* position: absolute; */
    /* top: 60%; */
    margin: auto;
    left: 0;
    right: 0;
    max-width: 600px;
    text-align: center;
    margin-top: 30px;
}

.beyond-bg-img.heart-city .title-headlines {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.beyond-bg-img.heart-city img {
  width: 100%;
  height: auto;
  min-height: 600px;
}

.beyond-bg-img.heart-city .headlines {
    color: #000;
}

.beyond-bg-img.heart-city h1 {
    top: 30%;
}

.beyond-bg-img.heart-city p {
    top: 40%;
    color: #000;
}

.beyond-bg-img.heart-city .cta_button {
  margin-top: 30px;
}

.align-top {
    margin: auto;
}


.modal-open .modal {
    display: flex !important;
    height: 100%;
}

.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal-body {
    padding: 0;
    background-color: #000;
}

.star-inspired {
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    width: 10%;
}

.play-btn img {
    width: 70px;
    height: 70px;
}

.star-vid-overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#story-slider {
    margin-top: -100px;
    padding-top: 30px;
}

#story-slider .carousel-item img {
    width: 100%;
    height: auto;
}

#story-slider .carousel-caption {
    background-color: #D10404;
}

#story-slider .carousel-caption .headline {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#story-slider .carousel-indicators {
    top: unset;
    bottom: 0;
}

#story-slider .carousel-inner {
    box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

.indi-left {
    position: absolute;
    bottom: 0;
}

.headline-wrapper {
    position: relative;
}

.headline.story {
    position: absolute;
    margin: auto;
}


.story-section .star-bg-1 {
  top: 27%;
}
.story-section .star-bg-1 img {
  width: 20vw;
}

.story-section .star-bg-2 img {
  width: 15vw;
}

.story-section .star-bg-2 {
  top: 4%;
  left: 10%;
}

.story-img-first .relative img {
  position: absolute;
  z-index: 3;
  left: -67%;
  box-shadow: 5px 5px 30px grey;
  margin-top: 30px;
}

.story-img-second .relative {
  position: relative;
}

.story-img-second .relative > img {
  width: 99.95%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 96% 100%;
}

.story-img-second .tint {
  background-color: rgba(211,211,211,0.6);
  z-index: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-story-suites .rightPad {
  padding-right: 0px;
}

.story-section .text-section {
  position: relative;
}

/* .story-section .news.headline {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 440px;
  padding-bottom: 5rem;
} */


.section-story-suites {
  background-color: #D10404;
  overflow: hidden;
}

.section-story-suites .carousel-indicators .active {
  width: 30px;
}

.section-story-suites .carousel-indicators > li {
  width: 8px;
  height: 8px;
}


.section-story-suites .news {
  margin: 49px auto;
}

.section-story-suites .headlines,
.section-story-suites p {
  color: #FFF;
  margin-bottom: 30px;
}

.section-story-suites .carousel-item > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 100% 100%;
}

.section-story-suites .carousel-indicators {
  top: 420px;
}

.section-story-suites .news.headline {
  max-width: 504px;
}

.section-story-suites.fac-sports .news.headline {
  max-width: 504px;
}

/* .section-story-suites.fac-cafe .news.headline {
  margin: 80px 100px;
} */

.section-facilities .section-titles .sectionTitles {
  color: #000;
}

.section-story-suites .frame {
  border: 1px solid #FFFFFF;
  margin: 14px;
}

/* .section-facilities .offersPad {
  padding-bottom: 40px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
} */

.section-facilities .oSuites {
  margin: 1vh 0;
}

.section-facilities .fac-img {
  padding-left: 10px;
  padding-right: 10px;
}

#fac img.top {
  position:absolute;
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: alternate;
  object-position: 90% 100%;
}

#fac img {
  width: 100%;
  height: 40vh;
  margin: 0 auto;
  object-fit: cover;
  object-position: 90% 100%;
  left:0;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section-story-suites .oSuites {
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  object-fit: cover;
  object-position: 100% 100%;
}

.cta_button.view_suites a {
  color: #fff;
}

.cta_button.view_suites {
  border: 1px solid #fff;
  padding: 14px 25px;
  /* width: 35%; */
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  min-width: 190px;
  max-width: 190px;
}

.cta_button.view_suites:hover {
  box-shadow: inset 400px 0 0 0 #fff;
  border: 1px solid #fff;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.cta_button.view_suites:hover a {
  color: #D00000;
}

.cta_button.more_facilities a {
  color: #000;
}

.cta_button.more_facilities {
  border: 1px solid #000;
  padding: 14px 25px;
  /* width: 14%; */
  font-weight: 600;
  font-size: 1.6rem;
  margin: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  min-width: 210px;
  max-width: 210px;
}


.cta_button.more_facilities:hover {
  box-shadow: inset 400px 0 0 0 #D00000;
  border: 1px solid #D00000;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.cta_button.more_facilities:hover a {
  color: #fff;
}


.section-facilities .section-titles p {
  text-align: center;
  max-width: 45%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.top_banner.b_facilities {
  background: url('../images/facilities/banner_facilities.jpg') 100% 30% no-repeat;
  background-size: cover;
  position: relative;
}

.facilities-section .offersPad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.star-stn-1 .relative .left-col {
  background-color: #D00000;
}


.star-stn-1 .bg-left {
  background: #D00000;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 50%;
}

.star-stn-1 .bg-right {
  right: 0;
  top: 0;
  bottom: 0;
  background: #F5F5F5;
  position: absolute;
  width: 50%;
  overflow: hidden;
}

.facilities-section .star-bg {
  position: absolute;
  overflow-x: hidden;
}

.facilities-section .star-bg-1 {
  right: -10%;
  top: -25%;
}

.facilities-section .star-bg-2 {
  right: -17%;
  top: 17%;
}

.facilities-section .star-stn-1 .left-col {
  background-color: #D00000;
}

.facilities-section .star-stn-1 .right-col {
  background-color: #F5F5F5;
}

.star-stn-img .relative {
  position: relative;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

.star-stn-img .relative > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 50% 100%;
}


.star-stn-tab {
  display: none;
}

.facilities-section .star-stn-1 .frame{
  border: 1px solid #FFFFFF;
  margin: 14px;
}

/* .fac-gym .offersPad {
  padding-bottom: 60px;
} */

.addPad {
  padding: 80px 0;
}

.fac-gym {
  overflow: hidden;
}

.fac-gym .star-bg-2 {
  bottom: -40%;
}

.fac-gym .star-bg-1 {
  left: -7%;
  bottom: -46%;
}

.fac-pool .star-bg-1 {
  left: 17%;
  top: 20%;
}

.fac-gym .news {
  margin: 49px auto;
}

.fac-gym.fac-pool.fac-meeting .news {
  margin: 110px auto;
}

.star-bg-2.skydeck-star {
  right: -17%;
  top: -10%;
}

.karaoke-gutters {
  padding-left: 1px;
  padding-right: 1px;
}

.fac-gym .news.headline h2,
.section-story-suites.fac-sports h2,
.section-story-suites.fac-sports.fac-hall h2 {
  font-family: 'Playfair Display';
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.fac-gym .carousel-item > img {
  position: relative;
  box-shadow: 5px 5px 30px grey;
  width: 100%;
  height: auto;
}

.section-story-suites.fac-sports {
  background-color: #F5F5F5;
  overflow: hidden;
}

.section-story-suites.fac-sports .news {
  margin: 90px 100px;
}

.section-story-suites.fac-sports .headlines,
.section-story-suites.fac-sports p {
  color: #000;
  margin-bottom: 40px;
}

.section-story-suites.fac-sports.fac-hall {
  background-color: #D00000;
  overflow: hidden;
}

.section-story-suites.fac-sports.fac-hall .headlines,
.section-story-suites.fac-sports.fac-hall p {
  color: #FFF;
  margin-bottom: 40px;
}

.section-story-suites.fac-sports.fac-hall h2 {
  color: #FFF;
}

.fac-gym.fac-karaoke .news.headline {
  /* margin: 70px auto; */
  text-align: center;
  max-width: 510px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.fac-features {
  margin-top: 20px;
}



.fac-list {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: 10px; */
  /* margin-top: -10px; */
}
.fac-list .item {
  flex: 1 0 200px;
  box-sizing: border-box;
  padding: 0px;
  margin-top: 20px;
}

.fac-list .item .last.pool {
  padding-left: 8px;
}

.fac-list .item a {
  color: #000;
}

.fac-list .item:hover a {
  color: #D00000;
}

.fac-list .item td:nth-child(2) {
  opacity: 0.6;
}

.fac-list .item span {
  font-family: 'Playfair Display';
  font-size: 3rem;
  line-height: 3.5rem;
}

.fac-list .item h1 {
  font-family: 'Playfair Display';
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-right: 10px;
  /* border-left: 1px solid red; */
}

.fac-list .item .last,
.fac-list .item .last-gym {
  padding-top: 22px;
}

.fac-list .item .last-gym {
  padding-left: 8px;
}

.indicatorSlider-gym {
    position: absolute;
    top: 0;
}

.indicatorSlider-ktv {
  /* margin: 90px auto; */
  position: relative;
}

.indicatorSlider-pool {
    position: absolute;
    bottom: 0;
}

.indicatorSlider-meeting {
    position: absolute;
    top: 0;
}

.gym-gutter {
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 0px;
}

.pool-gutter {
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.gym-gutter {
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.meeting-gutter {
  /* padding-left: 10px; */
  padding-right: 0px;
  padding-bottom: 0px;
}

.indicatorSlider-karaoke {
  margin: 15px auto;
  position: relative;
}

.indicatorSlider-gym div,
.indicatorSlider-pool div,
.indicatorSlider-karaoke div,
.indicatorSlider-meeting div,
.indicatorSlider-ktv div {
  /* box-shadow: 5px 5px 30px grey; */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.indicatorSlider-gym div,
.indicatorSlider-pool div,
.indicatorSlider-meeting div,
.indicatorSlider-ktv div {
  cursor: pointer;
  display: inline-block;
  /* width: 25%;
  background-color: #FFF; */
  position: relative;
}

.indicatorSlider-karaoke div {
  cursor: pointer;
  display: flex;
  position: relative;
}

.indicatorSlider-gym div:active,
.indicatorSlider-pool div:active,
.indicatorSlider-karaoke div:active,
.indicatorSlider-meeting div:active,
.indicatorSlider-ktv div:active {
  filter: none;
}

.indicatorSlider-gym .slider-thumb-gym > img,
.indicatorSlider-pool .slider-thumb-pool > img,
.indicatorSlider-karaoke .slider-thumb-karaoke > img,
.indicatorSlider-meeting .slider-thumb-meeting > img,
.indicatorSlider-ktv .slider-thumb-ktv > img {
  width: 100%;
  height: auto;
  padding: 5px;
  object-fit: cover;
  object-position: 100% 100%;
  transition: all 250ms;
  -webkit-filter: grayscale(1) opacity(0.3);
}

.indicatorSlider-gym .slider-thumb-gym.current > img,
.indicatorSlider-pool .slider-thumb-pool.current > img,
.indicatorSlider-karaoke .slider-thumb-karaoke.current > img,
.indicatorSlider-meeting .slider-thumb-meeting.current > img,
.indicatorSlider-ktv .slider-thumb-ktv.current > img {
  -webkit-filter: none;
}

.karaoke {
  margin: 0 auto;
}

.show-ktv-Tab {
  display: none;
}

#carouselIndi-gym .carousel-item img.slide-img,
#carouselIndi-pool .carousel-item img.slide-img,
#carouselIndi-karaoke .carousel-item img.slide-img,
#carouselIndi-meeting .carousel-item img.slide-img,
#carouselIndi-ktv .carousel-item img.slide-img   {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: 100% 100%;
}

/* .white {
  background: #FFF;
} */

#carouselIndi-gym .carousel-inner,
#carouselIndi-pool .carousel-inner,
#carouselIndi-karaoke .carousel-inner,
#carouselIndi-meeting .carousel-inner {
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}


.bordered{
  border-bottom: 3px solid #D00000;
  padding-bottom: 5px;
}

.nav-lang-switcher {
    display: none !important;
}

#random{
  width: 100%;
  height: 42vh;
  object-fit: cover;
  background-image: url('https://starsuites.my/wp-content/themes/star-hospitality/assets/images/newsletter/bg-newsletter-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D00000;
  z-index: 99;
}

#starh-preloader {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('https://starsuites.my/wp-content/themes/star-hospitality/assets/images/preloader-100x100.gif');
  background-repeat: no-repeat;
  background-position: center;
  margin: -150px 0 0 -150px
}

.privacypolicy.cancellation .topPadPP {
    padding-top: 60px;
    padding-bottom: 180px;
}

.privacypolicy.cancellation .star-bg-1 {
    right: 20%;
    top: -39%;
    z-index: -1;
}

.privacypolicy.cancellation .star-bg-2 {
    right: 12%;
    top: 30%;
    z-index: -1;
}

.privacypolicy.cancellation .star-bg-1 img {
    width: 440px;
}

.privacypolicy.cancellation .star-bg-2 img {
    width: 310px;
}

.privacypolicy.cancellation .privacy-policy-right {
    padding-left: 20px;
}

.company-info.pp-cp .credits {
    padding-top: 0px;
    padding-bottom: 10px;
}

.newOffers img {
    width: 100%;
}

.newOffers {
    padding: 0px !important;
}

.newOffers .frame {
    border: 1px solid #fff;
}

.newOffers .absolute.full {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.newOffers .offer-text {
    background: #fff;
    box-shadow: 10px 9px 16px -4px rgba(0,0,0,0.3);
    padding-bottom: 30px;
}
}

.newOffers .car-caption {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.star-bg.fornewOffers {
    position: relative;
    z-index: 10;
    filter: brightness(1.5);
}

.fornewOffers .star-bg-2 {
    /* position: absolute; */
    left: 1190px;
    bottom: -400px;
}

.fornewOffers .star-bg-1 {
    /* position: absolute; */
    left: 1550px;
    bottom: -430px;
}

.fornewOffers .star-bg-2 img {
    width: 390px;
}

.fornewOffers .star-bg-1 img {
    width: 290px;
}

.newOffers .offer-img {
    position: relative;
    z-index: 10;
}

.news.headline {
    margin-bottom: 40px;
}

.mob-show {
    display: none;
}

.fadein,
.fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.fadein {
    opacity: 1;
}

.main-ribbon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-ribbon img {
  margin: 20px;
}

.carousel.fac-sports .main-ribbon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel.fac-sports .carousel-item img.hello-img {
  width: 100%;
  height: 480px;
  margin: 0 auto;
  object-fit: cover;
  object-position: 100% 100%;
}

.topPad {
  padding-top: 60px;
}

.topPadPP {
  padding-top: 60px;
  padding-bottom: 60px;
}

.privacy-policy-right {
  position: relative;
  padding-left: 50px;
}

.privacy-policy-right ul {
  list-style-type: circle;
  margin-left: -20px;
}

.privacy-policy-right h2 {
  font-family: 'Playfair Display';
  font-size: 3rem;
  margin-bottom: 2rem;
}

.privacy-policy-right h3 {
  font-family: 'Playfair Display';
  font-size: 3rem;
  margin-bottom: 2rem;
}

.privacy-policy-right p {
  margin-bottom: 3rem;
}

a.pp {
  color: #D00000;
  text-decoration: underline;
}

.left-pp {
  top: 0;
  bottom: 0;
  background: #F5F5F5;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.cta_button.more_facilities.concierge a {
  color: #D00000;
}

.cta_button.more_facilities.concierge {
  border: 1px solid #D00000;
  padding: 14px 25px;
  /* width: 14%; */
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  min-width: 210px;
  max-width: 210px;
  margin: unset;
  margin-bottom: 30px;
}


.cta_button.more_facilities.concierge:hover {
  box-shadow: inset 400px 0 0 0 #D00000;
  border: 1px solid #D00000;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.cta_button.more_facilities.concierge:hover a {
  color: #fff;
}

.error .sectionTitles {
  text-align: left;
}

.error .section-titles p {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.error .cta_button.home {
  border: 1px solid #D00000;
  padding: 14px 25px;
  /* width: 14%; */
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  background-color: #D00000;
  min-width: 210px;
  max-width: 210px;
  margin: unset;
  margin-right: 30px;
  margin-bottom:30px;
}

.error .cta_button.home a {
  color: #fff;
}

.error .cta_button.home:hover {
  background-color: #950A0A;
  color: #FFF;
}

.error .star-bg-2 {
  right: -2% !important;
}

.social-btn.error-page {
  display: flex;
}


.js .slider-single > div:nth-child(1n+2) {
    display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
    display: block;
 }

.slider-nav {
    padding-top: 3px;
}

.slider-nav .slick-slide {
    cursor: pointer;
    margin: 3px;
}

.slick-slide.is-active {
    border-bottom: 3px solid #D00000;
    padding-bottom: 5px;
    border-collapse: separate;
    border-spacing: 15px 50px;
}

li.icon span br {
    display: none;
}


*:focus {
    outline: none;
}

.slick-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: 100% 70%;
}

.slider.slider-nav img {
    width: 97%;
    height: 100px;
    object-fit: cover;
    object-position: 100% 70%;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -16px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -16px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
    background-color: #D00000 !important;
    color: #FFF !important;
    text-decoration: none;
    outline: none;
    border: none;
}

.slick-prev:before {
    color: red;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-next:before {
  color: red;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0,0,0,0.2);
  color: #666;
  background-color: #FFF;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.img-gallery .ribbon img {
    z-index: 99;
    width: 25px;
    height: 25px;
}

.img-gallery .ribbon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 29px;
    bottom: 135px;
}

.single-page-slider {
    overflow: hidden;
}
