/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--reset--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
	margin:0;
	font-family: 'Amaranth', sans-serif;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
	margin:0;
	font-family: 'Lato', sans-serif;
}
.text-center {
	text-align: center;
}
.clear{clear:both;}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration: none;
}
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;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}	
p{
	margin:0;
	
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	color: #dcffff;
}
.text-center {
	text-align:center;
}
.clear {
	clear: both;
}
::-webkit-input-placeholder {
   color: #777;    
} 
:-moz-placeholder { /* Firefox 18- */
   color: #777; 
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #777;  
} 
:-ms-input-placeholder {  
   color:#777;
}
 .bg {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

#booking_wrapper {
	position: relative;
}

.booking_container {
    padding: 2em;
    width: 70%;
    background: rgba(222,234,238,0.25);
	position: absolute;
	top: 75px;
	/* left: calc((100% - 700px) / 2); */
	left: 15%;
	display: none;
}
#show_bookFormBtn {
	filter: opacity(0.75);
	padding: 10px;
	position: absolute;
	top: 745px;
	left: calc((100vw - 250px) / 2);
	color: white;
	font-size: 3em;
	cursor: pointer;
}

#show_bookFormBtn a:hover {
	filter: saturate(160%);
	filter: brightness(150%);
}

#closeBtn {
	cursor: pointer;
	top: 2px;
	right: 2px;
	position: absolute;
}
#closeBtn a:hover {
	filter: saturate(160%);
	filter: brightness(150%);
}

img#bookingBg.bgImage_dark {
	filter: brightness(50%);
}

#intro_text {
	font-family: Arima+Madurai;
	font-size: 1.2em;
	line-height: 1.5em;
	color: rgba(157,79,75,0.95);
}
hr.myLine {
	width: 80%;
	margin-left: -15px;
	margin-right: 40px;
}

h1.agile-head {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding-top: 0.8em;
    letter-spacing: 3px;
}
.agile_form input[type=text]{
    padding: 0.8em 1em;
    color: #fff;
    font-size: 0.9em;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    letter-spacing: 1px;
    -webkit-appearance: none;
	/* width:93.5%; */
	width: 100%;
}
.section_class_agileits input[type=text]{
	width:54%;
}
input.username,.checkin,.checkout {	
	float: left;
}
form.agile_form .checkin .date {
	width: 100%;
}
.section_class_agileits select, .agileits-location select {
    border: none;
    outline: none;
    font-size: 0.9em;
    background: url(../images/arrow1.png) no-repeat 97% center transparent;
    padding: 0.8em 1em;
    border: 1px solid #fff;
	border-radius: 2px;
	/* color: #afafaf!important;  */
	color: #fffdfd; 
    -webkit-appearance: none;
    width: 100%;
}
 .section_class_agileits select option, .agileits-location select option {  
    background: rgba(62,62,62); 
}

.section_class_agileits {
    margin: 1em 0;
}
.section_class_agileits.w3_agile-adults {
    margin: 1em;
}
.agileits-location select {
	width:100%;
}

.agileits-left {
    float: left;
    margin-left: 0;
	width: 48%;
}
.agileits-right {
	float: right;
    margin-right: 0;
	width: 48%;
}


.agileits-location.agileinfo-bottom {
    width: 49.1%;
    float: left;
}
.wthree-budget{ 
	margin-left:0.5em;
}
.date {
    cursor: pointer;
}
.submit input[type=submit] {
    color: #fff;
    padding: 0.8em;
    font-size: 0.9em;
    cursor: pointer;
    border: none;
    background:transparent;
    outline: none;
    margin: 1.5em 0 0;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #fff;
	border-radius: 2px;
}
 .submit input[type=submit]:hover {
	background:#fff;
	color:#000;
    border: 1px solid #fff
 }
 .agile_form label {
    font-size: 1em;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin: 0px 0px 10px 4px;
    letter-spacing: 1px;
}
input.userincr-btn-dec, input.userincr-btn-inc {
    padding: 0.43em 0.1em;
}
.section_class_agileits input {
	border:1px solid #fff;
	border-radius: 2px;
    outline: none;
    font-size: 0.9em;
    color: #fff!important;
    -webkit-appearance: none;
    width: 13%;
    background:transparent;
}
.section_agileits {
    width: 32%;
    float: left;
}
.section_agileits.w3ls-sel2 {
    margin: 0 2%;
}
 .agileits-w3layouts-copyright h2 {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
	line-height:2;
	margin-bottom:1em;
}
.agileits-w3layouts-copyright a{
	color: #fff;
}
.agileits-w3layouts-copyright a:hover {
    color: #76b89c;
}
.agileits-location select,.agile_form input[type=text]{
	border:1px solid #fff;
}
/* -- Responsive code -- */

@media screen and (max-width: 1200px){
	.booking_container {
		top: 50px;
		 background: rgba(222,234,238,0.25);
	}
#show_bookFormBtn {
	top: 680px;
	}
}
@media screen and (max-width: 1024px){
	.booking_container {
		top: 50px;
		 background: rgba(222,234,238,0.25);
	}
#show_bookFormBtn {
	top: 630px;
	}
}

@media screen and (max-width: 990px){
	.booking_container {
		top: 19px;
		 background: rgba(222,234,238,0.25);
	}
	#show_bookFormBtn {
	top: 530px;
	width: 180px;
	margin-left: 30px;
	}
	#closeBtn {
	top: 3px;
	 }
	.submit input[type=submit] {
		margin: 0;
	}
}
	 
@media screen and (max-width: 786px){
	.booking_container {
		width: 100%;
		position: static;
		background-color:rgba(37, 65, 76, 0.99)
	}
	img#bookingBg.bgImage_dark {
	filter: brightness(100%);
	}

	#show_bookFormBtn {
	top: 530px;
	width: 180px;
	margin-left: 30px;
	}
	#closeBtn {
		top: 273px;
	 }
	.formBox {	
		border: none;
	}
	h1.agile-head {
		font-size: 2.5em;
	}
	.agile_form input[type=text]{
		width:91%;
	}
	.section_agileits {
		width: 100%;
	}
	.section_agileits.w3ls-sel2 {
    margin: 10px 0;
}
	.section_class_agileits input[type=text] {
		width: 50%;
	}
	.section_class_agileits input{
		width:14%;
	}
	
	.agileits-location.agileinfo-bottom {
		width: 49%;
	}
	.agile_form input[type=text] {
		width: 90%;
	}
	.agileits-left {
    float: left;
    margin-left: 0;
	width: 48%;
	}
	.agileits-right {
	float: right;
    margin-right: 0;
	width: 48%;
	text-align: right;
	}
}
@media screen and (max-width: 600px){
	.booking_container {
		width: 100%;
		position: static;
		background-color:rgba(37, 65, 76, 0.99)
}
	#show_bookFormBtn {
		top: 450px;
		width: 150px;
		margin-left: 50px;
	}
	#closeBtn {
		top: 228px;
	 }
}
@media screen and (max-width: 420px){
	#show_bookFormBtn {
		top: 410px;
		width: 150px;
		margin-left: 50px;
	}
	#closeBtn {
		top: 160px;
	 }
}
@media screen and (max-width: 320px){
	#show_bookFormBtn {
		top: 375px;
		width: 130px;
		margin-left: 60px;
	}
	#closeBtn {
		top: 122px;
	 }
}

/* -- //Responsive code -- */
