/*-- Index-Page-Styling --*/

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.hiddenanchor{
    display: none;
}

#wrapper {
    width: 100%;
    position: relative;
}
/*--w3layouts--*/
input[type="text"]{
	width: 97%;
    padding: 7px;    
    border: none;
    font-size: 15px;
    outline: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.76);
    margin-top: 12px;
    margin-bottom: 18px;
}
textarea#message {
    height: 90px;
     padding: 7px;    
    border: none;
    font-size: 15px;
    outline: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.76);
    margin-top: 12px;
    margin-bottom: 18px;
    width: 100%;
}
/*--agileits--*/
#register, #login{
	width: 100%;
}

#toregister:target ~ #wrapper #register, #tologin:target ~ #wrapper #login{
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}

#toregister:target ~ #wrapper #login, #tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

.animate{
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;    
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;    
	-o-animation-duration: 1s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;    
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;    
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
/*--w3layouts--*/
/*--agileits--*/

.main {
    padding: 0px 25px 0px;
    text-align: left;
}

form {
	margin-top: 0px;
}

select, .tickets input[type="number"] {
	width: 100%;
	padding: 7px;
	 
	border: none;
	font-size: 15px;
	outline: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.76);
	margin-top: 12px;
	margin-bottom: 18px;
}

select.dropdown, input#datepicker, input#datepicker1, input#datepicker2 {
   width: 100%;
    
    padding: 10px 15px;
    margin-top: 12px;
    margin-bottom: 0;
    outline: none;
    border: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.76);
}

.book-pag {
	padding: 5px 0px 0;
	text-align: left;
}

.book-pag h4 {
	 
    font-size: 18px;
    font-weight: 700;
    color: #EEE;
    padding: 10px 0;
    text-align: center;
}

#register .book-pag-frm1, #register .book-pag-frm2 {
	width: 100%;
	float: left;
}

.date {
	background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
	cursor: pointer;
	padding: 8px 0;
}

.book-pag-frm1 {
	padding: 0px 25px;
}

label {
    font-size: 15px;
    color: #EEE;
    
    float: left;
    width: 100%;
}

.tickets {
	padding: 10px 25px;
	text-align: left;
}


.tickets input[type="number"] {
	width: 100%;
}

.wthreesubmitaits {
	padding: 0px 25px;
    text-align: left;
}

.wthreesubmitaits input[type="submit"] {
	padding: 7px 30px;	 
	font-size: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	background:#ed3237;
	border:1px solid #ed3237;
	color: #fff;
}

.wthreesubmitaits input[type="submit"]:hover {
	background-color:rgba(237, 50, 55, 0.6);
	border:1px solid #fff;
	color: #fff;
}

p.change_link {	 
	color: #EEE;
	width: 100%;
	font-size: 15px;
	padding: 0 0 40px;
}

#wrapper p.change_link a {
	color: #FFEB3B;
	font-size: 18px;
	padding-bottom: 5px;
	margin-left: 10px;
	border-bottom: 3px solid #FFEB3B;
}

#wrapper p.change_link a:hover {
	color: #FFC107;
	border-bottom: 3px solid #FFC107;
}

::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}



/*-- Index-Page-Styling --*/

@media screen and (max-width: 480px) {
	h1 {
    font-size: 20px;
    margin: 40px auto 28px;
}
input[type="text"], textarea#message {
   width: 100%;
}
select.dropdown, input#datepicker, input#datepicker1, input#datepicker2 {
    width: 100%;
}
.tickets input[type="number"] {
   width: 100%;
}
textarea#message {
    height: 100px;
    width: 100%;
}
}

@media screen and (max-width: 414px) {
	h1 {
    font-size: 18px;
}
.w3layoutscontactagileits h2 {
    font-size: 20px;
}
input[type="text"], textarea#message {
    width: 100%;
}
select.dropdown, input#datepicker, input#datepicker1, input#datepicker2 {
   width: 100%;
}
.tickets input[type="number"] {
    width: 100%;
}
textarea#message {
	width: 100%;
}
.w3lsfooteragileits p {
    margin: 28px 0;
    font-size: 14px;
}
}

@media screen and (max-width: 384px) {
	h1 {
    font-size: 17px;
}
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	h1 {
    font-size: 18px;
    margin: 30px auto 18px;
	    line-height: 28px;
}

.wthreesubmitaits {
    padding: 0px 0px 14px;
}
input[type="text"], textarea#message {
    width: 100%;
}
select.dropdown, input#datepicker, input#datepicker1, input#datepicker2 {
   width: 100%;
}
.tickets input[type="number"] {
  width: 100%;
}
textarea#message {
    width: 100%;
}

}
.bookingform{
	height: 500px;
	overflow-y: scroll;
	width: 100%;
	display: inline-block;
	overflow-x: hidden;
	padding: 1em;
}
.bookingformmain{
	background: url("../images/booknow-back.png") center;
	background-size: cover !important;
	-moz-background-size: cover !important;
	/* WebKit */
    -webkit-background-size: cover !important; 	
}

.modal-body {
    position: relative;
    padding: 0;
    box-shadow: 0px 0px 25px white;
    border: 2px solid #fff;
}
.modal-dialog {
    width: 600px;
    margin: 100px auto;
}
.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
/*--- Responsive Code ---*/