body{
	font-family: 'Special Elite', cursive;
	background-image: url("images/bgr_image3.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	color: #ecd47a;
}
a{
	color: #faefc3;
}
a:hover{
	color: #e1e1e1;
}
.logo{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 0px;
	
}
.logo img{
	width: 100%;
}
.comming_soon{
	background-image: url("images/coming_soon.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 10px;
}
a.book_now{
	background-image: url("images/book_now_btn2.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 42px;
	display: block;
	overflow: hidden;
	width: 168px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
a.book_now:hover{
	background-position: center bottom;
}

#loginCompanyName{
	color :red;
}
#olsWrapper{
	border: 1px solid red;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {
	.logo img{
		width: 100%;
	}
	.txt_blr{
		width: 100%;
	}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	.logo img{
		width: 500px;
	}
	.txt_blr{
		width: 65%;
		margin: 0 auto;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
