/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
/*
body {
	overflow:scroll;
-webkit-overflow-scrolling: touch;
}
*/
.pop-content {
	position: relative;
	display: inline-block;
	width: 80%;
	margin: 0px auto 0px auto;
	overflow: auto;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
/*  background: rgba(0, 0, 0, 0.9);*/
	background-color: transparent;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
	width: 50%;
margin-left: auto;
margin-right: auto;
height: 500px;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
	  background: rgba(0, 0, 0, 0.9);
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: center;
vertical-align: middle;
display: inline-block;
white-space: normal;
outline: none !important;
overflow: scroll;
	padding: 20px 0px 20px 0px;
/*width: 72%;*/
	width: 95%;
margin-left: auto;
margin-right: auto;
/*	height: 500px;*/
	height: auto;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}
.lity-container::-webkit-scrollbar, .lity-container::scrollbar {
 display: none !important;
}

.left.carousel-control {
    left: 0px;
    height: 100%;
    background-image: none;
    top: 0px;
    position: absolute;
    margin-top: 0px;
    text-align: left;
    vertical-align: middle;
    line-height: 90px;
    outline: none !important;
    border: 0px !important;
}
.right.carousel-control {
    right: 0px;
    height: 100%;
    background-image: none;
    top: 0px;
    position: absolute;
    margin-top: 0px;
    text-align: right;
    outline: none !important;
    border: 0px !important;
}
.inc-arrows {
    position: absolute;
    top: 35%;
    outline: none !important;
    border: 0px !important;
}

/* Smartphones (portrait and landscape) ----------- */


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.lity-container  {
		-webkit-overflow-scrolling: touch !important;
	}
#newsletter {
top: 10% !important;
max-width: 100% !important;
width: 100% !important;
}
	#mc_embed_signup_scroll h1 {
    line-height: 35px !important;
}
	#dismiss {
	cursor: pointer; cursor: hand;
position: absolute;
float: right;
display: block;
	right: 20px !important;
		top: 40px;
		z-index: 99999;
		
}
    .carousel-control.left, .carousel-control.right {
        width: 1px;
    }
/**/
}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	
.res-form {
max-width: 85% !important;
width: 85% !important;
}
	
/**/
}








.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
/*
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
*/
}
.lity-close {
  z-index: 9994;
  width: 50px;
  height: 50px;
/*  position: fixed;*/
	position: absolute;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
color: #fff !important;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
	top: 15px;
right: 25px;
-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: #000;
}
.lity-hide {
  display: none;
}
input, button, select, textarea {
    color: #000 !important;
}

#mc_embed_signup_scroll h1 {
font-size: 40px;
padding: 0px !important;
margin: 0px !important;
	line-height: 60px;
	
}
#mc_embed_signup_scroll p {
padding: 0px !important;
line-height: 20px !important;
margin-bottom: 20px;
	text-align: center;
	
}



.mc-form2 {
	width: 100%;
}

#mc_embed_signup_scroll input, #mc_embed_signup_scroll select, #mc_embed_signup_scroll textarea {
border: 0px;
color: #b6b6b6!important;
height: 45px;
width: 257px;
padding: 5px;
text-align: center;
float: left;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style: italic;
	
}


#mc_embed_signup_scroll input:focus, #mc_embed_signup_scroll textarea:focus {
	font-size: 16px !important;
background-color: #5e075f;
	color: #fff !important;
	font-style: normal;
}







#mc_embed_signup_scroll .button {
	border: 0px;
color: #000;
height: 45px;
width: 52px;
padding: 5px;
text-align: center;
	float: right;
display: block;
/*	float: left;*/
}

#mc-embedded-subscribe {
background: url("../images/submit-arrow.png") center 4px no-repeat !important;
	background-color: #000;
	border: solid 2px #fff !important;
	margin-left: 10px;
		-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#mc-embedded-subscribe:hover {
background: url("../images/submit-arrow.png") center 4px no-repeat !important;
	background-color: #5e075f !important;
	border: solid 2px #fff !important;
	margin-left: 10px;
}

.mc-logo2 {
	margin-top: 40px;
}

.mc-content {
width: 360px;
height: 45px;
text-align: center !important;
padding: 0px !important;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
padding-left: 20px !important;
padding-right: 20px !important;
overflow: hidden;
}

#mc_embed_signup div.mce_inline_error {
margin: 46px 0 1em 0 !important;
padding: 5px 10px !important;
background-color: #5e075f !important;
z-index: 1;
color: #fff;
width: auto;
position: absolute !important;
font-weight: 100 !important;
text-align: left;
}


/*
#newsletter {
	display: none;
position: fixed;
z-index: 9999;
left: 0;
right: 0;
		top: 25%;
		background: rgba(0, 0, 0, .8);
	height: auto;
		overflow: visible;
	width: 60%;
		max-width: 60%;
		margin-left: auto;
margin-right: auto;
}
*/
.res-form {
	display: none;
position: fixed;
z-index: 99999; !important;
left: 0;
right: 0;
		top: 0px;
		background: rgba(9, 47, 87, .9);
	height: auto;
		overflow: visible;
	width: 100%;
		max-width: 100%;
		margin-left: auto;
margin-right: auto;
	height: 100%;
padding-top: 2%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 20%;

}
.container-f {
/*	width: 64%;*/
	width: 100%;
  /*
	height: 600px;
  */
  height:90vh;
	overflow: scroll;
	padding: 0px 40px 0px 40px;
	font-size: 20px;
	line-height: 22px;
color: #fff;
	overflow-x: auto !important;
	text-align: left;
	margin-left: auto;
margin-right: auto;

}

.dismiss-btn {
	cursor: pointer; cursor: hand;
position: absolute;
float: right;
display: block;
right: 5%;
}

#mce-success-response, #mce-error-response {
    position: absolute;
    top: 165px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    display: block;
    text-align: center;
    padding: 20px;
	background: rgba(94, 7, 95, .8);
	line-height: 20px;
}
.hide {
	display: none !important;
}

/*FORMS*/
.container-f input[type="text"],
.container-f input[type="email"],
.container-f textarea,
.container-f select, .container-f input[type="number"]
{
    width: 100% !important;
	max-width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.container-f fieldset {
	border: 0px !important;
	padding: 0px !important;
}

.container-f input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 50%;
    height: 40px;
    background-color: #FF9900;
	margin-top: 24px;
}

.container-f h1 {
	font-size: 30px;
font-family: ‘AdobeCaslonW01-Regular’;
	text-transform: uppercase;
	color: #FF9900;
	margin: 0px !important;
	padding: 0px !important;

}

.form-logo {
	width: 200px;
}

.container-f textarea {
min-height: 86px !important;
}


.container-f div.wpcf7-mail-sent-ok
{
	font-size: 20px!important;
font-family: ‘AdobeCaslonW01-Regular’!important;
	text-transform: uppercase!important;
	color: #FF9900!important;
	text-align: center !important;
	border: 0px !important;
	margin: 0px 0px 0px -15px !important;
	padding: 0px !important;
}

.container-f div.wpcf7-validation-errors
{
	font-size: 20px!important;
font-family: ‘AdobeCaslonW01-Regular’!important;
	text-transform: uppercase!important;
	 color: #f00; !important;
	text-align: center !important;
	border: 0px !important;
margin: 15px 0px 0px -15px !important;
	padding: 0px !important;
}

.container-f span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
margin-top: 10px !important;
	    margin-bottom: -10px;
}
.container-f hr {
    margin: 0px !important;
    padding: 0px !important;
    border-top: 3px solid #FF9900;
}
.container-f select {
	 -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    text-indent: 0.1 !important;
    text-overflow: '' !important;
	}
	.container-f select::-ms-expand
    {
        display: none !important;
    }

.tt-cal {
margin-top: 15px;
background: url("../../images/tt-cal.svg") left top no-repeat;
    background-color: rgba(0, 0, 0, 0);
padding-left: 135px !important;
padding-top: 3px !important;
color: #9C1B15 !important;
font-weight: bold;
}


.acc-cal1b {
margin-top: 15px;
background: url("../../images/acc-cal1.svg") left top no-repeat;
    background-color: rgba(0, 0, 0, 0);
padding-left: 142px !important;
padding-top: 3px !important;
color: #9C1B15 !important;
font-weight: bold;
	margin-top: 0px;
}
.acc-cal2b {
margin-top: 15px;
background: url("../../images/acc-cal2.svg") left top no-repeat;
    background-color: rgba(0, 0, 0, 0);
padding-left: 152px !important;
padding-top: 3px !important;
color: #9C1B15 !important;
font-weight: bold;
	margin-top: 0px;
}

.fl-cal1 {
margin-top: 15px;
background: url("../../images/fl-dep.svg") left top no-repeat;
    background-color: rgba(0, 0, 0, 0);
padding-left: 110px !important;
padding-top: 3px !important;
color: #9C1B15 !important;
font-weight: bold;
	margin-top: 0px;
}
#form4 .fl-cal1{
  background-image:url(../../images/fl-date.svg);
}
/*
#form5 .fl-cal1{
  background-image:url(../../images/fl-start.svg);
}
#form5 .fl-cal2{
  background-image:url(../../images/fl-end.svg);
}
*/

.fl-cal2 {
margin-top: 15px;
background: url("../../images/fl-arr.svg") left top no-repeat;
    background-color: rgba(0, 0, 0, 0);
padding-left: 92px !important;
padding-top: 3px !important;
color: #9C1B15 !important;
font-weight: bold;
	margin-top: 0px;
}


.acc-select1 {
	margin-top: 0px;
}

.acc-select2 {
	margin-top: 0px;
}
.acc-select3 {
margin-top: 15px;
}

#new-booking, #request-existing {
    margin-top: -55px;
}

.topclear {
    margin-top: 15px;
}

.topclear2 {
    margin-top: -15px;
}



.container-f textarea:focus {
border-bottom: solid 4px #f6a704 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#os-promo-wrapper, .lity-container {
    width: 100%;
}
	.lity-close, .lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
top: 0px;
right: 0px;
	}
	#os-promo-wrapper h1 {
    font-size: 18px;
}
.res-form {
padding-top: 2%;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 20%;
}
	.dismiss-btn {
	cursor: pointer; cursor: hand;
position: absolute;
float: right;
display: block;
right: 5%;
	top: 52px;
}
	
	.container-f {
	height: auto;
}
	
	.container-f input[type="text"],
.container-f input[type="email"],
.container-f textarea,
.container-f select
{
    width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 10px;
}
	
	.container-f h1 {
	font-size: 28px;
		line-height: 32px;
}
	.container-f span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
margin-top: -10px !important;
}
    .left.carousel-control {
    left: 5px;
    }
	
/*/*/
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1500px) {
	.container-f {
	height: 800px;
}
	
	
/*/*/
}

#inline {
overflow:auto;
/*	background:#000;*/
	padding:20px;
	width:75%;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#am-pi-pop .btn-more2 {
    width: 100%;
height: 50px;
text-align: center !important;
}
.capbox, #CaptchaInput {
width: 100% !important;
}
		table input[type="submit"] {
    display: block;
text-align: center !important;
}

#fmessage {
	margin-top: 10px;
}


/*
html, body {
    overflow: hidden;
}
*/

.noscroll {
    overflow: hidden;
}
.yesscroll {
    overflow: auto !important;
}






