@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
body {
    font-family: :Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
	background-color: #E4E4E4;
}

.title-bar0 {
    /*background-color:  rgba(17,9,64,100%);*/
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: background 0.3s linear 0s, height 0.3s linear 0s;
    width: 100%;
    z-index: 10; !important;
    
}

.title-bar {
    /*background-color: rgba(248,248,248,1.00);*/
    height: 8em;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: background 0.3s linear 0s, height 0.3s linear 0s;
    width: 100%;
    z-index: 10; !important;
    
}

.bgcolor-graphite-1 {
  background-color: #F0F0F0;
}
.bgcolor-black {
 background-color: #000000;
}
.menu a {
	color: #1B2847;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
	
.menu :hover {
	color: #2B80D3;
	font-size: 14px;
	
}
.menu .is-active {
    color: #D60408;
	font-weight: bold;
	
}
.title-bar .title-bar-right {
	flex-grow: 2;
}
.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: space-between
    -ms-flex-pack: end;
   /* justify-content: space-between;*/
}
.logo {
	width: 280px;
	height: 180px;
    transition: width 0.3s linear 0s, height 0.3s linear 0s;
    transform-origin: center center;
}
.intro {
    text-align: center;
    color: #ffffff;
    line-height: 32px;
}
.custom-btn {
    border-radius: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
}
.wrap {
    margin-top: -8em;
}
.wallpaper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
	max-height: 510px;

}
.slidedown.title-bar {
   background-color: rgba(0,0,0,1.00);
    height: 4em; 
}
.slidedown .logo {
    width: 160px;
    height: 240px;
}
.section {
    padding-top: 1rem;
    padding-bottom: .25rem;
    /*border-bottom: 1px solid #f2f2f2;*/
}
.link-set {
    list-style: none;
    margin: 0;
}
.link-set li {
    padding-bottom: 2.2rem;
} 
.ui-title {
    padding-bottom: 2rem;
}

p {
    line-height: 1.5;
}

body {
    color: #555;
}

.color-azure {
    color: #2578A9;
}
.small-desc {
    text-align: center;
    font-size: 11px;
    padding: .8rem;
}
.emphasis {
    font-weight: bold;
    font-size: 24px;
}
.line-height-2 {
    line-height: 2;
}

.full-size {
    background-color: #ccdff5;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}



@media print, screen and (min-width: 40em) {
    .full-size {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
    .title-bar {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .title-bar .title-bar-right {
        padding-top: .8em;
    }
    h2 {
    font-size: 1rem;
		    font-weight: bold;

    }
    h3 {
        font-size: 1rem;
    }
    h5 {
        font-size: 1.25rem;
    }
}

h2 {
    font-size: 1rem;
    font-weight: bold;
}
h3 {
   font-size: 1rem;
}


.nav-toggle-wrap {
    height: 60px;
    padding:10px 0;
    position:relative; 
    width:100%; 
}
.nav-toggle {
    background: transparent;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 40px;
    outline: none;
}
.nav-toggle span {
    background: #092357;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 11px;
    -webkit-transition: top .15s .15s, opacity .15s .15s, -webkit-transform .15s .3s, background .15s .3s;
    -moz-transition: top .15s .15s, opacity .15s .15s, -moz-transform .15s .3s, background .15s .3s;
    -ms-transition: top .15s .15s, opacity .15s .15s, -ms-transform .15s .3s, background .15s .3s;
    -o-transition: top .15s .15s, opacity .15s .15s, -o-transform .15s .3s, background .15s .3s;
    transition: top .15s .15s, opacity .15s .15s, transform .15s .3s, background .15s .3s;
    width: 24px;
}
.nav-toggle span:nth-child(2) {
    top: 18px;
}
.nav-toggle span:nth-child(3) {
    top: 25px;
}
.nav-engaged .nav-toggle span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-engaged .nav-toggle span {
    animation-direction: normal;
    background: #4b7bdb;
}
.nav-engaged .nav-toggle span:nth-child(2) {
    opacity: 0;
}
.nav-engaged .nav-toggle span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-toggle.reverse span {
    -webkit-transition: background .15s .15s, -webkit-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -moz-transition: background .15s .15s, -moz-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -ms-transition: background .15s .15s, -ms-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -o-transition: background .15s .15s, -o-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    transition: background .15s .15s, transform .15s .15s, opacity .15s .15s, top .15s .3s;
}

#navMobileList {
    background-color: rgb(0,0,0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
	color: #000000;
	padding: 25px;
	font-size: 2rem;
	margin-top: 40px;
}
#navMobileList.slidedown {
    background-color: #000000;
}

.nav-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.nav-engaged .nav-container {
    display: block;
}
.nav-engaged {
    overflow: hidden;
}
.site-nav .sub-menu .menu-toggle {
    background: #333;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 300;
    outline: 0;
    padding: 15px 20px;
    position: relative;
    width: 100%;
}
.site-nav .sub-menu .menu-toggle:before {
    content: '\2039';
    display: block;
    left: 6px;
    position: absolute;
    top: 13px;
	
}
.site-nav .sub-menu .top-level-item {
    background: #e4e5e6;
    border-bottom: 1px solid #b3b3b3;
    color: #333333;
    display: block;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 20px;
}
.nav-engaged .wallpaper {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.one {
        font-size: 28px;
    margin-right: .6rem;
    vertical-align: middle;
}
h5.margin-bottom {
    margin-bottom: 1.25rem;
}
.hexagon {
  position: relative;
  width: 60px; 
  height: 34.64px;
  background-color: #54A1D3;
  margin: 17.32px 0;
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.hexagon:before {
  bottom: 100%;
  border-bottom: 17.32px solid #54A1D3;
}
.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 17.32px solid #54A1D3;
}
.iconix {
    display: inherit;
    text-align: center;
    font-size: 30px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: -10%;
    width: 100%;
    color: #fff;
}
.icon-wrap {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100px;
}
.Uppercase {
    text-transform: uppercase !important;
}
.margin-vertical {
    margin: 1rem 0;
}

.reveal {
    outline: none;
}
.button.padding {
    padding-right: 50px;
    padding-left: 50px;
}
.highlightsection {
    background: #ccc;
    padding: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.svg-responsive {
    width: 100%;
    height: 100%;
}
label.error {
    font-size: 10px;
    background-color: #C65F5F;
    color: #fff;
    padding: 1px 9px;
    border-radius: 20px;
}





    /* Necessary for full page carousel
    html,
    body,
    header,
    view{
      height: 100%;
      background-color:#ffffff;
      font-weight: 300;
      color:#333333;
    }
.bannerimage3 { 
  height: 1200px;
  background-image: url(image/funh.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerimage0 { 
  background-image: url(image/nightlife/Holy-Grounds-2.jpg);
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}
.bannerimage1 { 
  background-image: url(image/missionoa.jpg);
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}
.bannerimage2 { 
  background-image: url(image/parallax1.jpg);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	}
.bannerimageannouncementhas { 
  background-image: url(image/hasteam.jpg);
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
	
} */ 	
.modal-full {
  min-width: 100%;
  margin: 0;
  opacity: 0.9;
}

.modal-full .modal-content {
  min-height: 100vh;
  background-color: #2E2E2E;
}
.modal-dialog-centered {
  min-width: 60%;
}
.modal-dialog-centered .modal-content {
  min-height: 20vh;
}
body.modal-open {
    overflow: hidden;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.over {
    border: #ffbb33 1px solid;
    padding: 10px;
}
.practice:hover .practice{
    background-color: #ffbb33 !important;
}
.carouseltitle {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousellabel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.texthover:hover{
    color:black;
}
.followMeBar {
  position: relative;
  z-index: 1000;
}

.followMeBar.fixed {
  position: fixed;
  top: 3.6rem;
  width: 100%;
  z-index: 1000;
}

.followMeBar.fixed.absolute {
  position: absolute;
}
div.fontnav{
    font-size: 1.5rem;
    font-weight: 400;
}
a.xpadding{
    padding: 20px;
}
a.description{
    font-size: 1rem;
}
p.description{
    font-size: 1.2rem;
}
h1.texthover:hover{
    color: #ffbb33 !important;
}
h3.texthover:hover{
    color: #ffbb33 !important;
}
	

.carousel-thumbnails .carousel-indicators img {
    max-width: -786px;
    height: 50px;
    overflow: hidden;
    display: block;
	border: 1px solid #ffffff;
}
.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
* {
    box-sizing: border-box;
}
.row {
    margin: 10px -16px;
}
.row,
.row > .column {
    padding: 0px;
}
.column {
    float: left;
    width: 33.33%;
    display: none;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.content {
    background-color: white;
    padding: 0px;
}
.show {
  display: block;
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #4285F4;
  cursor: pointer;
}
.btn:hover {
  background-color: #0d47a1;
}
a.btnlang{
    background-color:#555 !important
}
a.btnlang:hover{
    background-color: black !important;
    color: white;
}
.padding-0{
    padding-right:0;
    padding-left:0;
}

.bookbtndesign{
    background-color:#000;
    border: 1px solid #000;
    cursor: pointer;
    color: white;
    padding: 2px 20px 2px 20px;
	font-size: 1.5em;
}
.bookbtndesign:hover{
    opacity: 0.9;
	background-color: #333333;
}
.bookbtndesign:disabled{
    opacity: 0.9;
	background-color: #CCCCCC;
}
	
.btndesign{
    background-color: #000;
    border: 1px solid #F8F6F6;
    cursor: pointer;
    color: white;
    padding: 2px 20px 2px 20px;
	font-size: 1.5em;
}
.btndesign:hover{
    opacity: 0.9;
	background-color: #1976d2;
}
.smbtndesign{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 20px 20px 20px 20px;
}
.smbtndesign:hover{
    opacity: 0.9;
}
.smbtndesign1{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 20px 20px 20px 20px;
}
.smbtndesign2{
    background-color: #1976d2;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 20px 20px 20px 20px;
}
.smbtndesign2:hover{
    background-color: #1976d2;
    opacity: 0.9;
}
.smbtndesign1:hover{
    opacity: 0.9;
}
.linkfooter:hover{
    color: #ffbb33 !important;
}
.hotelnamebtn:hover{
    cursor: pointer;
    font-weight: bold;
}
.buttonheader{
    background-color: transparent;
}
.buttonheader:hover{
    background-color:grey !important;
}
.insidename{
    position: absolute;
    top: 3%;
    left: 0%;
    z-index: 20;
    background-color: black;
    padding: 10px;
    color:white;
}
.container1
        .flex-column {
            max-width: 269.8px;
        }        
        .scale {
            transform: scaleY(1.05);
            padding-top: 5px; 
        }
.img-container{
  position:relative;
  display:inline-block;
}
.img-container .overlay1{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #212121;
  opacity:0;
  transition:opacity 350ms ease-in-out;
}
.img-container:hover .overlay1{
  opacity:0.9;
}
.overlay1 .try{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
}
.centeredtext {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centeredimage {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30%;
}
.nopadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav .active{
    background-color: #e0e0e0 !important;
    color: black !important;
}
.tryy:hover .tryy{
    color: #ffbb33 !important;
}
.seeall{
    color:white;
    border: #ffbb33 1px solid;
    padding: 5px 15px 5px 15px;
    font-size: 0.95rem
}
.seeall:hover{
    color: white !important;
    background-color:#ffbb33 !important;
}
.rightt{
    float:right;
}
.otherCheck-In: 02:00 PM{
    border:#ffbb33 1px solid;
    text-decoration: none !important;
    color: white !important;
    padding: 15px;
    font-weight: bold;
    font-size: 1rem;
}
.otherCheck-In: 02:00 PM:hover{
    background-color: #ffbb33;
}
.ul .active{
    background-color:black !important;
}
.footercontent:hover{
    color: #ffbb33 !important;
}.footercontent:hover{
    color: #ffbb33 !important;
}
.exploresubicimage{
    height:250px;
    width:300px;
}
.calendarofeventsborder{
    border:#1678C7 0px solid;
    color:black; background-color: ccc;
}
.getticketbtn{
    border:none;
    background-color:#0d47a1;
    color: white;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
    font-size: 1.5em;
}
.airjuanbtn{
    border:none;
    background-color:#1565c0;
    color: white;
    cursor: pointer;
    padding: 25px 20px 25px 20px;
    font-size: 1.2em;
	min-width: 180px;
}
.airjuanbtn:hover{
    background-color:#0d47a1;
}
.booknowbtn{
    color:black;
    border:none;
    background-color: #ffbb33;
    padding: 25px 20px 25px 20px;
    font-size: 1.2em;
    cursor: pointer;
	min-width: 180px;
}
.coloropacity{
    opacity: 0.8;
}
	
	
	
	
.profile {
margin-top:150px;

	
}
.profile .profile-img-list {
    list-style-type: none;
    margin: -0.0625rem -1.3125rem;
    padding: 0;z
}
.profile .profile-img-list:after,
.profile .profile-img-list:before {
    content: "";
    display: table;
    clear: both;
}
.profile .profile-img-list .profile-img-list-item {
    float: left;
    width: 25%;
    padding: 0.0625rem;
}
.profile .profile-img-list .profile-img-list-item.main {
    width: 50%;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link {
    display: block;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content,
.profile .profile-img-list .profile-img-list-item .profile-img-list-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content:before,
.profile .profile-img-list .profile-img-list-item .profile-img-list-link img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(60, 78, 113, 0.15);
}
.profile .profile-img-list .profile-img-list-item.with-number .profile-img-number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-top: -0.8125rem;
    text-align: center;
}
	

.modal-full {
  min-width: 100%;
  margin: 0;
  opacity: 0.9;
}

.modal-full .modal-content {
  min-height: 100vh;
  background-color: #2E2E2E;
}
.modal-dialog-centered {
  min-width: 60%;
}
.modal-dialog-centered .modal-content {
  min-height: 20vh;
}
body.modal-open {
    overflow: hidden;
}
div.fontnav{
  font-size: 1.5rem;
  font-weight: 400;
}
a.xpadding{
  padding: 20px;
  font-weight: bold;
}
a.description{
  font-size: 1.2rem;
}
h1.texthover:hover{
  color: #ffbb33 !important;
}
h3.texthover:hover{
  color: #ffbb33 !important;
}
.carousel-thumbnails .carousel-indicators img {
    max-width: -786px;
    height: 40px;
    overflow: hidden;
    display: block;
}
.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
a.btnlang{
    background-color:#555 !important
}
a.btnlang:hover{
    background-color: black !important;
    color: white;
}
.hotelbookbtn{
    background-color: #0d47a1;
	font-size: 13px;
    border: 0px;
    cursor: pointer;
    color: white;
    padding:5px;
	width: 100%;
}
.hotelbookbtn:hover{
    opacity: 0.9;
}
.centered {
    position: absolute;
    top: 5%;
    left: -5%;
    z-index: 20;
}
.title1 {
    /**background-color: black;**/
    padding: 15px;
    position: absolute;
    top: 71%;
    left: 0;
    z-index: 20;
}
a.linkhover{
    color: grey;
}
a.linkhover:hover{
    color: #0d47a1 !important;
    font-weight: 500;
}
.title1 {
    /**background-color: black;**/
	font-size:2.5em;
	font-weight: bold;
    padding: 15px;
    position: absolute;
    top: 71%;
    left: 0;
    z-index: 20;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.nav .active{
    border-bottom: #0d47a1 2.5px solid;
}
.tryy:hover .tryy{
    color: #ffbb33 !important;
}
.seeall{
    color:white;
    border: #ffbb33 1px solid;
    padding: 5px 15px 5px 15px;
    font-size: 0.95rem
}
.seeall:hover{
    color: white !important;
    background-color:#ffbb33 !important;
}
.rightt{
    float:right;
}
.otherCheck-In: 02:00 PM{
    border:#ffbb33 1px solid;
    text-decoration: none !important;
    color: white !important;
    padding: 15px;
    font-weight: bold;
    font-size: 1rem;
}
.otherCheck-In: 02:00 PM:hover{
    background-color: #ffbb33;
}
.footercontent:hover{
    color: #ffbb33 !important;
}
.hotelborder{
    color: #0d47a1;
}
.hotelborder:hover{
    border-bottom:#0d47a1 2px solid;
}
	.smbtndesign{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 10px 20px;
}
.smbtndesign:hover{
    opacity: 0.9;
}
.smbtndesign1{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 10px 15px;
}
.namestyle{
    padding-left: 5px ; 
    padding-right: 5px;
    padding-top: 5px; 
    padding-bottom: 5px;
}
	
label.error {
    font-size: 10px;
    background-color: #C65F5F;
    color: #fff;
    padding: 1px 9px;
    border-radius: 20px;
}
	
/*.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}.navbar{background-color:rgba(0,0,0,.2)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}*/

.carousel .carousel-control-next-icon,.carousel .carousel-control-prev-icon{width:20px;height:20px}.carousel .carousel-control-prev-icon{background-image:url("img/arrow_left.svg")}.carousel .carousel-control-next-icon{background-image:url("img/arrow_right.svg")}.carousel .carousel-indicators li{width:.625rem;height:.625rem;-webkit-border-radius:50%;border-radius:50%;cursor:pointer}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;-o-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .carousel-item-left.active,.carousel-fade .carousel-item-right.active{opacity:0}.carousel-fade .carousel-item-left.active,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item-prev.active,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .carousel-item-left.active,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item-prev.active,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.md-form{position:relative;margin-top:1.5rem;margin-bottom:1.5rem}

.parallax { 
    /* The image used */
    background-image: url("img/menuparallax.jpg");

    /* Set a specific height */
    height: 600px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000000; /* Set a background color */
  color: #F2F2F2; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
			
#myBtn2 {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 1999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0F0358; /* Set a background color */
  color: #F2F2F2; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn2:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
			


.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 2em 2em 0;
    border-radius: 50%;
    padding: .25em;
    width: 50px;
    height: 50px;
  background-color: #C5C2C2;
  
  &.show {
    visibility: visible;
    opacity: 1;
  }
  
  &.hide {
    visibility: hidden;
    opacity: 0;
  }

    svg {
        fill: #000;
        width: 24px;
        height: 12px;
    }

    &:hover {
        background-color: #E8E8E8;

        svg {
            fill: #000000;
        }
    }
}


    &:focus {
        display: block;
        top: 5px;
        left: 5px;
        z-index: 100000; // Above WP toolbar
        clip-path: none;
        background-color: #eee;
        padding: 15px 23px 14px;
        width: auto;
        height: auto;
        text-decoration: none;
        line-height: normal;
        color: #444;
        font-size: 1em;
        clip: auto !important;
    }
}









.video-container {
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
}

.video-container iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}



 .counter-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            margin: 0px;
        }

        .counter {
            text-align: center;
            font-size: 3em;
            font-weight: bold;
            margin: 0px;
            flex: 1 1 150px;
			color: #ED9EA0;
			font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
           /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;*/
        }

        .label {
            margin-top: 1px;
            font-size: .5em;
            font-weight: normal;
            color: #fff;
        }

        @media (max-width: 768px) {
            .counter {
                font-size: 3em;
                margin: 0px;
                padding: 0px;
            }

            .label {
                font-size: .5em;
            }
        }

        @media (max-width: 480px) {
            .counter {
                font-size: 3em;
                padding: 0px;
            }

            .label {
                font-size: .5em;
            }

            .counter-container {
                flex-direction: column;
                align-items: center;
            }
        }



 .marquee-container {
            height: 200px; /* Set marquee height here */
            overflow: hidden;
            position: relative;
            background-color:antiquewhite;
        }

        .marquee-content {
            display: flex;
            align-items: center;
            height: 100%;
            animation: scroll 20s linear infinite;
        }

        .marquee-content img {
            max-height: 80%; /* Set logo size as a percentage of the marquee height */
            margin: 0 180px;
            filter: grayscale(100%);
            transition: filter 0.3s ease-in-out;
            cursor: pointer;
        }

        .marquee-content img:hover {
            filter: none;
        }

        .marquee-content:hover {
            animation-play-state: paused;
        }

        @keyframes scroll {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-100%);
            }
        }

        /* Optional: Make the marquee responsive */
        @media (max-width: 768px) {
            .marquee-container {
                height: 150px;
            }
            .marquee-content img {
                max-height: 80%;
                margin: 0 80px;
            }
        }



.banner-carousel {
    position: relative;
    width: 100%;
    height: 855px; /* Set desired height for the slider */
    overflow: hidden;
    box-sizing: border-box;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image:url("img/lexy.jpg");
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Ensure captions are positioned relative to the slide */
}

.slide img {
    width: 100%;
    height: auto; /* Adjust height automatically to maintain aspect ratio */
    object-fit: cover;
}

.caption {
    position: absolute;
    padding: 20px;
    color: #fff;
    font-size: 48px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;

}

.caption.center {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption.left {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
	padding-left: 55px;
}

.caption.right {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.overlay1 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrow-left,
.arrow-right {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

.arrow-left {
    margin-left: 10px;
}

.arrow-right {
    margin-right: 10px;
}

.pager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

/* Mobile responsiveness */
@media only screen and (max-width: 600px) {
    .banner-carousel {
        height: 287px; /* Allow the carousel to adjust its height based on the content */
		margin-top: -7px;
    }


    .slide img {
        width: 100%; /* Ensures the image fills the height while maintaining aspect ratio */
        object-fit: contain; /* Ensures the image is fully visible without cropping */
    }

    .arrow-left, .arrow-right {
        font-size: 18px;
        padding: 8px;
    }

    .overlay1 {
        font-size: 14px;
    }

    .caption {
        font-size: 24px;
        padding: 10px;
    background-color: rgba(0, 0, 0, 0.25);
		

    }
	.banner-carousel {
    position: relative;
    width: 100%;
    /*height: 855px; /* Set desired height for the slider */
    overflow: hidden;
    box-sizing: border-box;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image:url("img/subicgologo.png");
}

}

@charset "UTF-8";
/* CSS Document */


   /* Necessary for full page carousel*/
   html,
    body,
    header{
      height: 70%;
      background-color:#f2f2f2;
      font-weight: 300;
      color:#333333;
    }
.modal-full {
  min-width: 100%;
  margin: 0;
  opacity: 0.9;
}

.modal-full .modal-content {
  min-height: 100vh;
  background-color: #2E2E2E;
}
.modal-dialog-centered {
  min-width: 60%;
}
.modal-dialog-centered .modal-content {
  min-height: 20vh;
}
body.modal-open {
    overflow: hidden;
}
div.fontnav{
  font-size: 1.5rem;
  font-weight: 400;
}
a.xpadding{
  padding: 20px;
  font-weight: bold;
}
a.description{
  font-size: 1.2rem;
}
h1.texthover:hover{
  color: #ffbb33 !important;
}
h3.texthover:hover{
  color: #ffbb33 !important;
}
.carousel-thumbnails .carousel-indicators img {
    max-width: -786px;
    height: 40px;
    overflow: hidden;
    display: block;
}
.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
a.btnlang{
    background-color:#555 !important
}
a.btnlang:hover{
    background-color: black !important;
    color: white;
}
.hotelbookbtn{
    background-color: #0d47a1;
	font-size: 13px;
    border: 0px;
    cursor: pointer;
    color: white;
    padding:5px;
	width: 100%;
}
.hotelbookbtn:hover{
    opacity: 0.9;
}
		
.centered {
    position: absolute;
    top: 5%;
    left: -5%;
    z-index: 20;
}
.title1 {
    /**background-color: black;**/
    padding: 15px;
    position: absolute;
    top: 71%;
    left: 0;
    z-index: 20;
}
a.linkhover{
    color: grey;
}
a.linkhover:hover{
    color: #0d47a1 !important;
    font-weight: 500;
}
.title1 {
    /**background-color: black;**/
	font-size:2.5em;
	font-weight: bold;
    padding: 15px;
    position: absolute;
    top: 71%;
    left: 0;
    z-index: 20;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.nav .active{
    border-bottom: #0d47a1 2.5px solid;
}
.tryy:hover .tryy{
    color: #ffbb33 !important;
}
.seeall{
    color:white;
    border: #ffbb33 1px solid;
    padding: 5px 15px 5px 15px;
    font-size: 0.95rem
}
.seeall:hover{
    color: white !important;
    background-color:#ffbb33 !important;
}
.rightt{
    float:right;
}
.otherCheck-In: 02:00 PM{
    border:#ffbb33 1px solid;
    text-decoration: none !important;
    color: white !important;
    padding: 15px;
    font-weight: bold;
    font-size: 1rem;
}
.otherCheck-In: 02:00 PM:hover{
    background-color: #ffbb33;
}
.footercontent:hover{
    color: #ffbb33 !important;
}
.hotelborder{
    color: #0d47a1;
}
.hotelborder:hover{
    border-bottom:#0d47a1 2px solid;
}
	.smbtndesign{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 10px 20px;
}
.smbtndesign:hover{
    opacity: 0.9;
}
.smbtndesign1{
    background-color: #0d47a1;
    border: 0px;
    cursor: pointer;
    color: white;
    padding: 10px 15px;
}
.namestyle{
    padding-left: 5px ; 
    padding-right: 5px;
    padding-top: 5px; 
    padding-bottom: 5px;
}

label.error {
    font-size: 10px;
    background-color: #C65F5F;
    color: #fff;
    padding: 1px 9px;
    border-radius: 20px;
}

#contactform .field-wrap {
    height: 100px;
}
#contactform [type='text'],
#contactform textarea {
    margin-bottom: 3px;
}
#contactform .field-wrap.msg {
    height: 150px;
}
		
.bookbtndesign{
    background-color:#0F64A6;
    border: 1px solid #F8F6F6;
    cursor: pointer;
    color: white;
    padding: 2px 20px 2px 20px;
	font-size: 1.5em;
}
.bookbtndesign:hover{
    opacity: 0.9;
	background-color: #1976d2;
}
.bookbtndesign:disabled{
    opacity: 0.9;
	background-color: #CCCCCC;
}
	
