header{
  background-color: #fefefe;
}
.navigation-header-menu{
  background-color: #fefefe;
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
}
.no-border-radius{
  border-radius: 0px;
}
.nav-hotel-blocks > a{
  display: inline-block;
}
header > hr{
  margin-bottom:1px;
  margin-top:1px;
}
#navbarCollapse > ul > li > a {
  text-transform: uppercase;
}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border:unset;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  cursor:pointer;
}
.card.card-selected {
  box-shadow: 0 18px 26px 0 rgba(0,0,0,0.5);
}
.swiper-slide.card{
  /* min-height: 290px; */
}
.s1{
  background-color: #e3e3e3;
  padding: 20px 0px 20px 0px;
}
.paddingtemp{
  padding:7px !important;
}
.padding4social > img{
  padding:7px;
}
.nav-link{
  padding: 0.1rem 1rem;
}
.swiper-slide img {
  display:block;
  margin:auto;
}
.instaheading{
  background: #f8e1e7;
  color: #370f0f;
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  cursor:pointer;
}
.after_header_main{
  margin-top:20px
}
.with-fixed-top{
  margin-top:136px
}
.text-pre-line{
  white-space: pre-line;
}
.feedback_title{
  text-decoration: underline;
  font-weight: bold;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.active{
  text-decoration: underline;
}
.swiper-button-disabled{
  visibility: hidden;
}
#suite-switcher-tabs li.nav-item:hover{
  border-bottom: 1px solid rgba(17, 12, 8, 0.3);
}
#suite-switcher-tabs li.nav-item.selected{
  border-bottom: 2px solid rgba(17, 12, 8, 0.5);
}
.fa-insta-color{
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-facebook-color{
  color: #3b5998;
  background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}
.s1 a[type=button] {
    -webkit-appearance: initial;
}
#booknow-hr-LeftMiddle{
  display:none;
}
#switch-suites > li:not(:last-child)::after{
  content: "|";
  float: right;
  color: #481613;
  top: 0;
  right: 0;
  margin-top:-27px;
  margin-right:-1px;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.ytp-cued-thumbnail-overlay {
  position: relative;
  padding-bottom: 50%;
}

.ytp-cued-thumbnail-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-color: #000;
}
.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  z-index: 63;
}
.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}
