body{ 
	background-color: #000;
	overflow: hidden;
	border: 1.5em solid #fff;
	margin: 0; 
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: 'Playfair Display', serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	-webkit-text-rendering: optimizelegibility;
}
.overlay {
    background: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    letter-spacing: 4px;
}
h3 {
    color: #fff;
	font-size: 18px;
	margin-bottom: 35px;
}
a:hover , a:active , a:focus{
	text-decoration: none;
	outline: none;
}
.preloader {
	background-color:#fff;
	bottom:0;
	height:100%;
	left:0;
	overflow:hidden!important;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:99999;
}
.status{
	background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 210px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15%;
	left: 42%;
}
.padding-zero{
	padding:0;
}
.baner-img{
	/*background: url("../img/1.jpg");*/
	background: #fff;
	height:100%;
	background-size: cover;
}
.logo {
    position: absolute;
    right: 0;
	left:0;
	margin:auto;	
    top: 20%;
	width: auto;
    transform: translatey(-50%);
	z-index:1;
}
.text {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 60%;
	top: 42%;
	text-align: center;
	z-index: 1;
}
.form-control{
	width: 64%;
	display: inline;
	color:#000;
	border:none;
	border-bottom: 5px solid #000!important;
}
.form-control:focus{
	box-shadow: none;
}
input {
    background: transparent!important;
    border-radius: 0 !important;
	height: 45px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000!important;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	opacity: 1;
	background: transparent!important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000!important;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	opacity: 1;
	background: transparent!important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000!important;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform:uppercase;
	opacity: 1;
	background: transparent!important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000!important;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform:uppercase;
	opacity: 1;
	background: transparent!important;
}
.error-message {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
button {
	font-size: 20px !important;
	font-weight: 500 !important;
    margin-top: 25px;
    width: 10px;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
button:hover {
	font-size: 24px !important;
	color: #18082F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hidden-close{
	display:none;
}
.btn-color{
	color: #18082F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 0 0 0px -40px;
	border-radius: 0;
}
.btn-color:hover i{
	color: #18082F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn-color:hover, .btn-color:active, .btn-color:focus {
	color:#9c9c9c;
	text-decoration: none;
	outline: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact_light {
	position: absolute;
	top: 72%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 530px;
	z-index: 1;
	text-align: center;
}
.home_prebook {
    left: 0;
    margin: auto !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
}
.success-message p {
    color: #000;
}
.social-icon {
    font-size: 18px;
    color: #000;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 50%;
    z-index: 1;
	bottom: 55px;
}
.social-icon i {
    margin: 0 18px;
}
.social-icon a {
    color:#000;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.social-icon a:hover {
    color:#ffd204;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.con-mail {
    position: absolute;
	z-index: 1;
	width: 50%;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 8%;
}
.con-stay {
    position: absolute;
	z-index: 1;
	width: 50%;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 35%;
}

.con-update {
    position: absolute;
	z-index: 1;
	width: 50%;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 12%;
}
.con-mail a, .con-stay a, .con-update a{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.con-mail a:hover {
	color: #18082F;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.mail-line {
    height: 5px;
    width: 35px;
    background: #18082F;
    position: absolute;
    left: 0px;
    right: 290px;
    margin: auto;
    top: 7.5px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.con-mail:hover .mail-line{
	background: #000!important;
    transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
/***************Media*******************/

@media only screen and (max-width: 1680px) {
	
}
@media only screen and (max-width: 1366px) {
	.logo {
		width: 190px;
	}
	.text {
		top: 40%;
	}
	.contact_light {
		top: 66%;
	}
	.con-mail {
		bottom: 18%;
	}
	.social-icon {
		bottom: 40px;
	}
	.status {
		left: 40%;
	}
}	
@media only screen and (max-width: 1024px) {	
	.logo {
		width: 145px;
		top:16%;
	}
	.status {
		left: 42%;
		height: 170px;
		width: 170px;
	}
}

@media only screen and (max-width: 1280px) {
	h1 {
		font-size: 32px;
	}
	.social-icon {
		bottom: 25px;
	}
	.con-mail {
		bottom: 14%;
	}
	.contact_light {
		top: 68%;
	}
	.con-update {
		 bottom: 18%;
	}
	.text {
		top: 40%;
	}
	.con-stay {
		bottom: 40%;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 10px;
	}
	::-moz-placeholder { /* Firefox 19+ */
		font-size: 10px;
	}
	:-ms-input-placeholder { /* IE 10+ */
		font-size: 10px;
	}
	:-moz-placeholder { /* Firefox 18- */
		font-size: 10px;
	}
	.con-mail a {
		font-size: 10px;
	}
	.mail-line {
		right: 310px;
		top: 5.5px;
	}
}
@media only screen and (max-width: 768px) {
	.text {
		top: 57%;
		width: 100%;
	}
	.con-mail {
		bottom: 12%;
	}
	.contact_light {
		top: 77%;
	}
}	
@media only screen and (max-width: 736px) {
	.logo {
		width: 100px;
		top: 22%;
	}
	h1 {
		font-size: 20px;
	}
	.text {
		top: 42%;
		width: 100%;
	}
	.contact_light {
		top: 65%;
	}
	.social-icon {
		bottom: 10px;
		font-size: 15px;
	}
	.con-mail {
		bottom: 17%;
	}
	.status {
		left: 41%;
		height: 120px;
		width: 120px;
	}
}
@media only screen and (max-width: 667px) {
	.logo {
		width: 70px;
		top: 20%;
	}
	h1 {
		font-size: 16px;
	}
	.error-message {
		font-size: 10px;
	}
	#contact-form {
		margin: 0;
	}
	.mail-line {
		top: 4.5px;
	}
}
@media only screen and (max-width: 600px) {
	.con-mail {
		width: 59%
	}
}
@media only screen and (max-width: 568px) {
	h1 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 414px) {
	.logo {
		width: 130px;
		top: 12%;
		left: 3%;
	}
	.social-icon {
		bottom: 25px;
		width: 100%;
	}
	.con-mail {
		width: 100%;
		padding-left: 55px;
		bottom: 22%;
	}
	.contact_light {
		top: 60%;
		width: 100%;
	}
	.mail-line {
		right: 235px;
		top: 5.5px;
	}
	.con-update {
		bottom: 26%;
		width:55%;
	}
	.con-stay {
		bottom: 48%;
	}
	.text {
		top: 30%;
		width: 100%;
	}
	h1 {
		font-size: 24px;
	}
	.status {
		left: 36%;
	}
}
@media only screen and (max-width: 384px) {
	.logo {
		width: 100px;
		top: 15%;
		left: 8%;
	}
	h1 {
		font-size: 22px;
	}
	.status {
		left: 35%;
	}
.con-mail {
		width: 100%;
		padding-left: 55px;
		bottom: 14%;
	}
	.con-update {
		bottom: 20%;
		width: 70%;
	}
	.contact_light {
		top: 63%;
		width: 100%;
	}
	.con-stay {
		bottom: 45%;
	}
.mail-line {
    right: 185px;
    top: 5.5px;
}
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size: 18px;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 8px;
	}
	::-moz-placeholder { /* Firefox 19+ */
		font-size: 8px;
	}
	:-ms-input-placeholder { /* IE 10+ */
		font-size: 8px;
	}
	:-moz-placeholder { /* Firefox 18- */
		font-size: 8px;
	}
	.con-mail a {
		font-size: 8px;
	}
	.mail-line {
		right: 198px;
		top: 2.5px;
	}
	.status {
		left: 31%;
	}
}