/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/*--reset--*/
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
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%;}

.d-box-facebook {
	display: block;
	padding: 5px 5px;
	margin: 5px 3px;
	line-height: 1.42857143;
	font-size: 18px;
	background: #3b5998;
	border: 1px solid #3b5998;
	border-radius: 5px;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.d-box-facebook:hover {
	background: #ffffff;
	border: 1px solid #3b5998;
	color: #3b5998;

}

.d-box-gmail {
	display: block;
	padding: 5px 5px;
	margin: 5px 3px;
	line-height: 1.42857143;
	font-size: 18px;
	background: #d34836;
	border: 1px solid #d34836;
	border-radius: 5px;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.d-box-gmail:hover {
	background: #ffffff;
	border: 1px solid #d34836;
	color: #d34836;
}

/*--end reset--*/
.bg-from{
	background: url(../upload/bg-from.jpg) no-repeat center center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-agile {
	/*width: 33%;*/
	margin: 1.5em auto;
	position: relative;
	padding: 1em 2em;
	background: rgba(0, 0, 0, 0.7);
}
.bg-agile img {
	position: absolute;
	right: 0;
	bottom: 0em;
	width: 23em;
}

.book-appointment h2, .wthree-text h6 {
    /* text-align: center; */
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0.5em;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: dashed 2px #ffffff;
}
.wthree-text h6 {
	margin-top:.5em!important;
}
/*-- reservation --*/
.book-form input[type="text"],.book-form input[type="email"], .book-form input[type="time"], .book-form input[type="password"], .book-form input[type="number"], select#country, select#country1{
	width: 100%;
	height: 40px;
	color: #777;
	font-size: 0.7em;
	padding: 8px 8px 8px 40px;
	margin-bottom: 10px;
	outline: none;
	background: #ffffff;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.book-form input[type="file"]{
width: 100%;
	height: 40px;
	color: #777;
	font-size: 0.7em;
	padding: 8px 8px 8px 40px;
	margin-bottom: 10px;
	outline: none;
	background: #ffffff;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.book-form input[readonly],.book-form input[readonly], .book-form input[readonly],.book-form input[readonly], .book-form input[readonly]{
	background: #f5f5f5;
}


.book-form textarea{
	width: 100%;
	height: 150px;
	color: #777;
	font-size: 0.7em;
	padding: 10px 10px 10px 40px;
	margin-bottom: 15px;
	outline: none;
	background: #ffffff;
	border:1px solid #dddddd;
	box-sizing: border-box;
}




.form-group-custom {
	position: relative;
	width: 100%;
	/* <-- just for demo */
	overflow: hidden;
}
.form-group-custom>.toggleMask {
	position: absolute;
	top: 0;
	right: -20px;
	text-indent: -30px;
	height: 100%;
	line-height: 2;
	pointer-events: auto;
	z-index: 5;
	cursor: pointer;
}

.form-group-custom>.toggleMask~input {
	padding-right: 30px;
}

.form-group-custom>.toggleMask:checked::before {
	content: "\f192";
}

/*select#country option, select#country1 option {
	background:#000;
	}*/
	.phone_email{
		float:left;
	}
	.phone_email.phone_email1{
		float:right;
	}
	.phone_email, .phone_email1 {

		margin-bottom: 1.2em;
	}
	.cuisine {
		margin-bottom: 2em;
	}
	.book-form .form-text,.book_date,.section_room {
		position: relative;
	} 
	.span1_of_1 {
		list-style: none;

		float: left;
		margin-bottom: 1.2em;
	}
	.span1_of_2 {
		float: right;

		margin-bottom: 1.2em;
	}
	.book_date-costom-i i {
		position: absolute;
		color: #c12937;
		font-size: 16px;
		top: 12px;
		left: 13px;
	}
	.book-form input[type="submit"],input[type="reset"] {
		text-transform: capitalize;
		background: #c12937;
		color: #ffffff;
		padding: 0.5em 4.5em;
		border: none;
		border: 2px solid #c12937;
		font-weight: 600;
		font-size: 1em;
		margin-top: 0em;
		outline: none;
		letter-spacing: 1px;
		-webkit-transition: .5s all;
		-moz-transition: .5s all;
		transition: .5s all;
		cursor:pointer;
	}
	.book-form input[type="submit"]:hover{
		background: transparent;
		color:#c12937;
	} 
	.book-form input[type="reset"]:hover{
		background: transparent;
		color:#c12937;
	} 
	.book-form ::-webkit-input-placeholder {
		color:#999 !important;
	}
	.book-form :-moz-placeholder { /* Firefox 18- */
		color:#999 !important; 
	}
	.book-form ::-moz-placeholder {  /* Firefox 19+ */
		color:#999 !important;
	}
	.book-form :-ms-input-placeholder {  
		color:#999 !important;
	}
	.agile-reservation-grid {
		background: #f4f4f4;
		padding: 2em;
	}
	.book-form {
		margin: 0em 0;
		width:100%
	}
	.map_agile iframe {
		height: 792px;
		width: 100%;
		border: none;
	}
	.map-grids h3 {
		color: #191818;
		font-weight: 600;
		font-size: 1.4em;
		margin-bottom: 0.8em;
		text-transform: uppercase;
	}
	.agileits-login label {
		font-weight: 600;
		position: relative;
		margin-bottom: 6px;
		color: rgba(255, 255, 255, 0.66);
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: capitalize;
	}
	/*-- checkbox --*/
	.agileits-login label {
		font-size: 14px;
		color: #000;
		letter-spacing: 1px;
		font-weight: 400;
		position: relative;
		margin-bottom: 5px;
		display: inline-block;
	}
	input.checkbox {
		background: #000;
		cursor: pointer;
		width: 1.2em;
		height: 1.2em;
		display: inline-block;
		margin: 0 5px 0 0;
		vertical-align: text-bottom;
	}
	input.checkbox:before {
		content: "";
		position: absolute;
		width: 1.2em;
		height: 1.2em;
		background: inherit;
		cursor: pointer;
	}
	input.checkbox:after {
		content: ""; 
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 1;
		width: 1.2em;
		height: 1.2em;
		border: 1px solid transparent; 
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out; 
		transition: .4s ease-in-out;
	}
	input.checkbox:checked:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		height: 1.2em;
		border-color: #fff;
		border-top-color: transparent;
		border-right-color: transparent;
	}
	.anim input.checkbox:checked:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		height: .6em;
		border-color: transparent;
		border-right-color: transparent;
		animation: .4s rippling .4s ease;
		animation-fill-mode: forwards;
	}
	@keyframes rippling {
		50% {
			border-left-color: #fff;
		}
		100% {
			border-bottom-color: #fff;
			border-left-color: #fff;
		}
	} 
	/*-- //checkbox --*/ 
	/*-- //reservation --*/
	/*--copyright--*/
	.copy.w3ls {
		margin: 8em 0em;
		text-align: center;
	}
	.copy p {
		color: #fff;
		font-size: 14px;
		letter-spacing: 2px;
		word-spacing: 2px;
	}
	.copy p a {
		color: #c12937;
		text-decoration: none;
	}
	.copy p a:hover {
		color: #fff;
	}
	/*--//copyright--*/
	/*--responsive--*/
	@media(max-width:1680px){

	}
	@media(max-width:1600px){
		.copy.w3ls {
			margin: 2em 0em;
		}
	}
	@media(max-width:1280px){
		.bg-agile {
			padding: 3em 3em;
		}
	}
	@media(max-width:1050px){
		.bg-agile {
		}
	}
	@media(max-width:1024px){
	}
	@media(max-width:991px){

	}
	@media(max-width:900px){
		.bg-agile {
		}
		h1 {
			font-size: 50px;
			letter-spacing: 3px;
		}
	}
	@media(max-width:800px){
		.bg-agile {
			padding: 1.5em 2.5em;
		}
	}
	@media(max-width:768px){
	}
	@media(max-width:767px){

	}
	@media(max-width:736px){
		h1 {
			font-size: 48px;
		}
	}
	@media(max-width:667px){
	}
	@media(max-width:640px){
		.bg-agile {
		}
		.copy p {
			font-size: 13.5px;
			letter-spacing: 1.8px;
			word-spacing: 1px;
		}
	}
	@media(max-width:600px){
		.copy p {
			padding: 0 25px;
			line-height: 28px;
		}
		.copy.w3ls {
			margin: 1.5em 0em;
		}
	}
	@media(max-width:568px){
	}
	@media(max-width:480px){
		h1 {
			font-size: 45px;
		}
		.book-appointment h2, .wthree-text h6 {
			font-size: 24px;
			letter-spacing: 1.5px;
		}
		.agileits-login label {
			font-size: 13px;
		}
		.book-form input[type="submit"] {
			padding: 0.6em 3em;
			font-size: 0.92em;
		}
		.copy p {
			padding: 0 30px;
			font-size: 13px;
			letter-spacing: 1.5px;
		}
		.bg-agile {
			padding: 1.5em 2em;
		}
		.phone_email, .phone_email1 {
			margin-bottom: 1em;
		}
	}
	@media(max-width:440px){
	}
	@media(max-width:414px){
		.copy p {
			padding: 0 25px;
		}
		h1 {
			font-size: 42px;
			letter-spacing: 2px;
			word-spacing: 7px;
			margin: 0.7em 0 .2em;
		}
		.bg-agile {
			padding: 2em 2em;
		}
	}
	@media(max-width:384px){
		h1 {
			font-size: 41px;
		}
		.phone_email, .phone_email1 {
			width: 100%;
		}
		.span1_of_1 {
			width: 100%;
		}
		.span1_of_2 {
			width: 100%;
		}
	}
	@media(max-width:375px){
		.bg-agile {
			padding: 1.5em 1.5em;
		}
		h1 {
			word-spacing: 5px;
		}
	}
	@media(max-width:320px){
		h1 {
			word-spacing: 3px;
			font-size: 35px;
			letter-spacing: 1.5px;
		}
		.book-appointment h2, .wthree-text h6 {
			font-size: 23px;
			letter-spacing: 1.2px;
		}
		.copy p {
			padding: 0 17px;
			letter-spacing: 1px;
		}
	}
/*--//responsive--*/