<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @CHARSET "ISO-8859-1";
================= 1. CSS 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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	text-decoration: none;
}

strong,b {
	font-weight: bold;
}

em,dfn,i {
	font-style: italic;
} */

button[disabled] {
	cursor: not-allowed !important;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
/* ================= Font Faces ================= */
@font-face {
	font-family: 'DirtyDarren';
	src: url('../../font/dirtydarren/dirtydarren-webfont.eot');
	src: url('../../font/dirtydarren/dirtydarren-webfont.eot#iefix')
		format('embedded-opentype'),
		url('../../font/dirtydarren/dirtydarren-webfont.woff') format('woff'),
		url('../../font/dirtydarren/dirtydarren-webfont.ttf') format('truetype'),
		url('../../font/dirtydarren/dirtydarren-webfont.svg')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mvboli';
	src: url('../../font/mvboli/mvboli-webfont.eot');
	src: url('../../font/mvboli/mvboli-webfont.eot#iefix')
		format('embedded-opentype'), url('../../font/mvboli/mvboli-webfont.woff')
		format('woff'), url('../../font/mvboli/mvboli-webfont.ttf')
		format('truetype'),
		url('../../font/mvboli/mvboli-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CalibriRegular';
	src: url('../../font/Calibri/calibri.eot');
	src: url('../../font/Calibri/calibri.eot') format('embedded-opentype'),
		url('../../font/Calibri/calibri.woff') format('woff'),
		url('../../font/Calibri/calibri.ttf') format('truetype'),
		url('../../font/Calibri/calibri.svg') format('svg');
}

/* ================= General tags ================= */
body {
	font-family: Arial;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	background: url(../../images/new_homepage/body_bg.png) repeat 0 0 transparent;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom: 12px;
	font-weight: 600;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}



a {
	color: #58595b;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	
	font-smooth: always;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	box-shadow: none !important;
}
/* a:hover {
	text-decoration: underline;
} */



/* === Clearfix === */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

* html .clearfix,:first-child+html .clearfix {
	zoom: 1
}

.padding20 {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}

.padding10 {
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}

.padding5 {
	padding-top: 5px;
	font-size: 0;
	line-height: 0;
}
/* ================= Forms ================= */
input,textarea {
	border: 1px solid #cccccc;
	padding: 7px 10px 7px 10px;
	font-size: 11px;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contact-form input[type="text"],#contact-form input[type="email"],#contact-form input[type="tel"],#contact-form textarea,.overlay_form input[type="text"],.overlay_form input[type="email"],.overlay_form input[type="tel"],.overlay_form textarea
	{
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	color: #58595b;
	float: left;
	font-family: Arial;
	font-size: 20px;
	height: 35px;
	padding: 5px 10px 5px 12px;
	width: 437px;
	margin-bottom: 20px;
}

#contact-form input[type="text"],#contact-form textarea {
	*position: relative;
	*left: -55px;
}

#contact-form span.drop_list {
	display: inline-block;
	position: absolute;
	width: 26px;
	height: 38px;
	float: left;
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
	border: 1px solid #CCC;
	background: #ffdd00;
	padding: 10px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#contact-form span.drop_list:after {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 19px solid #FFFFFF;
	content: "";
	height: 0;
	left: 30%;
	top: 40% !important;
	width: 0;
	position: absolute;
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
}

#contact-form button[type="submit"] {
	cursor: pointer;
	height: 44px;
	width: 194px;
	float: right;
	box-shadow: 0 0 7px #DDDDDD inset;
	-webkit-box-shadow: 0 0 7px #DDDDDD inset;
	-moz-box-shadow: 0 0 7px #DDDDDD inset;
	border: 1px solid #ffdd00;
	padding: 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #58595B;;
	font-family: arial;
	font-size: 25px;
	letter-spacing: -2px;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 2px;
	text-shadow: 0px 1px #fff;
	background: #efcf02; /* Old browsers */
	background: -moz-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efcf02),
		color-stop(22%, #fedc01), color-stop(22%, #ffdd01),
		color-stop(23%, #ffdd01), color-stop(95%, #fedc01),
		color-stop(100%, #f5d400) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%,
		#ffdd01 23%, #fedc01 95%, #f5d400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#efcf02',
		endColorstr='#f5d400', GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px
		1px rgba(255, 255, 255, 0.5);
}

#contact-form button[type="submit"] span {
	font-family: 'mvboli';
    letter-spacing: -1px !important;
}

/* ------------Overlay main css-------------------------- */
.overlay {
	background: transparent url(http://www.weareholidays.co.in/css/new_homepage_css/images/overlay.png) repeat top left;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.box {
	position: relative;
	/* top:-200px; */
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index: 101;
	padding: 18px 25px;
	background: #30c1d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.call {
	height: auto;
	left: 0;
	min-height: 355px;
	position: relative;
	width: 621px;
	float: left;
	top: 0 !important;
}

.contact {
	float: left;
	height: auto;
	width: 621px;
}

.box .top_headings img {
	float: left;
}

.box .top_headings a {
	color: #65634E;
	float: left;
	font-size: 30px;
	font-weight: bold;
	left: -5px;
	letter-spacing: -1px;
	line-height: 30px;
	padding-top: 11px;
	position: relative;
	width: 80%;
	word-spacing: -2px;
}

.box .top_headings span {
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	margin-top: 7px;
	position: relative;
	text-align: justify;
	top: -3px;
	width: 91.5%;
	word-spacing: -2px;
}

form.overlay_form {
	float: left;
	margin: 5px 13% 0;
	padding: 0;
	text-align: left;
	width: 74%;
}

#contact-form input.ac{box-shadow:0px 0px 5px 2px #d92f2f}

form.overlay_form .yellow {
	color: #F8D700;
	float: left;
	font-size: 13px;
	
	letter-spacing: 0;
	position: relative;
	text-decoration: underline !important;
	word-spacing: 0;
	width: 100%;
}

.checkbox {
	float: left;
	position: relative;
	top: -6px;
}

.checkbox a {
	color: #FFFFFF;
	float: none;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 12px;
	word-spacing:1px;
}

input[type=checkbox] {
	display: none;
	display: inline\9; /* IE 8 and below */
}

input[type=checkbox]+label.checkbox_style {
	background: url("../../images/new_homepage/overlays/blank_checkbox.png")
		repeat scroll 0 0 transparent;
	display: inline-block;
	float: left;
	height: 18px;
	margin-right: 4px;
	padding: 0;
	width: 18px;
	display: none\9; /* IE 8 and below */
}

input[type=checkbox]:checked+label.checkbox_style {
	background: url("../../images/new_homepage/overlays/check.png") repeat scroll
		0 0 transparent;
	display: inline-block;
	float: left;
	height: 18px;
	margin-right: 4px;
	padding: 0;
	width: 18px;
}

input[type=radio] {
	display: none;
	display: inline\9; /* IE 8 and below */
}

input[type=radio]+label.radio_style {
	background: url("../../images/new_homepage/overlays/empty_radio.png") repeat
		scroll 0 0 transparent;
	display: inline-block;
	float: left;
	height: 20px;
	margin-left: 5px;
	margin-right: 2px;
	margin-top: 3px;
	padding: 0;
	width: 18px;
	display: none\9; /* IE 8 and below */
}

input[type=radio]:checked+label.radio_style {
	background: url("../../images/new_homepage/overlays/radio.png") repeat scroll
		0 0 transparent;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 2px;
	padding: 0;
	width: 18px;
}
/* -------------------Contact Overlay Advanced Options---------------------- */
#commenttextboxenq {
	background-color: #BCEBF1;
	float: left;
	height: auto;
	margin-bottom: 5px;
	padding: 0 10px;
	width: 442px;
}

.overlaymainsmall #commenttextboxenq table#report tr td {
	padding: 10px 0 !important;
}

.overlaymainsmall td {
	padding: 20px !important;
	text-align: left;
	vertical-align: top;
}

#report div.up {
	background-position: 262px 3px !important;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	width: auto;
}

#report div.arrow {
	background: url("../../images/new_homepage/overlays/arrows.png") no-repeat
		scroll 262px -13px transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	width: 100%;
}

.commentbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid silver;
	border-radius: 3px 3px 3px 3px;
	color: silver;
	float: left;
	font-family: Arial;
	font-size: 11px !important;
	height: auto;
	padding: 10px;
	width: 500px;
}

table#report label.formleft,label.formleft {
	color: #58595B;
	font-size: 16px;
	position: relative;
	top: 11px;
	float: left;
}

a.enqlittlea {
	color: #B3B3B3;
	float: left;
	font-size: 11px;
	left: 200px;
	position: relative;
	top: -4px;
	width: 55%;
}

label.enqradio {
	left: 8px;
	margin-right: 6px;
	position: relative;
	float: left;
	font-size: 16px;
}

div#enqradio {
	float: left;
	font-size: 16px;
}

ul#formoverlay {
	float: right;
	position: relative;
	text-align: left;
	top: 20px;
	width: 55%;
}

ul#formoverlay li {
	list-style: none outside none;
	float: left;
	width: 85px;
}

ul#formoverlay li div.selectBox {
	float: right;
	margin-left: 0;
	top: -7px;
	width: 100%;
}

ul#formoverlay li span.selected {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	padding: 7px;
	width: 23px;
	word-spacing: -1px;
}

ul#formoverlay li span.selectArrow {
	box-shadow: none !important;
	font-size: 13px;
	height: 17px;
	line-height: 10px;
	padding: 10px 2px 0;
	width: 12px;
}

.mobile_place_holder .ph_one {
	border-right: 1px solid #A8AAB0;
	float: left !important;
	width: 40px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px !important;
	-khtml-border-radius: 5px 0 0 5px !important;
	border-radius: 5px 0 0 5px !important;
}

.mobile_place_holder .ph_two {
	-moz-border-radius: 0px 5px 5px 0 !important;
	-webkit-border-radius: 0px 5px 5px 0 !important;
	-khtml-border-radius: 0px 5px 5px 0 !important;
	border-radius: 0px 5px 5px 0 !important;
	float: none !important;
	width: 370px !important;
}

#report {
	margin: 0;
}
/* ==================== Need Help Overlay ===================== */
.box .left a.blue_font {
	font-size: 15px;
	font-weight: bold !important;
	left:0;
	line-height: 18px;
	text-transform: uppercase !important;
}

.box .left a.gray_15px {
	 color: #58595B;
    float: left;
    font-size: 14px;
    left: 0;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 0 15px 0 ;
    position: relative;
    text-decoration: none;
    width: 92%;
    word-spacing: 0;
    padding:0 4%
}

.box .left span.yellow {
	color: #EFCF00;
	font-size: 14px;
	text-decoration: underline;
	word-spacing: 0;
}

.box .left button.yellow {
	font-size: 18px !important;
	font-weight: normal;
	left: 8px;
	letter-spacing: 0 !important;
	padding: 4px 34px;
	position: relative;
	text-decoration: none !important;
	word-spacing: 0 !important;
	*width: 215px;
}

.box .left {
	width: 49.6%;
	border-right:1px solid #59cddd;
}

.box .right {
	width: 50%;
	
}

.rightCustomize{border-left:1px solid #38acbd;
	padding-bottom:38px;}

.box .right h3 {
	font-size: 22px;
	font-weight: bold;
	margin-left: 11%;
	margin-top:10px;
}

.box .right form.overlay_form {
	float: left;
	margin: 5px 10% 0;
	padding: 0;
	text-align: left;
	width: 88%;
}

.box .right #contact-form input[type="text"],.box .right #contact-form input[type="email"],.box .right #contact-form input[type="tel"]
	{
	height: 25px;
	margin-bottom: 20px;
	padding: 6px 10px 6px 12px;
	width: 242px;
	margin-bottom: 11px;
}

.box .right .mobile_place_holder .ph_one {
	width: 27px !important;
}

.box .right .mobile_place_holder .ph_two {
	width: 190px !important;
}

.box .right #contact-form button[type="submit"] {
	font-size: 24px;
	height: 44px;
	margin-top: 13px;
	width: 265px;
	float:left;
}

.box .right #contact-form button[type="submit"] span {
	letter-spacing: -2px !important;
}

.box .right .checkbox a {
	line-height: 13px;
}
/* ==================== Hotel Overlay starts here========================= */
/* ==========Rating=============== */
a.rating_stars {
	float: none;
	height: 20px;
	position: relative;
	width: auto;
	*width: 150px;
}

a.rating_stars img {
	margin-left: 1px;
	margin-right: 0px;
}

a.trip_advisor span {
	color: #A09F9F;
	margin-left: 6px;
}

a.trip_advisor {
	color: #58595B;
	float: none;
	font-size: 12px;
	height: 20px;
	position: relative;
	width: auto;
	  margin-right: 2px;
}

a.trip_advisor img {
 margin-left: 0.9px;
    margin-right: 1px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 14px;
}

.trip_advisor .owl {
	margin:2px !important;
	position: relative !important;
	top: -3px !important;
	width: 27px !important;
}

.ratings span.yellow {
	font-size: 12px;
	color: #33C1D4;
}

/* ==========Rating=============== */
.hotel_details {
	background: #FFFFFF;
	float: left;
	height: auto;
	width: 905px;
}

.header_details {
	float: left;
	margin: 25px 13px 0;
}

.header_details h1.blue {
	color: #58595B;
	float: left;
	font-size: 30px;
	font-weight: bold;
	left: -4px;
	letter-spacing: -2px;
	line-height: 21px;
	margin: 0;
	position: relative;
	text-align: left;
	top: -8px;
	vertical-align: top;
}

.header_details h4 {
	color: #453C34;
	float: left;
	font-size: 16px;
	font-weight: normal;
	left: 1%;
	margin: 0;
	position: relative;
	top: -7px;
}

/* a.para_heading {
	color: #58595B;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
} */


.content p {
	color: #58595B;
	font-size: 15px;
	letter-spacing: 0.1px;
	text-align: justify;
	word-spacing: 0;
}

.imageandratingbelowsmall {
	float: left;
	height: auto;
	width: 100%;
}

.hosmallblackarrow {
	list-style-image: url("../../images/new_homepage/bullet-yes.png");
	margin: 0 !important;
	padding-left: 20px;
	position: relative;
	width: 80%;
}

.hosmallblackarrow li {
	color: #58595B;
	font-size: 15px;
	line-height: 21px;
	padding-top: 0;
	width: 100%;
}

ul.bottomimages {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.bottomimages img {
	height: 50px;
	margin-left: 0;
	width: 50px;
}

.demo img {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	float: left;
	height: 75px;
	margin: 0 10px 0 0 !important;
	width: 140px;
}

.packageinclusion {
	float: left;
	width: 140px;
}

.packageinclusion img {
	border: medium none;
	float: none;
	height: auto;
	margin: 0 !important;
	vertical-align: middle;
	width: auto;
}

.packageinclusion a {
	float: none;
	position: relative;
	top: 1px;
}

.defpageinclusion {
	float: left;
}

.defpageinclusion a {
	color: #30C1D5;
	cursor: pointer;
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding-top: 6px;
	text-decoration: underline !important;
}

.roomname a {
	color: #58595B;
	float: left;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.hotel_room {
	float: left;
	width: 100%;
}

.report {
	float: left;
	width: 18%;
}

.overlaycontent {
	float: left;
	width: 855px;
}

.demo .right {
	float: right;
	width: 80%;
	padding-top: 4px;
}

.demo .right a.green {
	color: #a0c642;
	font-size: 17px;
}

ul.thumbs {
	clear: both;
	float: left;
	margin: 8px 0 0;
	padding: 0 0 0 8px;
}

ul.thumbs li {
	float: left;
	height: 132px;
	list-style: none outside none;
	padding: 0;
	width: 215px !important;
}

ul.thumbs img {
	border: 2px solid #58595B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 180px;
}

/********************************************
             hotel overlay hotel images tabs 
********************************************/

ul.thumbsPic {
	clear: both;
	float: left;
	margin: 8px 0 0;
	
}

ul.thumbsPic li {
	float: left;
	height: 130px;
	list-style: none outside none;
	padding: 0;
	width: 214px !important;
}

ul.thumbsPic img {
	border: 2px solid #58595B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 180px;
}

/********************************************
             hotel overlay hotel images tabs ends
********************************************/

content {
	float: left;
	width: 100%;
}

.mapcontent {
	float: left;
	width: 98%;
	*height: auto !important;
}
/* ==================== Hotel Overlay Ends here========================= */

/* ==================== Booking Overlay Starts here========================= */
.booking {
	float: left;
	height: auto;
	width: 670px;
}

.booking .top_headings a {
	line-height: 25px;
	margin-left: 21px;
	padding-top: 0;
	width: 80%;
}

.booking .top_headings hr {
	background: none repeat scroll 0 0 #90E4EF;
	border: 0 none;
	float: left;
	height: 1px;
	left: -25px;
	margin-top: 17px;
	position: relative;
	width: 107.5%;
}

.booking form.overlay_form {
	float: left;
	margin: 5px 2.5% 0;
	padding: 0;
	text-align: left;
	width: 95%;
}

.booking div.variation1 {
	left: 122px;
	top: -22px;
}

.booking label.formleft {
	color: #58595B;
	float: left;
	font-size: 16px;
	letter-spacing: -1px;
	position: relative;
	text-align: right;
	top: 0;
	width: 220px;
}

.booking span.select {
	background: url("../../images/new_homepage/overlays/drop_down_big.png")
		no-repeat scroll 0 0 transparent;
	height: 35px;
	left: -144px;
	line-height: 26px;
	padding: 16px 8px 9px 5px;
	top: 1px;
	width: 332px;
	z-index: 1;
}

.booking select.select {
	float: left;
	height: 43px !important;
	left: -137px;
	line-height: 26px;
	position: relative;
	top: 9px;
	width: 325px !important;
	z-index: 10;
}

.booking .cal {
	background: url("../../images/new_homepage/overlays/cal.png") no-repeat
		scroll 0 0 transparent;
	border: 0 none;
	box-shadow: none !important;
	float: right !important;
	height: auto !important;
	left: -14px;
	top: -40px;
	margin: 0 !important;
	padding: 14px 12px 14px 13px !important;
	position: relative;
	width: 310px !important;
}

.booking .small_select span.select {
	 background: url("../../images/new_homepage/overlays/drop_down_small_two.png") no-repeat scroll 0 0 / 100% 85% transparent;
    font-size: 13px;
    height: 25px;
    line-height: 15px;
    padding: 11px 6px 6px 3px;
    top: -6px;
    width: 68px;
}

.booking_data_lines {
	float: left;
	height: 43px;
	margin-bottom: 14px;
	padding-top: 13px;
	position: relative;
	text-align: right;
	width: 100%;
}

.itemDetails ul {
	float: left;
	list-style: none outside none;
	margin: 0 0 0 8px;
	padding: 0;
}

.booking ul.formoverlay {
	list-style: none outside none;
	float: right;
	position: relative;
	text-align: left;
	top: 13px;
	width: 55%;
}

ul.formoverlay li {
	list-style: none outside none;
	float: left;
	width: 85px;
}

.overlaycal {
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 360px;
}

.overlaycal li {
	display: inline-block;
	float: left;
	line-height: 16px;
	padding-top: 2px;
	text-align: center;
	width: 85px;
}

ul.overlaycal  li a {
	font-size: 14px;
}

.booking .checkbox ul {
	float: left;
	list-style: none outside none;
}

.booking .checkbox ul li:before {
	color: #FFFFFF;
	content: " Ã¢Â€Â¢ ";
	font-size: 26px;
	position: relative;
	top: 2px;
}

.booking .checkbox ul li {
	line-height: 17px;
	margin-bottom: 3px;
}

.booking .button_data {
	float: right;
	margin-bottom: 33px;
	margin-right: 16px;
	margin-top: 4px;
}

.booking .button_data #contact-form button[type="submit"] {
	margin-left: 10px;
}

a.addMoreFields {
	color: #FFDD00;
	font-size: 14px;
	font-weight: bold;
	left: 179px;
	position: absolute;
	text-decoration: underline !important;
	top: 45px;
	width: auto;
}

a.removeFields {
	background: url("../../images/new_homepage/close_small.png") no-repeat scroll
		0 0 transparent;
	color: transparent;
	float: right;
	position: absolute;
	right: -55px;
}
/* ==================== Booking Overlay end here========================= */

/* ==================== right pannel msg div css starts here========================= */
#msg_div{
	 background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    float: right;
    height: auto;
    padding: 22px 8px 34px;
    text-align: center;
    width: 237px;
	}
	
	#msg_div h4{color:#58595b; font:bold 25px/8px arial Rounded MT;}
		#msg_div p{ color: #58595B;
    font: 500 17px/19px arial;}
    
    .note{  background: url("../../images/new_homepage/bullet-yes.png") no-repeat scroll 1px 7px transparent;
    clear: both;
    font-size: 11px;
    line-height: 10px;
    margin-left: 12px;
    padding-left: 18px;
    padding-top: 8px;
    text-align: left;
    width: 192px;}

.thankuOverlayMain{background-color:#33c1d4; color:#58595b; width: 610px; margin:auto; border-radius:5px; padding:15px; text-align:center; height:157px;}
    
.error_mess {
    color: #D92F2F;
    display: none;
    font: 13px arial;
    margin-bottom: 6px;
}


::-webkit-input-placeholder {
   color: #b3b3b3 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: b3b3b3 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: b3b3b3 !important;  
}

:-ms-input-placeholder {  
   color: b3b3b3 !important;  
}</pre></body></html>