@charset "utf-8";
/* CSS Document */

/*-----------------------GLOBAL DECLARATIONS START----------------------*/
@font-face {

  font-family: 'montserrat-semibold';

  src: url('font-mont/montserrat-semibold-webfont.eot'); /* IE9 Compat Modes */

  src: url('font-mont/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

       url('font-mont/montserrat-semibold-webfont.woff') format('woff'), /* Modern Browsers */

       url('font-mont/montserrat-semibold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */

       url('font-mont/montserrat-semibold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */

}




* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img {
	border:none;
}

body {
	background: url(../images/bg-pattern.png);
	color:#444;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}

.roundBor2{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.roundBor3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.roundBor4{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.roundBor5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}
.clearer{	
	clear:both;	
	height:0px;
}
.opacity70 {
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;     
	-moz-opacity: 0.7;     
	opacity: 0.7;     
}
.opacity80 {
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;     
	-moz-opacity: 0.8;     
	opacity: 0.8;     
}
.opacity90 {
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;     
	-moz-opacity: 0.9;     
	opacity: 0.9;     
}

.padbot10{ padding-bottom:10px; }
.padbot20
{
	padding-bottom:20px;
}
.padtop10
{
	padding-top:10px;
}
.padtop15
{
	padding-top:15px;
}

/*-----------------------GLOBAL DECLARATIONS END----------------------*/


/*-----------------------ALL TEXT CLASSES----------------------*/
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
}
.font14{
	font-size:14px;
}
.font15 {
	font-size:15px;
}
.font16{ 
	font-size:16px;
}
.fontcolr2
{
	color:#666666;
}
.superscript{ vertical-align:super; font-size:10px; color:#7ba735; font-weight:bold; }
.superscrhd{ vertical-align:super; font-size:14px; color:#7ba735; font-weight:bold; }
/*-----------------------ALL TEXT CLASSES END----------------------*/


/*------------------------notification boxes---------------------------*/
.success_notify{
	padding:5px 5px 5px 30px;
	border:#2ab300 solid 1px;
	color:#1c7800;
	background:url(../images/successnot.png) no-repeat 7px 8px #c9ffb9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	text-align:left;
	margin: 0px 0px 10px 0px;
	display:block;
}
.error_notify{
	padding:5px 5px 5px 26px;
	border:#d22026 solid 1px;
	color:#d22026;
	background:url(../images/errornot.png) no-repeat 7px 8px #ffd7d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin: 0px 0px 10px 0px;
	display:block;
}
.alert_notify{
	padding:5px 5px 5px 26px;
	border:#ea9034 solid 1px;
	color:#cb6700;
	background:url(../images/alert_msg_icon.png) no-repeat 7px 7px #ffd9b2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 0px 10px 0px;
	display:block;	
}
/*------------------------notification boxes END---------------------------*/

/*------------------------global form styles START---------------------------*/
.selectField{
	padding:10px 5px 8px 5px;
	border:#cacaca solid 1px;
	height:40px;
	font-size:13px;
	line-height:32px;
	color:#4a4a4a;
	/*background-color:#fff;*/
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.selectField option{
	padding:4px;
	font-size:12px;
}
.selectField:focus {
	border:#aaa solid 1px;
}

.submitBtn{ 
	/*background-color:#638292; 
	border:#4d7183 solid 1px; */
	background-color:#9eba5d; border:#89a646 solid 1px;
	color:#fff; 
	font-family:Verdana, Geneva, sans-serif; 
	padding:8px 25px; 
	cursor:pointer; 
	font-size:16px; 
}
.inputField, .textarea{
	padding:4px;
	border:#cccccc solid 1px;
	height:30px;
	font-size:13px;
	line-height:22px;
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
.inputField:focus, .textarea:focus{
	border:#aaa solid 1px;
}
.reqlabel{ font-size:16px; color:#85b041; }
.fieldholleft{ float:left; position:relative; }
.fieldholright{ float:right; position:relative; }
.fieldholleft label, .fieldholright label{ line-height:32px; }

.glimpthumb img:hover, #sitemapul li a:hover, .footercollast #contactfoot li input[type=submit]:hover, .pricingbookbtn:hover,.submitBtn:hover, .pricnggraphic:hover, #agentloginbtn:hover, .forgotlnk:hover{
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;     
	-moz-opacity: 0.8;     
	opacity: 0.8;  
}
/* THIS IS FOR BUTTON HOVERS TO FADE TO OPACITY 90 , 80 , 70 
.buttonclass:hover, buttonclass2:hover{
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;     
	-moz-opacity: 0.9;     
	opacity: 0.9;  
}

.buttonclass:hover, buttonclass2:hover{
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;     
	-moz-opacity: 0.7;     
	opacity: 0.7;  
}
*/

/* ----------- input field widths -----------------*/
.if358{	width:348px;}
.if434{ width:426px; }
.if475 { width:475px;}
.if206{	width:196px;}
.if230{	width:220px;}
.if140{	width:130px;}
.if136{	width:136px;}
.if304{	width:304px;}
.if295{	width:285px;}
.if270{	width:260px;}
.if285{	width:275px;}
.if250{	width:240px;}
.if210{ width:210px; }

/* ----------- select field widths -----------------*/
.sf140{ width:140px; }
.sf152{ width:152px; }
.sf250{ width:250px; }
.sf230{ width:230px; }

.ta476 {
	width:476px;
	height:100px;
}


/* ----------- ERRORS -----------------*/
input.error, select.error, textarea.error{ border:#ff0000 solid 1px; }
.not-valid{ position:absolute; top:60px; left:2px; z-index:10; font-size:11px; }


/*------------------------global form styles END---------------------------*/



/*------------------------Home Page START---------------------------*/

.body1 {
	background: top repeat-x url(../images/bg-gradient.png); 
}
.body2 {
	margin:0 auto;
	background: top no-repeat url(../images/bg-image.png);
}
.header1 {
	width:980px;
	height:108px;
	margin:0px auto 0px auto;
	background-image:url(../images/header-bg.png);
	position:relative;
}
.logo1 {
	position:absolute;
	top:28px;
	left:8px;
}

#main_menu1 {
	width:974px;
	height:42px;
	background-image:url(../images/menu-bg.png);
	margin:0px auto;
	border:3px solid #638292;
}
#main_menu1 ul {
	list-style-type:none;
	margin:10px 0px 0px 13px;
	float:left;
}
#agentloginbtn{ display:block; float:right; margin:6px 6px 0 0; }
#main_menu1 ul li {
	display:inline;
	margin: 0px 13px;
}

#main_menu1 a {
	color:#d0efff;
	text-decoration:none;
}
#main_menu1 a.selected {
	color:#ffffff;
}
#main_menu1 a:hover {
	color:#fff;
}

/* SLIDER STYLES */
#main_slider1 {
	width:980px;
	margin:0px auto 20px auto;
	padding:20px 0;
	background-color:#fff;
	overflow:auto;
}
.sliderwrapper{ 
	height:310px;
	width:940px;
	margin:0 auto 0 auto;
}
.main1hol{
/*	overflow:auto;*/
	width:100%;
	background:url(../images/footerpatttop.png) repeat-x bottom left;
}

.bxslider li
{
	list-style:none;
}
#glimpsehol
{
	height:107px;
}
.main1 {
	width:940px;
	background-color:#fff;
	overflow:visible;
	margin:0 auto;
	padding:20px;
	border-bottom:#d5d5d5 solid 3px;
}
.mainOffer {
	margin-bottom: 20px;
}
.mainOfferMob{
	display:none;
}

.mainOffer img{
    width: 939px;
}

.content1{
	width:630px;
}
.content1 p label{ line-height:22px; }

.sidebar1 {
	width:280px;
}
.serviceshmside{ padding:10px; background-color:#638292; color:#fff; font-size:20px; border-bottom:#fff solid 1px; }
#inclfeatures{ list-style-type:none; }
#inclfeatures li{ background-color:#e5e5e5; border-bottom:#fff solid 1px; color:#5c7c8c; padding:10px; }
#homeheading h1{ font-size:20px; color:#638292; }
#homeheading{ float:left; width:645px; height:47px; background-color:#e5e5e5; padding:23px 0 0 15px; margin-left:20px;}
#bookitbtn{ 
	width:280px;
	height:70px;
	background:url(../images/bookit.gif) no-repeat;
	border:none;
	display:block;
	float:left;
}
#bookitbtn:hover{ background-position:0% -70px; }
.heading_bb { font-size:20px; color:#638292; border-bottom:#ccc dotted 2px; padding:6px 0; margin-bottom:20px; }
#glimpsehol{ margin:20px 15px 0; }
.glimpthumb{ width:127px; height:102px; padding:4px; background:url(../images/homethumbbk.gif) no-repeat; float:left; margin-right:20px; }


/*------------------------Home Page ENDS---------------------------*/

/*------------------------Footer START---------------------------*/
#footerhol{ background-image:url(../images/footerpattern.png); overflow:visible; }
#footercont{ width:980px; margin:0 auto 0 auto; overflow:visible; padding:30px 0 15px; }
.footercol{ width:210px; margin-right:38px; float:left; }
.footercollast{  margin-right:0;width:230px; float:left; }
.footercol h2,.footercollast h2{ font-size:18px; color:#fff; padding:20px 0; }
#sitemapul{ list-style-type:none; margin-top:-10px; }
#sitemapul li{ background:url(../images/sitemaparrow.png) no-repeat 0 15px;border-bottom:#577684 solid 1px; padding:8px 0 8px 16px; }
#sitemapul li a{ text-decoration:none;color:#2d4a58; }
#socializebt { list-style-type:none; }
#socializebt li{ margin-bottom:10px; }
#studssay{ list-style-position:none; /*background:#e5e5e5;*/ }
#studssay li{ overflow:auto; /*border-bottom:#d5d5d5 solid 1px;*/ padding:0 15px 15px; }
#studssay li img{ width:45px; border-radius:50%;}
#studssay li:last-child{ border-bottom:none;}
.footercol #studssay li.studlilast{ border-bottom:none;}

.footercollast #contactfoot{ list-style-type:none; margin-top:-13px; }
.footercollast #contactfoot li{ padding:7px 0;}
.footercollast #contactfoot li label{ color:#fff; line-height:24px; }
.qcinput{ background-color:#fff; border:#fff solid 1px; font-family:Arial, Helvetica, sans-serif; line-height:22px; height:22px; padding:3px; width:222px; font-size:12px; color:#444; }
.qctextarea{ background-color:#fff; border:#fff solid 1px; font-family:Arial, Helvetica, sans-serif; line-height:22px; height:80px; padding:3px; width:222px; font-size:12px;color:#444; }
.footercollast #contactfoot li input[type="submit"]{ background-color:#91ba4f; border:#a5cb67 solid 1px; font-family:Verdana, Geneva, sans-serif; padding:5px 12px; color:#fff; cursor:pointer; }


.studimghol{ /*background-color:#527485; border:#385766 solid 1px;*/ padding:4px; float:left; margin-left:20px;   }
.studcomhead{ color:#84d100;  display:block; padding-bottom:20px; font-size:13px; font-style:normal; margin-top:20px; text-transform:capitalize; }
.studcomments{ font-style:italic; font-size:11px; color:#2d4a58; float:left; /*width:185px;*/ line-height:14px;  position:relative; margin:55px 0 0 20px;}
#footcopyright{ color:#bbb; font-size:11px; padding:9px 15px 13px 15px; overflow:auto; margin-bottom:6px;
background-image:url(../images/footerblackfill.png);}
#footcopyhol{ width:980px; overflow:auto; margin:auto; }
#footcopyright span a{ color:#bbb; }
#footcopyright span.floatRight{ padding-top:4px; }
#footcopyright span.floatRight a{ color:#bbb; text-decoration:none; }
#footcopyright span.floatRight a:hover{ text-decoration:underline; }
#evolink{ font-size:11px; color:#2D4A58; text-decoration:none;  }
#evolink:hover{ text-decoration:underline; }

.fbouter{overflow:hidden; border-top:#577684 solid 1px;}
#socializebt{margin-top:-71px;}
.fbcopy{ background-image:url(../images/newwhitefill.png); float:left;  border-bottom:#577684 solid 1px;  border-left:#577684 solid 1px; border-top:#577684 solid 1px; height:67px; width:227px; padding:11px 10px;}
#socializebt li iframe{ background-image:url(../images/newwhitefill.png); }
#socializebt li{ overflow:hidden; height:160px; border-bottom:#577684 solid 1px; }
.pluginBoxDivider{ border:none; !important }

.name{ height:30px; overflow:hidden; }
.opacity0{ 
	filter: alpha(opacity=10); 
	-khtml-opacity: 0.1;     
	-moz-opacity: 0.1;     
	opacity: 0.1;  
}
#facebook_like_button_holdersml iframe img
{
	background:url(../images/vir_likefb.png) no-repeat;
	width:120px;
	height:31px;
}
.fbpagehd{ font-size:11px; float:left; line-height:normal; padding-left:10px; color:#333; padding-bottom:8px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; display:block; }
.fbpagehd:hover{ text-decoration:underline; }	
.fbhdbig{ color:#2D4A58; font-size:14px; }
/*------------------------Footer ENDS---------------------------*/


/*------------------------Accomodation Page STARTS---------------------------*/

.acc_img_box {
	padding:8px;
	background-color:#e5e5e5;
	border:2px solid #ccc;
	margin:0 9px 9px 0;
}

.acc_img_text {
	width:288px;
}

.book_it_box, .contact_us_box {
	background-color:#e5e5e5;
	margin-bottom:20px;
	overflow:hidden;
}
.book_it_box a{
	display:block;
}

.book_it_text1 {
    font-size:18px; color:#638292; line-height:26px; margin:15px 0px 10px 15px;
}

.book_it_text2 {
    font-size:12px; color:#666; margin:0px 0px 15px 15px;
}
.contact_us_text1 {
    font-size:12px; color:#666; margin:15px 0px 15px 15px; line-height:24px;
}

#contactusbtn{ 
	width:280px;
	height:70px;
	background:url(../images/contact-us-box-btn.png) no-repeat;
	border:none;
	display:block;
	float:left;
}
#agentbecbtn{ 
	width:280px;
	height:70px;
	background:url(../images/becomeagent.gif) no-repeat;
	border:none;
	display:block;
	float:left;
}
#contactusbtn:hover,#agentbecbtn:hover{ background-position:0% -70px; }

/*------------------------Accomodation Page ENDS---------------------------*/

/*------------------------Contact us Page STARTS---------------------------*/

.book_it_call {
	margin:15px 0px 15px 15px;
	font-size:14px;
	color:#444;
}
.book_it_msg {
	margin:0px 0px 15px 15px;
	font-size:14px;
	color:#444;
}
.book_it_call img, .book_it_msg img {
	margin-right:10px;
}
#bookBtn{ margin-right:20px; }


.compulsorynote1{ position:absolute; color:#777; font-style:italic; bottom:20px; left:20px; font-size:12px;}
.compulsorynote2{ position:absolute; color:#777; font-style:italic; top:26px; right:20px; font-size:12px;}
#mbfieldhol .fieldholleft{ margin-left:25px;}
#contactinterest{ background-image:url(../images/greypattern.png); overflow:auto; padding:20px; margin-left:25px; }
#contactinterest select{ background-color:#eee; } 
#contactinterest label{ font-size:16px; } 


/*------------------------Contact us Page ENDS---------------------------*/


/*------------------------Pricing Page STARTS---------------------------*/

.curr-offers-btn{
	margin: auto;
	display: inline-block;
	margin-top: 20px;
}
.curr-offers-btn:hover{
	opacity: .75;
}
.plans_panel ul {
	list-style-type:none;
	margin-top: 224px;
}
.plans_panel ul li {
	padding:7px;
}
.pricing_headings {
	margin:30px 0px 25px 0px;
	text-align:center;
}
.pricing_headings h3 {
	font-size:22px;
	color:#3a3a3a;
	font-weight:normal;
	margin-bottom:20px;
}
.pricing_headings h4 {
	font-size:16px;
	color:#777;
	font-weight:normal;
}

.twin, .twin_ensuite, .single, .single_ensuite {
	width:219px;
	margin-right:0px;
	min-height:250px;
}

/*.twin {
	background:no-repeat url(../images/pricing-twin.jpg);
}
.twin_ensuite {
	background:no-repeat url(../images/pricing-twin-ensuite.jpg);
}
.single {
	background:no-repeat #fff url(../images/pricing-single.jpg);
}
.single_ensuite {
	background:no-repeat url(../images/pricing-single-ensuite.jpg);
}*/
.pricingbookbtn{ background-color:#9eba5d; border:#89a646 solid 1px; color:#fff; font-family:Verdana, Geneva, sans-serif; padding:4px 0; cursor:pointer; font-size:16px; display:block; text-align:center; text-decoration:none; margin:0 10px; }
.compulsorynotepric{ color:#888; font-size:11px;border-bottom: 2px dotted #CCCCCC; margin:20px 0; padding-bottom:10px; }
#pricefeats{ list-style-type:none; margin-top:-20px; margin-right:12px; }
#pricefeats li{ padding:7px 0; text-align:center; background:url(../images/pricelining.gif) no-repeat; }

.inclfeaturespr{ list-style-type:none; float:left;width:280px; margin:0 5px; }
.inclfeaturespr li{ background-color:#e5e5e5; border-bottom:#fff solid 1px; color:#5c7c8c; padding:10px; }
.plans_panel{ overflow:hidden; width:876px; margin:0 auto; }

/*------------------------Pricing Page ENDS---------------------------*/

/*------------------------Agent login STARTS---------------------------*/
#agent_login_here
{
	width:280px;
	height:70px;
	background:url(../images/agent_login_here.gif) no-repeat;
	border:none;
	display:block;
	float:left;
}
.login_box_here {
	background-color:#e5e5e5;
	overflow:auto;
	margin:10px 30px 30px 30px;

}
.login_box_here input[type="text"], .login_box_here input[type="password"]{ background:#fff; }

.logn_it_box
{
	background-color:#e5e5e5;
	overflow:auto;
}

.logn_it_box a{
	display:block;
} 

.field_text_input
{
		padding-top:20px;
}
.forgotlnk{ text-align:center; padding-top:10px;}
.forgotlnk a {
    color: #51788D;
	font-size:12px;
}
.agentheading{ font-size:20px; padding-bottom:10px; }

.agentsul{ width:293px; margin-left:20px; float:left; }

.lnebreak
{
	border-bottom:1px solid #cccccc;
}
.acc_img_box1 {
	padding:8px;
	background-color:#e5e5e5;
	border:2px solid #ccc;
}

 /*------------------------Agent login ENDS---------------------------*/
 
 
/* availability page link2 map heading, same as map in admin side, copied from booking.css*/
 .popuphead{ position:absolute; top:-38px; left:-2px; font-size:18px; font-weight:normal; color:#666; }
 
 
 
 
  /*------------------------Plus STARTS---------------------------*/
#plusmenu{ list-style-type:none; margin-top:18px; }
#plusmenu li{ background-color:#e5e5e5; border-bottom:#fff solid 1px; padding:10px; }
#plusmenu li.selected, #plusmenu li:hover{ background:url(../images/plusarrow.png) 265px center no-repeat #6c8a93; }
#plusmenu li a{ display:block; color:#6c8a93; text-decoration:none; }
#plusmenu li:hover a, #plusmenu li.selected a { color:#fff; }
.pluscontent{ width:640px; background-color:#e5e5e5; }
.plusflyer{ margin:5px; }


/*------------------------Plus ENDS---------------------------*/

.studcomments span:first-child
{
color: #666666;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    z-index: 2;
	font-family:'open sans';	
}


.quotes {
    background: url("/static/images/quote_66.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 90px;
    position: absolute;
    width: 96px;
    z-index: 0;
}


.testi-back {
    background-color: #f7f7f7;
    height:310px;
}
.content1 > div.acc_img_box:nth-child(3n+0)
{
	margin-right:0;
}

#availabilityPageAntiSpam
{
	display:none;
}

.footercol.footercol-ful {
    margin-bottom: 30px;
}

.app-div-home {

    background-image: url(../images/app-bg.jpg);
    border-top: 0px !important;
    padding: 0 !important;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: 938px auto;
	overflow: hidden;
	height: 500px;
	text-align: left !important;

}

.app-div-home-img {

    float: left;
    margin: 65px 0 0 55px;

}

.app-div-home-txt {

    float: left;
    width: 41%;
    margin: 85px 0 0 50px;

}

.app-div-home-txt h1 {

    font-size: 30px;
    font-family: 'montserrat-semibold';
    line-height: 36px;
    font-weight: normal;
    color: #000;

}

.app-div-home-txt p {

    font-size: 14px;
    color: #000;
    margin: 25px 0 30px 0;

}

.app-store {

    float: left;
    margin-right: 50px;

}

.content1.content-home.floatLeft p {

    font-size: 16px;
    line-height: 26px;

}

.greenicon.greenicon-home {

    float: left;
    width: 100%;
    padding-bottom: 30px;

}

.greenicon.greenicon-home.half-width {

    display: none;

}