/* Stylesheet: reset Modified On 2012-06-29 16:42:24 */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}
ul{list-style:none}
blockquote,q{quotes:none}
table,table td{padding:0;border:none;border-collapse:collapse}
img{vertical-align:top}
embed{vertical-align:top}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}
mark,rp,rt,ruby,summary,time{display:inline}
/* Stylesheet: skeleton Modified On 2013-07-16 19:05:58 */
/* Table of Contents
==================================================
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing */

/**************Global Structure*****************/
.wrapper{width:100%; position:relative;}




/* #Base 960 Grid
================================================== */

	.container_12{/*position: relative;*/ width: 1002px; margin: 0 auto; padding:20px 0 0 0;}
	
	/* Base Grid */
	.container_12 .grid_1		{width: 483px; float:left; }
	.container_12 .grid_2		{width: 480px; float:right; }
	.container_12 .grid_3		{width: 1002px; float:left; clear:both; display:block; /*margin:14px 0 0 0;*/ margin:0;}
	
	.container_12 .grid_4		{width: 250px; float:left; }
	
	.container_12 .grid_5		{width: 732px; float:right; }

		
/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px */
	@media only screen and (max-width: 995px) {
		.container_12				{width: 768px;}
		.container_12 .grid_1		{width: 768px; margin:20px 0 0 0; float:left; }
		.container_12 .grid_2		{width:768px; float:none; margin:0 !important;}
		.container_12 .grid_3		{width: 768px; float:left; clear:both !important; margin:0px 0 0 0; }
		
		.container_12 .grid_4		{width: 768px; float:left; }
	
		.container_12 .grid_5		{width: 768px; float:none; }
		
	}
		
/*  #Mobile (Landscape)
================================================== */

	/* Note: Design for a width of 480px */
	@media only screen and (max-width: 767px) {
		.container_12 {width: 480px; }
		.container_12 .grid_1{ width:480px; margin:0; float:none;}
		
		.container_12 .grid_2		{width:480px; float:none; margin:0 !important;}
		.container_12 .grid_3		{width:480px; float:left; clear:both !important; display:block !important; margin:0px 0 0 0 ; }
		
		.container_12 .grid_4		{width:480px; float:left; }
	
		.container_12 .grid_5		{width: 480px; float:none; }
		
		
	}
		
		
/* #Mobile (Portrait)
================================================== */
	
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 479px) {
		.container_12{width:320px; clear: both; position: static; }
		.container_12 .grid_1		{width:320px; float:none;}
		.container_12 .grid_2		{width:320px; float:none; }
		.container_12 .grid_3		{width:320px; float:none; padding:15px 0 0 0; margin:0px 0 0 0; clear:both;}
		.container_12 .grid_4		{width: 250px; float:none; }
	
		.container_12 .grid_5		{width: 320px; float:none; }
		
	}
		/* #Clearing
================================================== */
	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	.row:after, .clearfix:after {clear: both;}
	.row, .clearfix {zoom: 1;}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
/* Stylesheet: slider Modified On 2012-08-18 17:06:28 */
.banner{width:1000px; margin:0 auto; position:relative; clear:both;}


.wid-nsn {float:left; width:1000px;}
.slider_container{
	width:1000px;
	height:auto;
	overflow:hidden;
}
.inner_slider_container{
	width:1000px;
	position: relative;
	height:auto;
}

.anythingFader {
	width:1000px;
	height: 360px;
	position: relative;
	/*margin: 0 auto 15px;*/
}

.anythingFader .wrapper {
	width:1000px;
	margin:0 auto;
	overflow: auto;
	height: 360px;
	/*margin: 0 40px;*/
	position: absolute;
	top: 0;
	left: 0;
}
.anythingFader .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding:0;
}
.anythingFader ul li {
	display: block;
	float: left;
	padding: 0;
	height: 360px;
	width:1000px;
	margin: 0 auto;
}
.anythingFader .arrow {
	display: block;
	height: 10px;
	width: 6px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}
.anythingFader .forward {
	background:#000 url(../../images/next_lnk.gif) no-repeat center;
	left: 55px;
	bottom:0px;
	margin-left:60px;
}
.anythingFader .back {
	background:#000 url(../../images/prev_lnk.gif) no-repeat center;
	left: 10px;
	bottom:0px;
}
.anythingFader .forward:hover {
	/*background-position: 0 -200px;*/
}
.anythingFader .back:hover {
	/*background-position: -67px -200px;*/
}
#thumbNav {
	position: absolute;
	bottom: 0;
	left:40px;
	text-align: left;
}
#thumbNav a, .anythingFader .forward, .anythingFader .back, .playing, .pause{
	margin: 0 3px 9px 0px;
	text-align: center;
	line-height:normal;
	text-decoration: none;
	font: normal 13px "OpenSansRegular"; line-height:20px;
	color:#630;
	display: inline-block;

}
#thumbNav a{
	 background:#fff; width:20px; height:20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius:2px 2px 2px 2px;

}
#thumbNav a:hover {
	 background:#bb2a25; width:20px; height:20px; color:#FFF; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px 2px 2px 2px;
}
#thumbNav a.cur {
background: #e0a213;
	color:#fff;
	background:#bb2a25;
	 background-image:; width:20px; height:20px;

}
#start-stop {
	margin:3px;
	width: 6px;
	height:10px;
	text-align: center;
	position: absolute;
	left:32px;
	bottom:7px;
}
.playing {
	/*background-color: red;*/
	background:#000 url(../../images/play_lnk.gif) no-repeat center !important;
}
.pause {
	/*background-color: red;*/
	background:#000 url(../../images/pause_lnk.gif) no-repeat center !important;
}
/*
  Prevents
*/
.anythingFader .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingFader .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* Added for caption */
.anythingFader ul li {
	position:relative;
}

.caption_right_middle P {font-size:25px; font-weight:300; font-family:'OpenSansBold'; color:#0b3284; padding:16px 0px 5px 0px; }
.caption_right_middle P span{color:#740606;}
.caption_right_middle {
	position:absolute;
	left:40px;
	top:46%;
	font-size:14px;
	padding:0 19px 14px 19px;
	background:url(../../images/white-t-b.png);
    color: #101011;

}

.inner_slider_container .caption_right_middle{
 	/* background: url("/images/inner_banner_message_bg.png") repeat scroll left top transparent; */
    border-radius: 15px 0 0 15px;
  	-webkit-border-bottom-left-radius:15px 0 0 15px;
    color: #FFFFFF;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
	right: 0;
	behavior: url(border-radius.htc);

}


.caption_right_middle a{
    background: url("../../images/btn-middle.png") repeat;
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
    float:right;
    height: 28px;
    text-align:right;
    border-radius: 4px;
   -webkit-border-radius: 4px;
    padding:0 10px;
    line-height:28px;
}

.caption_right_middle a:hover {background: url("../../images/btn-middle-hov.png") repeat !important;
height:28px;
color:#FFF !important;
}


.caption_left_middle {
	position:relative;
	z-index:1;
	left:-40px;
	top:8px;

}



.slider-intxt P {
    font-family:'OpenSansRegular';
    color: #222;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: normal ;
    padding: 0;
}

/*  Enquire  */
.enq-box {float:right; width:267px; background:url(../../images/white-t-b.png); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius:4px 4px 4px 4px; padding:0 0 14px 0; z-index:999999; position:absolute; right:0;}
.enq-box-sub {width:250px; padding:13px 0 0 0px; cursor:auto; float:left;}
.enq-box-sub > P{padding-left:10px; }
.enq-form {padding:0; margin:10px; color:#535151;}
.enq-txt {float:left; width:209px; padding:0 0 0 58px; color:#0b3284; line-height:63px; font-size:20px; font-weight:normal; background:url(../../images/q-e-icon.png) no-repeat 12px 16px; border-bottom:solid 1px #d9d7d7; margin:0 0 19px 0;}
.form-raw {width:255px; padding:0 0 0 0px; float:left;}
.form-l {float:left; width:85px; padding-top:3px; font-size:13px;}
.form-l span{float:left; color:#ff0101; font-size:10px;}
.form-r {float:left; width:170px; padding-bottom:5px; color:#1d1d1d;}
.form-r-bor {border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:22px; width:155px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius:4px 4px 4px 4px; border:solid 1px #cbcaca; margin:0px 0 5px 0; float:left;}
.form-r-bor .input-txt { width:140px; font-family: 'OpenSansRegular'; color:#262626; padding:0px; line-height:22px; outline:none;}
.form-r-bor input{float:left; width:140px; height:22px; line-height:24px; font-size:13px; color:#494949; border:none; background:none; outline:none; font-family:'Open Sans', sans-serif; }
.form-r TEXTAREA {border:0px; background:url(../../images/eq-bg-t.jpg) repeat-x left top; height:74px; width:144px; padding:0 5px;  font-family: 'OpenSansRegular'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; color:#262626; outline:none;}
.form-r .select-list{border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:22px; width:154px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; font-family: 'OpenSansRegular'; color:#262626; padding:0px; outline:none;}
.btn-sub{width:109px; height:37px; background:url(../../images/btn-submit1.png) no-repeat left top; margin:1px 16px 0 0; border:none; cursor:pointer;}
.btn-sub:hover{ background-position:left bottom;}


#button {
	width: 267px;
	margin: auto;
	cursor:pointer;
}
ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
}

.the_menu {
	display:none;
	width:300px;
}

.the_menu li {
	float:left;
	background:url(../../images/blank.png);
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:0px; 

}

.the_menu li a:hover {
	padding:0px;
	font-weight:bold;
	color: #F00880;
	background:url(../../images/white-t-b.png);
}

/* End of 'fader' */
.i-banner-cont{float:left; width:1002px; position:relative; margin:0 auto;}
.i-banner-cont-in{float:left; width:1002px;}
.i-banner-txt{float:left; position:absolute; left:40px; top:30%; font-size:14px; padding:16px 19px;	background:url(../../images/white-t-b.png); color: #101011;}
.i-banner-txt P {font-size:25px; font-weight:300; font-family:'OpenSansBold'; color:#0b3284; padding:0px 0 19px 0px;}
.i-banner-txt P span{color:#740606;}
.new-logo{width:131px; height:120px; position:absolute; right:40px; margin:14px 0 0 0;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	.banner{width:768px; margin:0 auto; position:relative; clear:both;}
	.slider_container{width:768px; margin:0; height:auto; overflow:hidden;}
	.wid-nsn{width:768px;}
	.inner_slider_container{width:768px; position: relative; height:auto;
}

.anythingFader {width:768px; height: 360px;	position: relative;	/*margin: 0 auto 15px;*/
}
.anythingFader ul li img{ width:768px; height:331px;}
.anythingFader .wrapper {width:768px; margin:0 auto; overflow: auto; 	height: 360px;	/*margin: 0 40px;*/ position: absolute;	top: 0;	left: 0;}
	.anythingFader{width:768px; height:336px;}
	.anythingFader .wrapper {width:768px; height:336px; margin:15px 0 0 0;}
	.caption_right_middle{top:108px; margin:0 0 0 -35px;}
	.caption_right_middle P {font-size:20px; font-weight:300; color:#0b3284; padding:8px 0px; line-height:20px; margin: 0 0 0 0;}
	.caption{width:550px; padding-top:200px; font-size:35px; line-height:42px;}
	.caption span{font-size:42px; line-height:51px; padding-left:70px; margin-top:-7px;}
	
	#thumbNav {left:5px; text-align: left;}
	#thumbNav a, .anythingFader .forward, .anythingFader .back, .playing, .pause{margin: 0 3px 9px 0px; font: normal 9px "OpenSansRegular"; line-height:22px;}
	#thumbNav a{background:#fff; width:22px; height:22px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
#thumbNav a.cur{width:22px; height:22px;}
#thumbNav a:hover { background:#bb2a25;	 width:22px; height:22px; color:#FFF; -webkit-border-radius:2px; -moz-border-radius:2px;
}


.form-r TEXTAREA {border:0px; background:url(../../images/eq-bg-t.jpg) repeat-x left top; height:57px; width:144px; padding:0 5px;  font-family: 'OpenSansRegular'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; color:#262626; outline:none;}
.caption_left_middle {position:relative; z-index:1;	left:-6px; top:20px;}

.i-banner-cont{width:768px; position:relative; margin:0px 0 0 0;}
.i-banner-cont-in{width:768px;}
.i-banner-txt{float:left; position:absolute; left:10px; top:30%; font-size:14px; padding:16px 19px;	background:url(../../images/white-t-b.png); color: #101011; margin:0 0 0 0;}
.new-logo{width:131px; height:120px; position:absolute; right:0px; margin:14px 14px 0 0;}

.new-fm{width:768px;}
.airbook-frm{width:768px;}
	/*-----------------------------------------*/
	
}

@media only screen and (max-width: 767px) {
	.banner{width:480px; margin:0 auto; position:relative; clear:both;}
	.slider_container{width:480px;	height:auto; overflow:hidden;}
	.wid-nsn{width:480px;}
	.anythingFader{width:480px; height:210px;}
	.anythingFader .wrapper {width:480px; height:210px; margin:0 0 0 0px;}
	.caption_right_middle{top:25px; font-size:9px; line-height:16px; margin:0 0 0 0px; left:10px;}
	.caption_right_middle P {font-size:12px; font-weight:300; color:#0b3284; padding:0px 0px; margin: 0 0 0 0;}
	.caption{display:none !important;}
	.anythingFader ul li img{ width:480px; height:210px;}
	#thumbNav {left:10px; text-align: left;}
	#thumbNav a, .anythingFader .forward, .anythingFader .back, .playing, .pause{margin: 0 3px 9px 0px; font: normal 9px "OpenSansRegular"; line-height:18px;}
	#thumbNav a{background:#fff; width:18px; height:18px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
#thumbNav a.cur{width:18px; height:18px;}
#thumbNav a:hover { background:#bb2a25;	 width:18px; height:18px; color:#FFF; -webkit-border-radius:2px; -moz-border-radius:2px;
}

/*  Enquire  */
.enq-box {float:right; width:200px; background:url(../../images/white-t-b.png); -webkit-border-radius: 4px; -moz-border-radius: 4px; padding:0 0 3px 0; z-index:999999; position:absolute; right:0; display:none}
.enq-box-sub {width:200px; padding:5px 0 0 5px; cursor:auto; float:left;}
.enq-form {padding:0; margin:0; color:#535151;}
.enq-txt {float:left; width:209px; padding:0 0 0 58px; color:#0b3284; line-height:63px; font-size:20px; font-weight:normal; background:url(../../images/q-e-icon.png) no-repeat 12px 16px; border-bottom:solid 1px #d9d7d7; margin:0 0 15px 0;}
.form-raw {width:200px; padding:0 0 0 0px; float:left;}
.form-l {float:left; width:70px; padding-top:3px; font-size:10px;}
.form-l span{float:left; color:#ff0101; font-size:10px;}
.form-r {float:left; width:115px; padding-bottom:3px; color:#1d1d1d;}
.form-r INPUT {border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:16px; width:93px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; font-family: 'OpenSansRegular'; font-size:10px; color:#262626; padding:0 5px; outline:none;}
.form-r TEXTAREA {border:0px; background:url(../../images/eq-bg-t.jpg) repeat-x left top; height:30px; width:93px; padding:0 5px;  font-family: 'OpenSansRegular'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; color:#262626; font-size:10px; outline:none;}
.form-r .select-list{border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:22px; width:154px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; font-family: 'OpenSansRegular'; color:#262626; font-size:10px; padding:0px; outline:none;}
.caption_left_middle {position:relative; z-index:1;	left:-6px; top:6px;}
.btn-sub{width:60px; height:20px; background:url(../../images/btn-submit1-1.png) no-repeat left top; margin:1px 5px 0 0; border:none; cursor:pointer;}
.btn-sub:hover{ background-position:left bottom;}


#button {
	margin: auto;
	cursor:pointer;
	width:200px;
}
#button img{
/*	width: 200px; */
	margin: auto;
	cursor:pointer;
}

.i-banner-cont{width:480px; position:relative; margin:15px 0 0 0;}
.i-banner-cont-in{width:480px;}
.i-banner-txt{float:left; position:absolute; left:10px; top:30%; font-size:10px; padding:16px 19px;	background:url(../../images/white-t-b.png); color: #101011; margin:0 0 0 0;}

.i-banner-txt P {font-size:18px; font-weight:300; font-family:'OpenSansBold'; color:#0b3284; padding:0px 0 19px 0px;}
.i-banner-txt P span{color:#740606;}
.new-logo{width:80px; height:73px; position:absolute; right:0px; margin:5px 5px 0 0;}
.new-logo img{width:80px; height:73px;}


.new-fm{width:438px;}
.airbook-frm {width:438px;}
	/*-----------------------------------------*/

}

@media only screen and (max-width: 479px) {
	.banner{width:320px; margin:0 auto; position:relative; clear:both;}
	.slider_container{width:320px;	height:auto; overflow:hidden;}
	.wid-nsn{width:320px;}
	.anythingFader{width:320px; height:140px;}
	.anythingFader .wrapper {width:320px; height:140px;}
	.caption_right_middle{ top:60px; font-size:6px; margin:0 0 0 0px;  line-height:8px; padding:0px 5px 5px 5px; display:none;}
	.caption_right_middle P {font-size:9px; color:#0b3284; padding:5px 0px; margin: 0 0 0 0;  line-height:12px;}
	#thumbNav {left:10px; text-align: left;}
	#thumbNav a, .anythingFader .forward, .anythingFader .back, .playing, .pause{margin: 0 3px 9px 0px; font: normal 9px "OpenSansRegular"; line-height:15px;}
	#thumbNav a{background:#fff; width:15px; height:15px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
#thumbNav a.cur{width:15px; height:15px;}
#thumbNav a:hover { background:#bb2a25;	 width:15px; height:15px; color:#FFF; -webkit-border-radius:2px; -moz-border-radius:2px;
}

.anythingFader ul li img{ width:320px; height:140px;}

/*  Enquire  */
.enq-box {float:right; width:150px; background:url(../../images/white-t-b.png); -webkit-border-radius: 4px; -moz-border-radius: 4px; padding:0 0 3px 0; z-index:999999; position:absolute; right:0; display:none;}
.enq-box-sub {width:150px; padding:5px 0 0 5px; cursor:auto; float:left;}
.enq-form {padding:0; margin:0; color:#535151;}
.enq-txt {float:left; width:209px; padding:0 0 0 58px; color:#0b3284; line-height:63px; font-size:20px; font-weight:normal; background:url(../../images/q-e-icon.png) no-repeat 12px 16px; border-bottom:solid 1px #d9d7d7; margin:0 0 15px 0;}
.form-raw {width:150px; padding:0 0 0 0px; float:left;}
.form-l {float:left; width:54px; padding-top:3px; font-size:7px;}
.form-l span{float:left; color:#ff0101; font-size:7px;}
.form-r {float:left; width:90px; padding-bottom:1px; color:#1d1d1d;}
.form-r INPUT {border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:11px; line-height:11px; width:71px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; font-family: 'OpenSansRegular'; font-size:7px; color:#262626; padding:0 5px; outline:none;}
.form-r TEXTAREA {border:0px; background:url(../../images/eq-bg-t.jpg) repeat-x left top; height:16px; width:71px; padding:0 5px;  font-family: 'OpenSansRegular'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; color:#262626; font-size:7px; outline:none;}
.form-r .select-list{border:0px; background: url(../../images/eq-bg.jpg) repeat-x left top; height:22px; width:154px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:solid 1px #cbcaca; font-family: 'OpenSansRegular'; color:#262626; font-size:10px; padding:0px; outline:none;}
.btn-sub{width:44px; height:15px; background:url(../../images/btn-submit1-2.png) no-repeat left top; margin:1px 5px 0 0; border:none; cursor:pointer;}
.btn-sub:hover{ background-position:left bottom;}

.caption_left_middle {position:relative; z-index:1;	left:-1px; top:1px;}

#button {
	margin: auto;
	cursor:pointer;
	width:150px;
}
#button img{
	width: 150px;
	margin: auto;
	cursor:pointer;
}

.i-banner-cont{width:320px; position:relative; margin:15px 0 0 0;}
.i-banner-cont-in{width:320px;}


.new-fm{width:300px;}
.airbook-frm  {width:300px;}
.i-banner-txt{float:left; position:absolute; left:10px; top:58%; font-size:8px; padding:10px 10px; line-height:14px; background:url(../../images/white-t-b.png); color: #101011; margin:0 0 0 0; display:none;}
.i-banner-txt P {font-size:11px; font-weight:300; font-family:'OpenSansBold'; color:#0b3284; padding:0px 0 5px 0px;}
.i-banner-txt P span{color:#740606;}
.new-logo{width:80px; height:73px; position:absolute; right:0px; margin:5px 5px 0 0;}
.new-logo img{width:80px; height:73px;}

}
/* Stylesheet: style Modified On 2017-01-05 14:48:50 */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../../fonts/opensans-regular-webfont.eot');
    src: url('../../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArialRegular';
    src: url('../../fonts/arial-webfont.eot');
    src: url('../../fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/arial-webfont.woff') format('woff'),
         url('../../fonts/arial-webfont.ttf') format('truetype'),
         url('../../fonts/arial-webfont.svg#ArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../../fonts/opensans-bold-webfont.eot');
    src: url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body{height:100%;}
body{
	background:#f4f4f4;
	font-size:13px/19px;
	font-family:'OpenSansRegular';
	color:#484848;
	position:relative;
	min-width:320px;
}

a {color: #0F2A65;   text-decoration:none;}
a:hover {color: #930606; }

input {font-size:13px; font-family:'Open Sans', sans-serif; color:#333; line-height:18px; padding-left:5px;}
textarea {font-size:13px; font-family:'Open Sans', sans-serif; color:#333; line-height:18px; padding-left:5px;}
select {font-size:13px; font-family:'Open Sans', sans-serif; color:#333; line-height:18px; padding-left:5px;}

p{ padding:0px 0 14px 0; margin:0px; line-height:20px; font-size:13px; text-align:justify; color:#484848;}

.main{
	width:1000px;
	margin:0 auto;
}

#page1{background: url(../../images/body-bg.jpg) top left repeat-x #f4f4f4;}
#page2{background: url(../../images/back-bg.jpg) top left repeat-x #f4f4f4;}

/**********header**********/
header{width:100%; padding:0px 0 0; position:relative;}
#page1 header{padding:0px 0 0;}
#page2 header{padding:0px 0 0;}

.header-top{width:1002px; margin:0 auto;}
.logo-mn{float:left; overflow:hidden;}
.logo-mn a{float:left; margin-right:9px; display:block; width:172px; height:165px; overflow:hidden; background:url(../../images/logo.png) 0 0 no-repeat; text-indent:-999em; white-space:nowrap; margin-bottom:2px;}
		h1 a:hover{text-decoration:none;}
h2 {
  background-color:#FFFFFF;
  color:#0F2A65;
  font-family:OpenSansRegular;
  font-size:16px;
  line-height:20px;
}

.header-in{ float:none;}
.header-text{float:right; width:390px; font:400 13px/26px 'Open Sans', sans-serif; color:#d4d4d4; margin:0 0 58px 0;}
	.header-text .call{float:right; font:400 26px 'Open Sans', sans-serif; overflow:hidden; background:url(../../images/h-line.jpg) no-repeat left 6px; padding:1px 0 0 10px; margin:0 0 0 9px; display:block;}
	.header-text .icon{display:block; width:27px; height:28px; overflow:hidden; float:right; margin:6px 3px 0 3px; padding:0;}	
	.header-text .icon img{margin:0; padding:0;width:27px; height:28px;}
	.header-text .t-link{float:right; height:28px; background:url(../../images/h-line.jpg) no-repeat right top; margin:5px 12px 0 0; padding:0 14px 0 0; line-height:16px; font-family:'ArialRegular'; font-size:13px; color:#d3d3d3;}
.header-text .t-link a{color:#d3d3d3; text-decoration:none;}
.header-text .t-link a:hover{color:#fff;}
.header-text .t-line{float:right; width:2px; height:28px; background:url(../../images/h-line.jpg) no-repeat right top; margin:5px 14px 0 0px;}	
		
/********** Content **********/		
#content{width:100%; /* position:relative;*/}


/********** Deal Box **********/
.deal{width:483px; /*height:127px;*/ margin:0 0 18px 0;}

/********** Holidays Boxes **********/
.holi-boxes{width:483px; position:relative; margin-bottom:20px; float:left}
.holiday-pack{margin:0; clear:both; display:block;}
.holiday-box{width:220px; float:left; position:relative;}
.holiday-box1{width:220px; float:left; margin:0 0 20px 0; position:relative; min-height: 279px;}
.holiday-box2{width:220px; float:left; margin:0 0 10px 0; position:relative; padding:0 17px; margin:0 17px; border-left:1px solid #DBDBDB; border-right:1px solid #DBDBDB; min-height: 279px;}
.holiday-box-in{width:220px; height:174px; float:left; overflow:hidden;}
.holiday-box-in img{width:220px; float:left;}
.holiday-price{width:220px; background:url(../../images/price-bg.png) no-repeat left top; height:53px; float:left; top:120px; position:absolute;}
.holiday-price .holiday-price-left{float:left; font-family:'OpenSansRegular'; font-size:11px; text-transform:uppercase; color:#f7e66a; padding:24px 0 0 7px;}
.holiday-price .holiday-price-left span{font-size:24px; font-family:'OpenSansBold'; text-transform:uppercase; color:#f4fff3; padding:0; line-height:15px;}
.holiday-price .holiday-price-left span b{font-size:18px;}
.holiday-price-right{float:right; font-family:'OpenSansRegular'; font-size:12px; color:#f7e66a; padding:24px 7px 0 0px;}
.holiday-tit{color:#0c3386; height:44px; font-family:'OpenSansRegular'; padding:11px 0 0px 0px; margin:0px 0 12px 0; font-size:18px; font-weight:normal; float:left; overflow:hidden;}
.btn-more-info{width:76px; height:28px; background:url(../../images/btn-more-info.png) no-repeat left top; float:left; clear:both;}
.btn-more-info:hover{ background-position:left bottom; float:left;}
.btn-enquire{width:66px; height:28px; background:url(../../images/btn-enquire.png) no-repeat left top; float:right;}
.btn-enquire:hover{ background-position:left bottom;}
.box-padd{ min-height:257px; border-right:solid 1px #dbdbdb; padding:0 0 0 0; margin:0 20px 0 20px; float:left;}

/********** Right Part **********/
.air-main-box{width:480px; height:auto; margin:0 0 0px 0; float:left;}
.air-fares{width:152px; float:left; padding:0px 0 0 0; margin:0 0 15px 0;  border-bottom:solid 1px #e0e0e0;}
.air-fares1{width:152px; float:left; padding:0px 0 0 0; border-bottom:solid 1px #e0e0e0; margin:0 12px;}
.air-fares-in{width:152px; float:left; padding:0 0 16px 0; margin:0}
.air-fares-box{width:130px; padding: 8px 10px 5px; float:left; border:solid 1px #eae5e5; background:#FFF; -moz-border-radius:4px; -webkit-border-radius:4px; margin:0 0 11px 0; border-radius:4px 4px 4px 4px;}

.txt-13black{font-family:'OpenSansRegular'; color:#595959; font-weight:normal;}
.txt-13blue{font-family:'OpenSansRegular'; color:#112c68; font-weight:normal; padding:12px 0 0 0;}
.txt-13blue span{font-weight:normal; font-size:18px;}

.btn-book{width:51px; height:28px; background:url(../../images/btn-book.png) no-repeat left top; float:left;}
.btn-book:hover{ background-position:left bottom;}

/*  BTM Boxes  */
.indent-box{width:321px; height:201px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px 4px 4px 4px; background:#fff; border:solid 1px #d9e2f6;}
h3{font:700 18px 'Open Sans', sans-serif; width:303px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
h3 img{ padding:4px 10px 0 0; margin:0;}
h3 span{width:6px; height:40px; float:right; background:url(../../images/b-r.png) no-repeat right top;}
.btm-padd{ padding:0 16px 0 0; height:5px; float:left;}
h3 a{color:#fff;}
h3 a:hover{color:#fff;}
/*  News  */
.news-box{ float:left; padding:10px 17px;}
.news-box-in{float:left; color:#595959; font-size:13px; text-align:justify; line-height:18px; font-family:'Open Sans', sans-serif;}
.news-box-in p{padding:0; margin:0;  line-height: 18px; max-height: 85px; overflow: hidden;}
.read-more{float:right; color:#0f2a65; font-size:12px; padding:5px 0 0 0; clear:both; text-decoration:none; font-family:'Open Sans', sans-serif; }
.read-more:hover{color:#930606;}
.news-box-line{width:290px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}
.padd{ width:17px; height:5px; float:left;}

/*  Newsletter  */
.newsletter {width:290px; float:left; padding:10px 17px;}
.newsletter-in{width:290px; float:left; font-size:13px; color:#595959; text-align:justify; line-height:18px; padding:0 0 10px 0; font-family:'Open Sans', sans-serif;}

.newsletter > Form > .news-l {width:285px; float:left; padding:0 14px 0 0;}

.newsletter > Form > .news-l > .required > .input-cont1 {width:199px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}

.newsletter > Form > .news-l > div > .input-cont1 {width:199px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}

.newsletter > Form > .news-l > .required > .input-cont1 > input{float:left; width:181px; height:22px; line-height:24px; font-size:13px; color:#494949; border:none; background:none; margin:0 8px; outline:none; font-family:'Open Sans', sans-serif;  }

.newsletter > Form > .news-l > div > .input-cont1 > input{float:left; width:181px; height:22px; line-height:24px; font-size:13px; color:#494949; border:none; background:none; margin:0 8px; outline:none; font-family:'Open Sans', sans-serif;  }


.input-txt{float:left; height:22px; line-height:24px; font-size:13px; color:#494949; border:none; background:none; margin:0 8px; outline:none; font-family:'Open Sans', sans-serif;  }


.newsletter > Form > .news-l > .fbsubmit {width:66px; height:28px; background:url(../../images/btn-submit.png) no-repeat left top; float:left; margin:0px 0 0 7px; border:none; cursor:pointer;}
.newsletter > Form > .news-l > .fbsubmit:hover{ background-position:left bottom;}


.input-cont1 input {float:left; width:200px; height:22px; line-height:24px; font-size:13px; color:#494949; border:none; background:none; margin:0 8px; outline:none; font-family:'Open Sans', sans-serif; }

.error_message{color: #FF0101;
    float: left;
    font-size: 10px;}

.error_message ul li
 {color: #0F2A65;
    float: none;
    font-size: 13px;
line-height:18px;}

.error1{color: #FF0101;
    float: left;
    font-size: 10px;}


.form-r-bor textarea{background: url("../../images/eq-bg-t.jpg") repeat-x scroll left top transparent;
    border: 1px solid #CBCACA;
    color: #262626;
    font-family: 'OpenSansRegular';
    height: 74px;
    outline: medium none;
    padding: 0 5px;
    width: 144px;
    font-weight:normal;
}

.fbsubmit{width:109px; height:37px; background:url(../../images/btn-submit1.png) no-repeat left top; float:left; margin:62px 0 0 86px; border:none; cursor:pointer;}
.fbsubmit:hover{ background-position:left bottom;}



/*  Testimonials  */
.testimonials{float:left; padding:10px 17px; background:url(../../images/q-l.png) no-repeat 13px 9px;}
.testimonials-in{float:left; color:#595959; text-align:justify; line-height:18px; font-size:13px; padding:23px 20px 20px 28px; background:url(../../images/q-r.png) no-repeat right bottom; font-family:'Open Sans', sans-serif;}
.testimonials-in p{overflow:hidden; height:62px;}

/*  Footer  */
footer{width:100%; margin:0 auto;}
.footer-bg{width:100%; background:#910606 url(../../images/footer-bg.jpg) repeat-x left top; min-height:265px; clear:both; margin:20px 0 0 0 !important; float:left;}
.footer-in{width:1002px; margin:0 auto;}

.f-part1{ float:left; padding:0; /*background:url(../../images/f-logo.png) no-repeat right 30px;*/ width:100%}
.f-part1 .f-top{ width:720px; /*float:left;*/ padding:16px 0 0 0;}
.f-navigation{ width:355px; float:left; padding:0 0 0 0;}
.f-nav{ padding:0; list-style-type:none; float:left;}
.f-nav li{ width:162px; padding:0 0 0 10px; display:inline; font-family:'OpenSansRegular'; font-size:12px; background:url(../../images/dot.png) no-repeat left 8px; line-height:20px; float:left;}
.f-nav li a{color:#cccccc; text-decoration:none;}
.f-nav li a:hover{color:#fff;}
h4{color:#d3d3d3; font-family:'OpenSansRegular'; padding:0 0 10px 0px; margin:0px 0 0px 0; font-size:14px; font-weight:normal;}

.add{width:364px; float:left;}
.add1-txt{float:left; font-family:'OpenSansRegular'; font-size:12px; color:#CCC; line-height:18px;}
.add2-txt{float:right; font-family:'OpenSansRegular'; font-size:12px; color:#CCC; line-height:18px;}

.f-part1 .f-btm{ float:left; padding:16px 0 0 0; width:720px}
.f-copy{width:280px; float:left; font-size:12px; font-family:'OpenSansRegular'; color:#CCC; line-height:21px; margin:0 76px 0 0;}
.f-copy a{color:#CCC; text-decoration:none;}
.f-copy a:hover{color:#fff;}
.all-logo{float:right;}
.all-logo img{float:left; padding:0 0 0 8px ;}

.iata {background: none repeat scroll 0 0 #edeff4;
    float: right;
    padding: 5px 15px;}
.iata img {/*opacity:0.5*/}

.f-part2{ float:right; padding:0; background:url(../../images/f-logo.png) no-repeat; width:161px; height:188px;}

.fb-social {     text-align: right;    width: 100%;}
.fb_iframe_widget {background:#F4F4F4}

/*  Inner Page  */
.left-b-n{width:248px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px 4px 4px 4px; background:#fff; border:solid 1px #d9e2f6; margin:0 15px 15px 0;}
h5{font:700 18px 'Open Sans', sans-serif; width:230px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
h5 img{ padding:4px 10px 0 0; margin:0;}
h5 span{width:6px; height:40px; float:right; background:url(../../images/b-r.png) no-repeat right top;}
h5 a {color:#FFFFFF;}
h5 a:hover {color:#FFFFFF;}

/*  Holidays Cate  */
.holi-cate{float:left;}
.holi-cate ul{ padding:7px 0 5px 0; float:left; list-style-type:none;}
.holi-cate ul li{width:248px; padding:0px; float:left; display:inline; border-bottom:solid 1px #d9e2f6; font-size:13px; line-height:28px;}
.holi-cate ul li a{width:224px; padding:0px 0 0 25px; float:left; color:#494949; background:url(../../images/cat-dot.png) no-repeat 16px 11px; font-size:13px; text-decoration:none; font-family:'Open Sans', sans-serif; }
.holi-cate ul li a:hover{ color:#930606;}
.holi-cate ul li.last{border:none;}

.holiday-box2{width:220px; float:left; position:relative; padding:0 17px; margin:0 17px; border-left:1px solid #DBDBDB; border-right:1px solid #DBDBDB;}

/*  News Letter  */
.news-l{float:left; padding:0 15px 15px 15px;}

.news-l-txt {height:31px; color:#000; float:left; font-size:13px; font-family:'Open Sans', sans-serif; line-height:18px; padding:10px 15px 8px 16px; margin-bottom:15px; background:#e5e5e5;}
.input-cont1{width:auto; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}
.wtd-200{width:200px;}

.news-l > .fbsubmit{width:66px; height:28px; background:url(../../images/btn-submit.png) no-repeat left top; float:right; margin:0px 0 0 0; border:none; cursor:pointer;  font-size: 0px;}
.news-l > .fbsubmit:hover{ background-position:left bottom;}

/*  Travel News  */
.tra-news{width:215px; float:left; padding:10px 17px 12px 16px;}
.tra-news-in{width:215px; float:left; color:#595959; font-size:13px; text-align:justify; line-height:18px;}
.tra-news-line{width:215px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}

/*  Testi  */
.test{width:235px; float:left; margin:20px 0px 15px 13px; background:url(../../images/q-l.png) no-repeat left top;}
.test-in{width:192px; float:left; color:#595959; text-align:justify; line-height:18px; padding:23px 0px 20px 26px; background:url(../../images/q-r.png) no-repeat right bottom; font-size:13px;}
.test-in p{height:66px; overflow:hidden;}
.tra-news-in p{padding:0;}

/*     Bread Crumb	 */
.breadcrumb{ list-style-type:none; margin:0px 0px 10px 0px;  height:27px; background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px;}
.top-padd{ width:5px; height:19px; float:left; }
.breadcrumb li{ padding:0px; display:inline; padding:0 8px 0 0 ; float:left; font-size:12px; font-weight:normal; font-family:'OpenSansRegular'; color:#0b3284; line-height:27px;}
.breadcrumb li a { padding:0px; font-size:12px; font-weight:normal; font-family:'OpenSansRegular'; color:#0b3284; background:url(../../images/arrow.png) no-repeat right top; float:left; line-height:27px; padding-right:15px; text-decoration:none;}
.breadcrumb li a:hover{ color:#930606;}
.act { color:#930606 !important; background-image:none;}
.breadcrumb .img1{margin:7px 0px 7px 9px;  float:left; position:relative; }

.sharemedia {float:right; margin:6px 6px}

/*  Holidays pack  */
.big-holi-pack{width:732px; float:right; margin-bottom:0px;}

.holidays1{width:732px; float:left; border-bottom:solid 1px #dbdbdb; padding:0 0 17px 0; margin:0 0 17px 0;}
.holidays2{width:732px; float:left;}
.big-holiday-pack{width:237px; float:left; border-right:solid 1px #dbdbdb; margin:0 17px 0 0; }

div.tour-heading{
border-bottom:solid 1px #dbdbdb; 
padding:0px 0px 15px 0px; margin-bottom:15px; 
}

div.tour-heading h1 {
display:inline;
padding:0px 0px 0px 0px;
}

div.tour-heading form {
display:inline;
}

h1{color:#930606; font-family:'OpenSansRegular'; font-size:22px; font-weight:normal; padding:0px 0px 10px 0px;}
h1 a{padding:0px 0 0px 0px; margin:-8px 0 0px 0 !important;  float:right;}

h6{color:#930606; font-family:'OpenSansRegular'; padding:10px 0 4px 0px; margin:0px 0 26px 0; border-bottom:solid 1px #dbdbdb; font-size:18px; font-weight:normal;}
h6 a{padding:0px 0 0px 0px; margin:-8px 0 0px 0 !important;  float:right;}

.holi-new-pack{width:732px; height:128px; margin:0 0 16px 0; float:left;}

/*  Detail Holiday  */
.det-holi{width:702px; float:left; padding:12px 14px 15px 14px; background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px;  border-radius:4px 4px 4px 4px; color: #484848;    font-size: 13px;    line-height: 20px;}

.det-holi-tit{ color:#0f2a65; font-family:'OpenSansRegular'; padding:0; margin:-10px 0 10px 0; float:left;  font-size:16px; font-weight:normal; display:block;}
.blue-txt16{color:#0f2a65; font-family:'OpenSansBold'; padding:0px 0 4px 0px; margin:-5px 0 5px 0; font-size:16px; font-weight:normal;}
.holi-d{background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; padding:4px; margin:0 0 5px 15px; float:right; clear:both;}

.det-holi  > p  img, .det-holi  > p img {background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; padding:4px; margin:0 0 0 15px;  max-width: 95%; height:auto;} 

.holi-d img{background:#FFF; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px;}
.pri{width:300px; text-align:right; color:#930606; font-family:'OpenSansRegular'; padding:0px 0 4px 0px; margin:0px 0 0 26px; font-size:16px; font-weight:normal; float:right; clear:both;}
.btn-big-enquire{width:146px; height:31px; background:url(../../images/btn-big-enquire.png) no-repeat left top; float:right; margin:0px 0 0 0; clear: both;}
.btn-big-enquire:hover{ background-position:left bottom;}

.btn-big-enquire input{background:none; border:none;  height: 31px; margin: 0; width: 146px; font-size:0px; cursor:pointer;}
.btn-enquire input{background:none; border:none;  height: 31px; margin: 0; width: 66px; font-size:0px; cursor:pointer;}


.det-holi ul {margin-left:20px;}
.det-holi ul li{list-style:circle inside;}
.det-holi ul ul {margin-left:20px;}

.over-contact {float:left; width:260px; padding-right:15px;}

.ifame-n{width:100%;}
.ifame-n1{float: left;   margin: 0 15px 0 0;}
	.ifame-n2{float: right;}
table.gadget, table.gadget iframe, #iframecode {width:100% !important;}
#iframecode {overflow-x:scroll;}

.holiday-all .holiday-box1 {max-height:220px; min-height:220px !important;}
.holiday-all .holiday-box2 {max-height:220px; min-height:220px !important;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	body{background-image:url(../../images/body-bg.jpg);}
	.main{width:768px;}
	
	.deal{padding:0 0 0 0px; margin:0 7px 0 0;  float:left; width:300px;}
	.deal img{padding:0 0 0 0px; width:300px; /*float:left;*/}
         
         .ifame-n{width:100%;}
         .ifame-n1{float: left;   margin: 0 15px 0 0;}
	.ifame-n2{float: right;}
   
	.holi-boxes{width:768px; float:none}
	.holiday-pack{margin:0 0 0 0; clear:none; display:block;}
	
	.box-padd{ min-height:257px; border-right:solid 1px #dbdbdb; padding:0 0 0 0; margin:0 20px 0 0; border:none; float:left;}
	
	.news-box{ float:left; padding:0px 17px;}
	.newsletter { width:336px; padding:0px 17px;}
	.testimonials {padding:0px 17px;}
	
			h3{margin-bottom:10px !important;}
	.img-indent6{margin-right:20px;}
	.indent-right4{padding-right:0;}
	.indent-left6{padding-left:15px;}
	.indent-bottom5-1, .indent-bottom6{padding-bottom:20px;}
	.indent-bottom7-1{padding-bottom:30px;}
	/*-----------------------------------------*/
	.header-top{padding:0px; width:768px;}
	h1{padding-left:0px;}
	.header-in{padding-right:0px;}
	.header-text{padding-right:10px; margin:0 0 50px 0; padding:0;}
	.top-menu{padding:0px; margin:0 0 0 0;}
	#map iframe{width:230px;}
	#map1 iframe{width:100%;}
	
	.left-b-n{width:367px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; background:#fff; border:solid 1px #d9e2f6; margin:0 16px 15px 0;}
	.left-b-n1{margin:0 0px 15px 0; float:right;}
	
	h5{font:700 18px 'Open Sans', sans-serif; width:349px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
	h5 img{ padding:4px 10px 0 0; margin:0;}
	h5 span{width:6px; height:40px; float:right; background:url(../../images/b-r.png) no-repeat right top;}
	
	.news-l-txt{height:20px; width:336px; color:#000; float:left; font-size:13px; font-family:'Open Sans', sans-serif; line-height:10px; padding:10px 15px 0px 16px; margin-bottom:15px; background:#e5e5e5;}
	
	.tra-news-line{width:334px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}
	
	.holi-cate ul li{width:368px; padding:0px; float:left; display:inline; border-bottom:solid 1px #d9e2f6; font-size:13px; line-height:28px;}

		
	.wtd-200{width:242px;}
	
	.test-in{width:304px; float:left; color:#595959; text-align:justify; line-height:18px; padding:23px 0px 20px 26px; background:url(../../images/q-r.png) no-repeat right bottom; font-size:13px;}
	
		.air-fares-in {float: left; margin: 0;padding: 0 0 16px; width: 143px;}
		.air-main-box{width:auto; margin:16px 0 0px 0; float:left;}
.air-fares{width:auto; float:left; padding:0px 0 0 0; margin:0 5px 15px 5px;  border-bottom:solid 1px #e0e0e0;}
.air-fares1{width:auto; float:left; padding:0px 0 0 0; border-bottom:solid 1px #e0e0e0; margin:0 5px 15px 5px;}
.air-fares-box {background: none repeat scroll 0 0 #FFFFFF; border:1px solid #EAE5E5; border-radius:4px 4px 4px 4px; float: left; height:92px;
    margin: 0 0 11px; padding: 15px 10px 0; width:120px;}
	.txt-13blue {color: #112C68; font-size:14px; font-family:'OpenSansRegular';  font-weight: normal; padding: 12px 0 0;}
		
		.btm-padd1{ padding:0 0px 0 0; height:5px; float:left;}
		.indent-box{width:373px; min-height:201px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; background:#fff; border:solid 1px #d9e2f6; margin:0 0 15px 0;}
h3{font:700 18px 'Open Sans', sans-serif; width:355px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}

.wtd-181{width:240px;}
.input-cont{width:258px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}
.news-box-line{width:338px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}

.n-left{width:256px; float:left; padding:0 14px 0 0;}

		footer{ padding:0;}
		.footer-in{width:768px; margin:0 auto;}
		.f-part1{ float:left; padding:0 0 0 0px; background:none;}
		.f-part1 .f-top{ float:left; padding:16px 0 0 0;}

		
		.f-part2{padding:0}
		
		.holiday-box2{width:220px; float:left; position:relative; padding:0 26px; margin:0 26px; border-left:1px solid #DBDBDB; border-right:1px solid #DBDBDB;}
		
		.big-holi-pack{ width:768px; float:none;}
		.det-holi{width:96%; float:left; padding:12px 14px 15px 14px; background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px1; margin:0 0 15px 0;}
		.tra-news-in{width:335px; float:left; color:#595959; font-size:13px; text-align:justify; line-height:18px;}

.fb_iframe_widget span, .fb_iframe_widget iframe {width:769px !important; height:300px;}
.fb_iframe_widget {margin-bottom:15px;  margin-top: 15px; }
}

@media only screen and (max-width: 767px) {
	body{background-image:url(../../images/body-bg.jpg);}
	.main{width:480px;}
        .alert{left: 20% !important;}
        .ifame-n{width:480px;}
.ifame-n1{float: left;   margin: 0 15px 0 0;}
	.ifame-n2{float: left;}

	.indent-top1, .indent-top1-1, .indent-top2{padding-top:0px;}
	/*-----------------------------------------*/
	.bg{box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
	.header-top{float:none; width:480px; padding:0;}
	h1{float:none; padding-bottom:0px; background:url(../../images/logo-border.png) center bottom repeat-x; margin-bottom: 20px;}
	.header-in{float:none; padding:0px; padding-left:0px;}
	.header-text{float:right; width:183px; padding:0 0 10px 0; margin:-0px 0 0 0;}
	.header-text .call{float:right;	font:400 26px 'Open Sans', sans-serif;
		overflow:hidden; background-image:none; padding:1px 0 0 10px;	margin:0 0 0 9px; display:block;}
	.header-text .t-link{float:right; clear:both; height:28px; background:none; margin:10px 4px 0 0; padding:0 0px 0 0; line-height:16px; font-family:'ArialRegular'; font-size:13px; color:#d3d3d3;}
	.header-text .t-line{float:right; width:2px; height:28px; background:none; margin:5px 14px 0 0px;}	
	
	.top-menu{float:none; padding:0px; margin:10px 0 0 0;}
	.deal{width:480px; margin:0 0 15px 0;}
	.deal img{ width:100%; }
	.holi-boxes{width:480px; padding:0 0 0 0px;}
	.box-padd{  margin: 0 20px 0 19px;    min-height: 257px; border-right:solid 0px #dbdbdb; padding:0 0 0 0; float:left;}

	.air-fares{width:152px; float:left; padding:0px 0 0 0; margin:0 0 15px 0;  border-bottom:solid 1px #e0e0e0;}
.air-fares1{width:152px; float:left; padding:0px 0 0 0; border-bottom:solid 1px #e0e0e0; margin:0 12px;}
.air-fares-in{width:152px; float:left; padding:0 0 16px 0; margin:0}
.air-fares-box{width:130px;  float:left; border:solid 1px #eae5e5; background:#FFF; -moz-border-radius:4px; -webkit-border-radius:4px; padding:15px 10px 0 10px; margin:0 0 11px 0; border-radius:4px 4px 4px 4px;}
	
.det-holi  > p img {max-width:91%}
		
		.indent-box{width:480px; height:201px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px 4px 4px 4px; background:#fff; border:solid 1px #d9e2f6; margin:0 0 15px 0;}
h3{font:700 18px 'Open Sans', sans-serif; width:462px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
	
	
	.news-box-line{width:440px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}
	
	.newsletter{ width:auto; padding:10px 17px;}
	.newsletter-in{width:446px; float:left; font-size:13px; color:#595959; text-align:justify; line-height:18px; padding:0 0 10px 0; font-family:'Open Sans', sans-serif;}
	
	.n-left{ width:364px; padding:0 14px 0 0;}
	.input-cont{width:362px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px;  border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}
	.wtd-181{width:345px;}
	.btn-submit{width:66px; height:28px; background:url(../../images/btn-submit.png) no-repeat left top; float:right; margin:62px 10px 0 0; border:none; cursor:pointer;}
.btn-submit:hover{ background-position:left bottom;}

	.testimonials{float:left; padding:10px 17px; background:url(../../images/q-l.png) no-repeat 13px 9px;}
	
	.testimonials-in{float:left; color:#595959; text-align:justify; line-height:18px; font-size:13px; padding:23px 20px 20px 28px; background:url(../../images/q-r.png) no-repeat right bottom; font-family:'Open Sans', sans-serif;}
	
	footer{ padding:0;}
		.footer-in{width:480px; }
		.f-part1{ width:465px; float:none; padding:16px 0 0 0px; background:none;}
                .f-part1 > div {padding:0px 0 0 16px;}
		.f-part1 .f-top{ width:465px; float:none; padding:0}
		.f-nav{ padding:0 0 20px 0; list-style-type:none; float:left;}
		
		.add{ float:none; padding:0px;}
		.all-logo{float:left; padding:15px 0 0 0;}
		.f-part1 .f-btm{ width:465px; float:none; padding:16px 0 0 0;}
		.f-copy{width:280px; float:left; font-size:12px; font-family:'OpenSansRegular'; color:#CCC; line-height:21px; margin:15px 76px 0 0;}
		
		.big-holi-pack{ width:480px; float:none;}
		
		.left-b-n{width:476px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; background:#fff; border:solid 1px #d9e2f6; margin:15px 15px  0 0;}
		h5{font:700 18px 'Open Sans', sans-serif; width:458px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
		
		
		
h5 img{ padding:4px 10px 0 0; margin:0;}
h5 span{width:6px; height:40px; float:right; background:url(../../images/b-r.png) no-repeat right top;}
		
		.holiday-box1{width:220px; float:left; margin:0 0 0px 0; padding:0 10px; min-height:300px;}
		
		.holiday-box2{width:220px; float:left; border-right:none; min-height:300px; padding:0 9px; margin:0; border:none }
		
		.det-holi{width:94%; float:left; padding:12px 14px 15px 14px; background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px;}
		.holi-cate ul li{width:476px; padding:0px; float:left; display:inline; border-bottom:solid 1px #d9e2f6; font-size:13px; line-height:28px;}
		
		.input-cont1{width:360px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0 0 6px 0;}
		
		.news-l-txt{ width:445px; height:20px; color:#000; float:left; font-size:13px; font-family:'Open Sans', sans-serif; line-height:18px; padding:10px 15px 8px 16px; margin-bottom:15px; background:#e5e5e5;}
	
	/*  Travel News  */
.tra-news{width:215px; float:left; padding:10px 17px 12px 16px;}
.tra-news-in{width:445px; float:left; color:#595959; font-size:13px; text-align:justify; line-height:18px;}
.tra-news-line{width:445px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}

	.test-in{width:400px; float:left; color:#595959; text-align:justify; line-height:18px; padding:23px 0px 20px 26px; background:url(../../images/q-r.png) no-repeat right bottom; font-size:13px;}
	.wtd-200{width:340px;}
	
	.btn-big-enquire{width:146px; height:31px; background:url(../../images/btn-big-enquire.png) no-repeat left top; float:right; margin:10px 0 0px 0 !important; padding:0;}
.btn-big-enquire:hover{ background-position:left bottom;}

.holi-d img  {width:100%}

.fb_iframe_widget span, .fb_iframe_widget iframe {width:480px !important; height:300px;}
}

		

@media only screen and (max-width: 479px) {
	body{background-image:url(../../images/body-bg.jpg);}
	.main{width:320px;}
        .logo-mn{ overflow:hidden;}
.ifame-n{width:320px;}
.ifame-n1{float: left;   margin: 0 15px 0 0;}
	.ifame-n2{float: right; width:320px;}
.alert{left: 9% !important; width: 275px !important;}
.enquiry-detailed {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #333333;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    width: 280px  !important;

}

.enquiry-detailed > div {
    float: left;
    width: 320px !important;
}

.holiday-all .holiday-box1 {max-height:280px; min-height:280px !important; border-bottom: 1px solid #DDDDDD;  padding-bottom: 20px; }
.holiday-all .holiday-box2 {max-height:280px; min-height:280px !important; border-bottom: 1px solid #DDDDDD;  padding-bottom: 20px;}

	.header-top{width:320px;}
	.header-text{ width:164px; float:right; padding-top:0; padding-left:0; padding-bottom:10px; margin:-166px 0 0 0;}
	.header-text .call{float:right;	font:400 20px 'Open Sans', sans-serif;
		overflow:hidden; background:none; padding:1px 0 0 6px;	margin:0 0 0 6px; display:block;}
	.header-text .t-link{float:right; height:28px; background:none; margin:5px 4px 0 0; padding:0 0px 0 0; line-height:16px; font-family:'ArialRegular'; font-size:11px; color:#d3d3d3; clear:both;}
	.header-text .t-line{float:right; width:2px; height:28px; background:none; margin:5px 9px 0 0px;}
	.deal{ width:320px; padding:0; /*margin:0 0 -18px 0;*/}
	.deal img{ width:100%; padding:0; margin:0;}
	.holi-boxes{width:320px; margin:0; padding:0; float:left;}
	.holiday-box{float:none; position:relative; padding:0 0 15px 0;}
	.box-padd{ float:none; border:none; padding:0; margin:0; min-height:10px; max-height:10px; clear:both;}
	.holiday-price{width:220px; background:url(../../images/price-bg.png) no-repeat left top; height:53px; float:left;  top:120px; position:absolute;}
	
	.air-fares-in {float: left; margin: 0;padding: 0 0 16px; width: 148px;}
		.air-main-box{width:auto; margin:16px 0 0px 0; float:left;}
.air-fares{float:left; padding:0px 0 0 0; margin:0 3px 15px 5px;  border-bottom:solid 1px #e0e0e0;}
.air-fares1{width:auto; float:left; padding:0px 0 0 0; border-bottom:solid 1px #e0e0e0; margin:0 5px 15px 5px;}
.air-fares-box {background: none repeat scroll 0 0 #FFFFFF; border:1px solid #EAE5E5; border-radius:4px 4px 4px 4px; float: left; margin: 0 0 11px; padding: 15px 10px 0;}
	.txt-13blue {color: #112C68; font-size:14px; font-family:'OpenSansRegular';  font-weight: normal; padding: 12px 0 0;}
		
		
		.indent-box{width:320px; min-height:201px; float:none; -moz-border-radius:4px; -webkit-border-radius:4px; background:#fff; border:solid 1px #d9e2f6; margin:0 0 15px 0;}
h3{font:700 18px 'Open Sans', sans-serif; width:302px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
		
		.news-box{ float:none; padding:10px 17px;}
		.news-box-line{width:287px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}
		
		.newsletter{width:287px; float:left; padding:0px 17px 10px 17px;}
		.newsletter-in{width:287px; float:left; font-size:13px; color:#595959; text-align:justify; line-height:18px; padding:0 0 8px 0; font-family:'Open Sans', sans-serif;}
		
		.btm-padd{ padding:0 16px 0 0; height:0px; float:left;}
		
		.testimonials-in{float:left; color:#595959; text-align:justify; line-height:18px; font-size:13px; padding:13px 20px 17px 28px; background:url(../../images/q-r.png) no-repeat right bottom; font-family:'Open Sans', sans-serif;}
		
		.n-left{width:201px; float:left; padding:0 14px 0 0;}
		.input-cont{width:199px; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0 0 6px 0;}
		.btn-submit{width:66px; height:28px; background:url(../../images/btn-submit.png) no-repeat left top; float:left; margin:62px 0 0 0; border:none; cursor:pointer;}
.btn-submit:hover{ background-position:left bottom;}
.wtd-181{width:181px;}

	footer{padding-bottom:15px;}
		.footer-in{width:320px; }
		.f-part1{ width:310px; padding:16px 0 0 0px; float:left; background:none;}
                                .f-part1 > div {padding:0px 0 0 10px;}
		.f-part1 .f-top{ width:310px; float:left; padding:0}
		.f-part1 .f-btm{ width:310px; float:none; padding:16px 0 0 0;}
		.f-nav{ padding:0 0 20px 0; list-style-type:none; float:left;}
		.add{ float:none; width:310px;}
		.all-logo{float:left; padding:15px 0 0 0;}
		.add2-txt{float:right; font-family:'OpenSansRegular'; font-size:12px; color:#CCC; line-height:18px; margin:0 10px 0 0;}
	
.f-navigation {width:310px;}	
.f-nav li {width:145px;}	
		.big-holi-pack{ width:310px; float:none;}
		
		
		.holiday-box2{width:310px; min-height:270px; float:left; margin:0 0 20px 0; position:relative; padding:0; }
		
		.det-holi{ float:left; padding:12px 9px 15px 9px; background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px;}
		
		.holi-d{background:#FFF; border:1px solid #d9e2f6; -moz-border-radius:3px; -webkit-border-radius:3px; padding:4px; margin:0 0 0 25px; float:right; margin:0 0px 0 5px;}
		
		.holi-cate ul li{width:310px; padding:0px; float:left; display:inline; border-bottom:solid 1px #d9e2f6; font-size:13px; line-height:28px;}
		
		.left-b-n{width:318px; float:left; -moz-border-radius:4px; -webkit-border-radius:4px; background:#fff; border:solid 1px #d9e2f6; margin:15px 15px  0 0;}
		h5{font:700 18px 'Open Sans', sans-serif; width:301px; line-height:40px; float:left; background:#0f2964 url(../../images/b-l.png) no-repeat left top; padding:0 0 0 18px; color:#FFF;}
		
		
		
h5 img{ padding:4px 10px 0 0; margin:0;}
h5 span{width:6px; height:40px; float:right; background:url(../../images/b-r.png) no-repeat right top;}
		.news-l-txt{ width:288px; height:21px; color:#000; float:left; font-size:13px; font-family:'Open Sans', sans-serif; line-height:18px; padding:10px 15px 8px 16px; margin-bottom:15px; background:#e5e5e5;}
	
	/*  Travel News  */
.tra-news{width:215px; float:left; padding:10px 17px 12px 16px;}
.tra-news-in{width:285px; float:left; color:#595959; font-size:13px; text-align:justify; line-height:18px;}
.tra-news-line{width:285px; float:left; border-top:solid 1px #d2d2d2; padding:0; margin:8px 0 10px 0;}

	.test-in{width:260px; float:left; color:#595959; text-align:justify; line-height:18px; padding:23px 0px 20px 26px; background:url(../../images/q-r.png) no-repeat right bottom; font-size:13px;}
	
	.input-cont1{width:auto; height:24px; float:left; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0 0 6px 0;}
	.all-logo img{float:left; padding:0 8px 8px 0;}
	.wtd-200{width:198px;}
	
	.holi-boxes{width:320px; position:relative; }
	.holiday-pack{margin:0; clear:both; display:block;}
	.holiday-box2{width:320px; float:left; position:relative; padding:0 0 10px 0; border-bottom: 1px solid #DDDDDD;}
	.holiday-box1{width:320px; padding:0 0 10px 0; float:left; margin:0 0 20px 0; position:relative;  border-bottom: 1px solid #DDDDDD;}
	.holiday-box-in{width:320px; min-height:230px; float:left; overflow:hidden;}
	.holiday-box-in img{width:100%; float:left;}
	.holiday-price{width:320px; background:url(../../images/price-bg1.png) no-repeat left top; height:53px; float:left; top:180px; position:absolute;}
	
	.breadcrumb li a { padding:0px; font-size:9px; font-weight:normal; font-family:'OpenSansRegular'; color:#0b3284; background:url(../../images/arrow.png) no-repeat right top; float:left; line-height:27px; padding-right:15px; text-decoration:none;}
	.breadcrumb li a.act { color:#930606; font-size:9px; background-image:none;}

.fb_iframe_widget span, .fb_iframe_widget iframe {width:320px !important; height:300px;}
}

/* news */
.NewsSummary {padding-bottom:20px;}
.NewsSummaryMorelink {float:right;}
.NewsSummaryLink {color: #0F2A65; font-family: 'OpenSansRegular'; font-size: 16px; font-weight: normal; padding-top:5px;}
.NewsSummaryLink a{color: #0F2A65; font-family: 'OpenSansRegular'; font-size: 16px; font-weight: normal;}
 #NewsPostDetailContent p img {   border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: right;
    margin-left: 15px; margin-bottom:5px;
    padding: 5px; max-width: 690px; height:auto}

/* detailed Enquiry */
.enquiry-detailed {float:left; width:350px; font-size:13px; font-family:'Open Sans', sans-serif; color:#333; line-height:18px; padding:10px;  background:#e5e5e5;}

.enquiry-detailed > div {float:left; width:350px; }

.enquiry-detailed label {float:left; width:130px; }
.enquiry-detailed input{float:left; width:200px; height:24px; border:solid 1px #cbcaca; background:url(../../images/input-bg.jpg) repeat-x left top; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0;}
.enquiry-detailed textarea{float:left; width:200px; height:100px; border:solid 1px #cbcaca; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0; font-weight:normal;}
.enquiry-detailed select{float:left; width:208px;  height:24px; border:solid 1px #cbcaca; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:4px 4px 4px 4px; margin:0 0 6px 0; }

.enquiry-detailed div div {float:left;}
.enquiry-detailed div div input {float:left; width:10px; }
.enquiry-detailed div div label {float:left; width:60px; padding:0 10px 0 5px;}

.enquiry-detailed .fbsubmit{width:66px; height:28px; background:url(../../images/btn-submit.png) no-repeat left top; float:right; margin:0px 0 0 0; border:none; cursor:pointer;  font-size: 0px; padding-left:213px;}
.enquiry-detailed .fbsubmit:hover{ background-position:left bottom;}
.enquiry-detailed > div.captcha  {float:left; width:335px; }
.enquiry-detailed  > div.captcha img {float:right; width:200px; padding-left:10px; padding-bottom:10px;}
.enquiry-detailed  > div.captcha input{float:right;}

.feed-rgt{
bottom: -1px;
 position: fixed;
 right: 0;
 z-index: 1;
}


/* reponsive video*/
.respo_video .frame-divis{
    border-top-color: #D2D2D2;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.respo_video iframe{
width:100%;
padding-top:10px;
}


/*ani edit*/

.header-text
{
 width: 423px;
}


.book-fli-des{
width:30%;
 margin:10px;
float:left;
}

@media only screen and (max-width: 767px){
.header-text
{
 width: 222px;
}
.book-fli-des{
width:95%;
}
}

#NewsPostDetailContent p img{
max-width:400px;
}


@media only screen and (max-width: 479px) {
.header-text {
    width: 170px;
}
.feed-rgt{ display:none; }
.book-fli-des{
width:95%;
}
#NewsPostDetailContent p img{
max-width:290px;
}
.input-cont1{width:286px;}
}


.comm-callact{
    background: #0b3284;    min-height: 30px;    margin-top: 20px; font-size: 30px;    text-align: center;    font-family: 'OpenSansBold';    padding-top: 12px;    padding-bottom: 12px;clear: both;
margin: 20px 0 0 0 !important;
float: left; width: 100%;
}

.comm-callact a{
color: #cccccc ;
}

.comm-callact a:hover{
color: #fff;
}
#m9695amoduleform_1 .enquiry-detailed > div:nth-child(3) {
    display: none;
}

#mddc32moduleform_1 .enq-form > div:nth-child(3) {
    display: none;
}

#cntnt01moduleform_1 .enquiry-detailed > div:nth-child(5) {
    display: none;
}
/* Stylesheet: menu Modified On 2013-07-09 20:23:13 */
#menu{float:none; margin: 0 5px 0 0;}

.navigation{
	width:740px;
	background:url(../../images/menu-bg.jpg) left top repeat-x ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px 4px 4px 4px;
	z-index:99;
	float:right;
	padding:0 0 0 5px;
}
.menu {list-style:none;}
.menu > li {
	position:relative;
	float:left;
	font:700 20px/17px 'Open Sans', sans-serif;
	font-weight:normal;
	text-transform:none;
	background:url(../../images/menu-l.jpg) right top no-repeat;
}
.menu > li.last {background-image:none;
}
	.menu > li > a {
		display:block;
		padding:20px 22px 20px 22px;
		color:#fff;
		text-decoration:none;
	}
	
	.menu > li > a.first .img {
		background:url(../../images/home-icon.png) no-repeat center;
		padding:0px 14px 0 14px;
		margin:0 0 0 0px;
	}
	
	.menu > li > a.first:hover .img, .menu > li > a.first.current .img{
	background:url(../../images/home-icon-h.png) no-repeat center;
	margin:0 0 0 0px;
}

		.menu > li.sfHover > a,.menu > li > a:hover , .menu > li.current > a {text-decoration:none; color:#0b3284; background:url(../../images/menu-h.jpg) left top repeat-x ;}
	.menu .menu-arrow{display:none;}
/***submenu***/
.menu ul {
	position:absolute;
	top:-999em;
	width:173px; 
	display:none;
	z-index:99;
	margin:16px 0 0 0;
}
.menu li li{
	width:100%;
	padding:0;
	position:relative;
	font:600 14px/12px 'Open Sans', sans-serif;
	text-transform:none;
	font-weight:normal;
}

.menu li li:last-child > a{
	border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	
	
}
	.menu li li.last-item{border-bottom:none;}
	.menu li li a{
		display:block;
		background:url(../../images/menu-t.png);
		padding: 8px 5px 8px 17px;
		color:#747373;
		text-decoration:none;
		z-index:999999px;
	}
		.menu li li > a:hover,.menu li li.sfHover > a{color:#fff; background:url(../../images/menu-t-h.png); text-decoration:none;}
.menu li:hover ul, .menu li.sfHover ul {left:-1px; top:41px;}
.menu li:hover li ul, .menu li.sfHover li ul {top:-999em;}
/***subsubmenu***/
.menu li li:hover ul, .menu li li.sfHover ul {left:173px; top:0px;}
.menu li li:hover li ul, .menu li li.sfHover li ul {top:-999em;}

@media only screen and (max-width: 995px){
	.menu .menu-arrow{display:inline-block; width:13px; height:8px; overflow:hidden; text-indent:-999em; font-size:0; line-height:0; background:url(../../images/menu-arrow.png) center top no-repeat; margin-left:4px; vertical-align:middle;}
		.menu li.sfHover > a >.menu-arrow,.menu a:hover > .menu-arrow, .menu li.current > a > .menu-arrow{background-position: center -38px;}
	.menu ul .menu-arrow{width:9px; height:5px; background-image: url(../../images/submenu-arrow.png); margin-left:2px;}
	.navigation{margin:10px 0 0 0; width: 577px;}
	
	.menu > li > a {display:block; padding:20px 18px 20px 18px;	color:#fff; text-decoration:none;}
}

@media only screen and (max-width: 767px) {
	#menu{float:none; margin: 0 0px 0 0;}
	.navigation{background: none; border-bottom: none; border-radius:0px; -moz-border-radius: 4px; -webkit-border-radius:4px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: border-radius:4px 4px 4px 4px; none; padding:0px; width:100%;}
	nav{width:100%;}
	.menu > li {float:none; margin-right:0px; margin-bottom:5px; background:none;}
	.menu > li > a {padding:20px 20px 20px; background:url(../../images/menu-bg.jpg) center top repeat-x ; border-radius: 4px; -webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius:4px 4px 4px 4px;}
	/***submenu***/
	.menu ul {position:static; width:auto; border-bottom:0; margin:0;}
		.menu ul li{font-size:14px; line-height:15px;}
			.menu li li a{padding: 8px 10px 8px 20px;}
	/***subsubmenu***/
	.menu ul ul{border:none; border-top:1px solid #020202; display:block !important;}
		.menu ul ul a{padding: 8px 10px 8px 45px;}
}

@media only screen and (max-width: 479px){
	.menu ul ul{width:318px;}
}

/*ani edit*/
@media only screen and (max-width: 995px){
.menu > li > a {padding: 20px 7px;}
}
/* Stylesheet: Overlay Modified On 2012-08-07 13:20:36 */
#overlay{
/*	display:none;   */
	position:absolute;
top:0;
	left:0;
	width:100%;
	height:100%;

	z-index:1;
	background-color: #025B7D;
background:url("../../images/overlay_bg.png") repeat scroll left top transparent;
}

.alert {
/*   display:none;  */
   position:absolute;
   top:30%;
   left:35%;
right:35%;
/*   width:40%;    */
    background-color: #fff;
   padding: 2px;
   text-align: center;
 width: 320px;
   }


.alert[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;   }

.alertMessage {
  
    color: #FFC20E;
    padding: 20px;
}

.error_message ul{
padding-bottom:20px; text-align:left; padding-left:0px;
}

.error_message ul li{
text-align:left; 
}

#closeAlert{
    color: blue;
    font-size: 16px;
       font-weight: bold;
   position: absolute;
    right: -10px;
    text-decoration: underline;
    top: -10px;
}

.cms_textarea{

 width: 300px;
 font: 700 14px/20px 'Open Sans',sans-serif;
}

.commentform td{
    padding-bottom: 2px;
    padding-right: 10px;
    vertical-align: top;
}


#AlertBox .button {

    font: 700 16px/20px 'Open Sans',sans-serif;

}


#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
z-index:88888;
font-size:13px;
width:685px;
height:580px;
overflow:hidden;
}
#popupContactClose{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
line-height:14px;
right:-18px;
top:-18px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;

}
#enquir-fm{
text-align:center;
}

.the_menu li a {
   color: #FFFFFF;
   text-decoration: none;
}
.the_menu li a:hover {
   color: #960606;
   background:none;
}


/*
   STANDARD FOOTER
*/
div#sk-lightbox-wrapper {
   width: 820px;
   height: 550px;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -450px;
   margin-top: -275px;
   z-index: 10000;
}

div#sk-lightbox-ui {
   background-color: #ffffff;
   -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   width: 780px;
   height: 510px;
   padding: 20px;
   margin-bottom: 40px;
   position: relative;
}

div#sk-lightbox-close {
   width: 50px;
   height: 50px;
   position: absolute;
   top: -25px;
   right: -25px;
   cursor: pointer;
}

div#sk-lightbox-wrapper {
   display: none;
}


div#sk-lightbox-wrapper {
   display: none;
   width: 880px;
   height:550px;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -450px;
   margin-top: -275px;
   z-index: 10000;
}

#sk-lightbox-wrapper div#sk-lightbox-ui {
   position: absolute;
   left: 20px;
   top: 20px;
   right: 20px;
   bottom: 20px;
   width: auto;
   height: auto;
   margin: 0;
   padding: 20px;
   background-color: #ffffff;
   -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
   box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

/* IE 7 */
*+html #sk-lightbox-ui {
   border: 1px solid #ccc;
}

*+html #sk-lightbox-iframe {
   height: expression( (this.parentNode.offsetHeight - 40) + 'px' );
}

/* IE 8 */
@media \0screen {
   #sk-lightbox-ui {
      border: 1px solid #ccc;
   }
}

div#sk-lightbox-close {
   width: 50px;
   height: 50px;
   position: absolute;
   top: -25px;
   right: -25px;
   cursor: pointer;
}

#sk-lightbox-image-wrapper {
   width: 100%;
   height: 100%;
   display: table;
   table-layout: fixed;
}

#sk-lightbox-image {
   width: 100%;
   height: 100%;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}

#sk-lightbox-image img {
   max-width: 100%;
   max-height: 800px;
}

/* Center vertically Image styles for IE 7 */
*+html #sk-lightbox-image-wrapper {
   display: block;
   position: absolute;
   top: 50%;
   width: expression( (this.parentNode.offsetWidth - 40) + 'px' );
   height: auto;
}

*+html #sk-lightbox-image {
   display: block;
   position: relative;
   top: -50%;
   height: auto;
}

*+html #sk-lightbox-image img {
   max-width: expression( (this.parentNode.parentNode.parentNode.offsetWidth - 40) + 'px' );
   max-height: expression( (this.parentNode.parentNode.parentNode.offsetHeight - 40) + 'px' );
}

