@charset "UTF-8";


.childVisibleDefault {
	text-transform: capitalize !important;
}

@media (min-width: 1200px) {
	.card-information .custom-field-row .jcf-select {
    	width: 78px  !important;
    	min-width: 70px  !important;
	}
	
	#creditCardCVC {
		max-width: 125px  !important;
    	min-width: 85px  !important;
	}
}



.error.help-block {
    display: block;
    font-size: 12px !important;
    color: red;
}

#searchModules__Container .guestDetails .guestPopup label, .extendGDShared .guestPopup label, .extendGuestDetails-2 .guestPopup label, .extendGuestDetails .guestPopup label, .reservationModalFields .rM-guestDetails .guestPopup label {
    font-size: 14px!important;
}
		
#galleryPageContainer .uk-section{
	padding: 0 0 70px 0!important;
}

.fixfixed { 
	display:none!important;
    position: absolute!important; 
}

/* MOBILE CONTACT BAR */

.mobile-contact-bar {
	position: fixed;
    bottom: 0;
    display: flex;
    z-index: 9;
    width: 100%;
    height: 60px;
    align-items: center;
    visibility: hidden;
}

.mcb-phone {
	text-align: center;
    width: 100%;
    background: #4a90e2;
    height: -webkit-fill-available;
    justify-content: center;
    display: flex;
}

.mcb-phone span {
	align-self: center;
    font-size: 19px;
    color: #fff;
    margin-left: 13px;
    font-weight: 300;
    letter-spacing: 2.4px
}

.mcb-phone a {
    align-self: center;
}

.mcb-button a {
    letter-spacing: 2.5px;
    color: #1a1818;
    white-space: nowrap;
    align-self: center;
    cursor: pointer;
    padding: 0 24px;
}

.mcb-button {
    background: #fff;
    height: -webkit-fill-available;
    display: flex;
}

#mcb-wresbtn .mcb-phone span {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-left: 0;
}

#mcb-wresbtn .mcb-phone {
    display: block;
}

#mcb-wresbtn .mcb-phone img {
    padding: 9px 0 0;
}

#reservationSearchFields {
    background: #000000b5;
}

#reservationSearchFields .uk-height-viewport.uk-flex {
    align-items: center;
}

#reservationSearchFields #ets-widget-hotel-search-container {
    background: #fff;
}

#reservationSearchFields .uk-close {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 10px;
}

#reservationSearchFields .uk-close svg {
    height: 16px;
    width: 16px;
}

@media (max-width: 639px) {
	.mobile-contact-bar {
		visibility: visible;
	}
}

/* MOBILE CONTACT BAR END */


/*******************
Preloader Start
********************/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  opacity: 0.95;
  background-color: #1a1818;
 }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 10em;
  height: 0;
  width: 2em; 
  }

.loader__figure {
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url("/images/loading.png");	
	min-width: 172px;
	min-height: 172px;
} 

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50% !important;
  font-size: 20px;
  letter-spacing: 0.0em;
  line-height: 1.5em;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2; }
  29% {
    background-color: #1976d2; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

/*******************
Preloader End
********************/
.hidden{
	display: none;
}

.monoFont {
    font-family: none;
}

.priceAndAvailabilityWarning{
   font-size: 12px !important;
   max-width: 90% !important;
   text-align: left !important;
}

.alert-danger-priceavail {
    background-color: #ec9098 !important;
    border-color: #ec9098 !important;
}

.alert-warning-priceavail {
    background-color: #fbc86f !important;
    border: 1px solid #fff !important;
}

.colorWhite::after{
  color: white !important;
}

.paOtherWarning {
	font-size: 10px;
}

.paAvailabilityWarning span:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ec9098;
	display: inline-block;
	margin-right: 8px;
}

.paNoAvailabilityWarning span:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fbc86f;
	display: inline-block;
	margin-right: 8px;
}

.paFirstWarning span:before {
	font-size: 12px !important;
    max-width: 90% !important;
    text-align: left !important;
}	
.search-price-availability {
	float: right;
}	

	
.modal .modal-dialog {
  margin: 40px 20px 20px;
}

@media (max-width: 959px) {
  .modal .modal-dialog {
    max-width: none;
  }
}

@media (min-width: 960px) {
  .modal .modal-dialog {
    margin: 98px auto 20px;
  }
}

@media (min-width: 960px) {
  .modal .panel-opener {
    pointer-events: none;
    color: inherit;
    display: block;
  }
}

.modal h3 {
  font-weight: 500;
  margin-bottom: 20px;
}

.modal .modal-content {
  border-radius: 6px;
}

.modal .modal-body {
  padding: 40px 15px 30px;
  font-size: 12px;
  line-height: 2;
  color: #1f2126;
}

@media (min-width: 960px) {
  .modal .modal-body {
    padding: 40px;
    line-height: 1.25;
  }
}

.modal .modal-body p {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .modal .modal-body p {
    margin-bottom: 15px;
  }
}

@media (max-width: 959px) {
  .modal .modal-holder {
    padding: 5px 10px;
  }
}

.modal .close {
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  width: 35px;
  height: 35px;
  background-color: #e8e8e8;
  border-radius: 50%;
  color: #030344;
  opacity: 1 !important;
  outline: none;
  font-size: 14px;
  position: absolute;
  right: -14px;
  top: -17px;
  z-index: 999;
  text-shadow: none;
}

.modal .close:hover {
  background-color: #ccc;
}

.modal .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-footer {
  border: none;
  padding: 12px 25px 41px;
}

@media (min-width: 960px) {
  .modal .modal-footer {
    padding: 12px 40px 41px;
  }
}

.modal .modal-footer .btn-large {
  width: 100%;
}

@media (min-width: 960px) {
  .modal .modal-footer .btn-large {
    min-width: 344px;
    width: auto;
  }
}

.modal .warning-box {
  font-size: 14px;
  line-height: 18px;
  color: #2a2f39;
}

.modal .warning-box .icon {
  color: #fa1515;
  font-size: 51px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}

@media (min-width: 960px) {
  .modal .warning-box .icon {
    margin-bottom: 15px;
  }
}

.modal .warning-box h3 {
  color: #252932;
}

.modal .warning-box p {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .modal .warning-box p {
    margin-bottom: 34px;
  }
}

.modal .warning-box .btn {
  min-width: 186px;
  letter-spacing: 0;
  padding: 10px 15px;
}

@media (min-width: 960px) {
  .modal-form {
    padding-top: 4px;
  }
}

.modal-form .form-group {
  position: relative;
  margin-bottom: 3px;
}

.modal-form .form-group.input-focus label {
  font-size: 12px;
  top: 10px;
}

.modal-form .form-group.input-focus .jcf-select .jcf-select-text {
  margin: 27px 40px 8px 14px;
}

.modal-form label {
  -webkit-transition: top 0.15s linear;
  transition: top 0.15s linear;
  position: absolute;
  left: 14px;
  top: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin: auto;
  pointer-events: none;
  color: #9ca1ae;
  z-index: 10;
}

.modal-form .jcf-select {
  height: 54px;
  color: #1f2126;
  border-radius: 3px;
  border-color: #dbe0e6;
}

@media (min-width: 960px) {
  .modal-form .jcf-select {
    margin-bottom: 20px;
  }
}

.modal-form .jcf-select.jcf-drop-active .jcf-select-opener:after {
  content: "\e90b";
  border: none;
}

.modal-form .jcf-select .jcf-select-opener {
  background: none;
  color: #9ca1ae;
  font-size: 12px;
  line-height: 1;
  width: 40px;
}

.modal-form .jcf-select .jcf-select-opener:after {
  content: "\e905";
  position: absolute;
  left: 17px;
  top: 54%;
  border: none;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-form .jcf-select .jcf-select-text {
  margin: 18px 40px 17px 14px;
}

.modal-form .jcf-select .jcf-option-hideme {
  display: none !important;
}

@media (min-width: 960px) {
  .homePageModalDialog {
    margin: 200px auto 20px !important;
    max-width: 600px !important;
  }
}

@media (max-width: 960px) {
	.iframe  {
		height: 100%;
		width: 100%;
		min-height: 300px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9;	
	}
}

@media (max-width: 960px) {
	.mainPageIFrameMobile .iframe  {
		position: absolute; 
	}
}


.bottomResButtonMobile {
  	background: transparent !important;
    padding: 10px 22.5px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    border: 2px solid #fff !important;
    color: white !important;
    position: static !important;
    bottom: 50px !important;
}

@media (min-width: 768px) {
  .bottomResButtonMobile {
    display:none !important; 
  }
}
