@charset "utf-8";
/* CSS Document */
.clearfix {
	clear:both;
}
a {
	color:#708d69;
}
a:hover {
	color:#000;
	transition:color 0.5s ease-out 0s;
}
p {
	padding-bottom:10px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:180%;
	color:#303030;
	
}
.map_icon_area{width:100%;padding-top:25px;clear:both;}
.map_icon{float: left;height: 19px;width: 18px;}
.map_icon_text{float: left;font-weight: bold;height: 19px;width: 238px;}


.WrapperMain
{
    width:100%;
    float:left;
    height:auto;
    padding:0px;
    background:#fff url(../images/body_bg.png) repeat-x;
}



img
{
    max-width:100%;
}

#map img
{
    max-width:none;
}

#toTop {
        width:30px;
        border:0px solid #ccc;
        background:#708d69;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#fff;
        font-size:11px;
        font-weight:bold;
        border-radius:20px;
        z-index:999;
        font-family:Verdana;
        line-height:30px;
}
#toTop:hover
{
        background:#dbdac8;
        color:#708d69;
}   
#mainWrapper {
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/wrapper_bg.png) no-repeat top center;
}
.wrapper {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0px auto;
}

.wrapper_sitemap {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0px auto;
}

.map_icon_area{width:100%;padding-top:25px;clear:both;}
.map_icon{float: left;height: 19px;width: 18px;}
.map_icon_text{float: left;font-weight: bold;height: 19px;width: 238px;}

.wrapper_sitemap h2, .wrapper_sitemap h2 a 
{
    margin-bottom:0px;
	color:#708d69;
	font-weight:normal;
}
.wrapper_sitemap h2 a:hover {
	color:#000;
	transition:color 0.5s ease-out 0s;
	font-weight:normal;
}


#header {
	height:180px;
	width:100%;
	float:left;
	position:relative;
}
.logo {
	position:absolute;
	top:25px;
	/*left:330px;*/
}
.topWeather {
    position:absolute;
    top:40px;
    left:0px;
    background:url(../images/icoWeather.png) no-repeat;    
    padding:0px 0px 0px 53px;
    font-weight:bold;
    text-shadow:0px 1px 0px #fff;
}
.topCall {
    position:absolute;
    top:40px;
    right:0px;
    font-weight:bold;
    font-size:20px;
    text-shadow:0px 1px 0px #fff;   
    text-align:center; 
}

.topCall img{
  padding:3px 0;
}
nav select {
    display: none;
}

#nav {
	position:absolute;
	top:139px;
	left:0px;
	width:1000px;
	height:32px;
	font-size:14px;
	text-transform:uppercase;
	z-index:99999999999;
	
}
#nav ul li {
	float:left;
	padding:0px 6px 0px 7px;
	position:relative;
}
#nav ul li:first-child {
	padding-left:0px;
}
#nav ul li a {
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	padding:6px 12px;
	font-weight:600;
	float:left;
	height:20px;
	text-shadow:0px 1px 0px #000;   
	line-height:20px;
}
.ie8 #nav ul li a , .ie7 #nav ul li a 
{
    padding:6px 5px;
}
.ie8 #nav.fixed ul li, .ie7 #nav.fixed ul li
{
    padding-left:2px;
}
#nav ul li:hover{
	background:#dbdac8;
	border-radius:3px;
	color:#000;
	text-shadow:0px 1px 0px #fff; 
	
	
}


#nav ul li a:hover, #nav ul li.active a {
	background:#dbdac8;
	border-radius:3px;
	color:#000;
	text-shadow:0px 1px 0px #fff; 
	
}
#nav ul li a.home span 
{
    float:left;
    text-indent:-9999px;
    width:20px;
    height:20px;
    background:url(../images/icoHome.png) no-repeat left bottom;
}
#nav ul li:hover a.home span, #nav ul li.active a.home span{
    background:url(../images/icoHome.png) no-repeat left top;
}
#nav.fixed
{
    position:fixed;
    top:0px;
    width:100%;
    background:url(../images/menu_bg.png) repeat-x;
    height:52px;
    z-index:999;    
}
#nav.fixed ul
{
    width:1000px;
    height:32px; 
    margin:0px auto;
    padding:10px 0;   
}
#nav.fixed ul li a.bookNowButton
{
    display:block;
    margin:-8px 0 0 0px;
}

#nav ul li a.bookNowButton
{
    display:none;
}
#nav.fixed ul li a:hover.bookNowButton
{
    background:none;
}
#nav.fixed ul li.newButtonScroll:hover
{
    background:none;
}
#nav.fixed ul li a
{
    padding:6px 6px;
    font-size:12px;
}



#nav ul li ul
{
    display:none;
}

#nav ul li:hover ul
{
    display:block;
    position:absolute;
    width:auto;
    background:#dbdac8;
    top:30px;
    left:0px;
    width:170px;
    height:auto;
    border-radius:0px 3px 3px 3px;
}

#nav ul li:hover ul li
{
    background:none !important;
	text-align:left !important;
	border-radius:0px !important;
	padding:0px !important;
	width:100%;
	float:left;
}

#nav ul li:hover ul li a
{
    background:none !important;
	color:#000;
	text-shadow:0px 1px 0px #fff; 
	text-align:left !important;
	border-radius:0px !important;
}

#nav ul li:hover ul li a:hover
{
    background:none !important;
	color:#fff;
	text-shadow:0px 1px 0px #000; 
	border-radius:0px !important;
}

.weatherimg > img { width:50px; height:auto;}


.slider {
    width:100%;
    height:auto;
    margin:auto;
    max-width:1400px;   
}
.bookTicketArea{
    float:left;
	width:100%;
	height:67px;
	background:url(../images/bgBookArea.png) repeat-x top left;
}
.bookTicketArea ul {
    float:none;
    padding-top:12px;
    width:675px;
    margin:0px auto;
}
.bookTicketArea ul li{
    float:left;
    height: 42px;
    padding-left:40px;
}
.bookTicketArea ul li:first-child{
    padding-left:0px;
}
.bookTicketArea ul li label{
    float:left;
    padding-right:12px;
    color:#303030;
    font-size:15px;
    line-height:40px;
}
.ie8 .bookTicketArea ul li input[type=text]{
    float:left;
    font-size:16px;
    width:130px;
    padding:9px 0 15px 0;
    text-align:center;
    border:none;
    box-shadow:1px 1px 2px #000000;
    height:auto!important;
}
.bookTicketArea ul li input[type=text]{
    float:left;
    font-size:16px;
    width:130px;
    height:40px;
    text-align:center;
    border:none;
    box-shadow:1px 1px 2px #000000;
}
.ie8 .bookTicketArea ul li input[type=text], .ie7 .bookTicketArea ul li input[type=text]
{
    line-height:26px;
}

.jquery-selectbox
{
    float:left;
    font-size:13px;
    height:30px !important;
    text-align:left;
    background:#fff url(../images/select_bg.png) no-repeat;
    border:none;
    box-shadow:1px 1px 2px #000000;
    margin:0px !important;
}
.jquery-selectbox .jquery-selectbox-currentItem
{
    padding:0px;  
    width:30px;  
}
.jquery-selectbox .jquery-selectbox-list{
    padding:0 3px 5px 2px !important;     
    margin:24px 0 0 !important;
}
h1 {
	font-size:33px;
	color:#272727;
	padding-bottom:15px;
	font-weight:300;
	line-height:38px;
}
h2{
	font-size:28px;
	color:#272727;
	text-shadow:0px 1px 0px #fff;
	margin-bottom:15px;
	line-height:34px;
}
 
h3{
	font-size:22px;
	margin-bottom:10px;
}

h4{
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
}



input[type="submit"], input[type="button"], input[type="reset"], button, input[type="submit"].active:hover, input[type="button"].active:hover, input[type="reset"].active:hover, button.active:hover 
{
	height:36px;
	padding:4px 20px 10px 20px ;
	background:url(../images/btnBg.png) repeat-x;
	border:1px solid #698b62;
	border-radius:3px;
	font-size:17px;
	line-height:18px;
	color:#fff;
	font-weight:700;
	margin:0px 9px;
	text-shadow:1px 1px 1px #000;
	font-family: 'Open Sans', sans-serif;
	transition:background 0.5s ease-out 0s;
	cursor:pointer;
}

.ie8 input[type="submit"], .ie8 input[type="button"], .ie8 input[type="reset"], .ie8 button, .ie8 input[type="submit"].active:hover, .ie8 input[type="button"].active:hover, .ie8 input[type="reset"].active:hover, .ie8 button.active:hover ,
.ie7 input[type="submit"], .ie7 input[type="button"], .ie7 input[type="reset"], .ie7 button, .ie7 input[type="submit"].active:hover, .ie7 input[type="button"].active:hover, .ie7 input[type="reset"].active:hover, .ie7 button.active:hover 
{
	height:36px;
	padding:7px 20px 7px 20px ;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, button.active, input[type="submit"].active, input[type="button"].active, input[type="reset"].active, button.active {
    background:url(../images/btnBg_hover.png) repeat-x;
}
.contentWrapper
{
    width:100%;
    height:auto;
    float:left;    
}
.content
{
    float:left;
    width:100%;    
    height:auto;
    padding:25px 0;
} 

.content a {
	color:#708d69;
	font-weight:bold;
}
.content a:hover {
	color:#000;
	font-weight:bold;
	transition:color 0.5s ease-out 0s;
}


.colLeft{
	float:left;
	width:635px;
}
.colRight{
	float:right;
	width:325px;	
}
.rightBanner
{
    float:right;
	width:321px;	
    background:#dbdac8;
    padding-bottom:14px;
    text-align:center;
    border:1px solid #708D69;
}
.footerGallery
{
    width:100%;
    height:auto;    
    background:url(../images/gallery_bg.jpg) no-repeat center bottom;
}
.gallery_inner
{
    width:900px;
    height:457px;    
    position:relative;
    margin:0px auto;
}
.sliderImg
{
    position:absolute;
    left:50px;
    bottom:0px;    
}
.sliderImg img
{
    float:left;    
}
.gallery_inner h2
{
    position:absolute;
    left:360px;
    bottom:285px;
    font-size:37px;
    color:#fff;
    font-weight:300;
    text-shadow:0px 1px 0px #000;
}
.sliderDetail
{
    text-align:left;
    position:absolute;
    left:185px;    
    bottom:110px;
    background:#fff;
    width:545px;
    height:130px;
    padding:20px 20px 0 150px;
}
.sliderDetail h3
{
    font-size:21px;
    color:#000;    
    font-weight:300;
}

#carousel_inner {
	overflow: hidden;  /* important (hide the items outside the div) */
	height:457px;
	width:900px;
	float:left;
	position:relative;
}
#carousel_inner ul {
	width:9999px; /* important */
	height:457px;
}
#carousel_inner ul li {
	float: left; 
	width:900px;
	padding:0px;
	margin:0px;
	height:457px;
	border:0px solid #ececec;
	position:relative;
}
 
#left_scroll {
	height:78px;
	width:36px;
	background:url(../images/slider_arrow.png) no-repeat top left;
	position:absolute;
	bottom:145px;
	left:-86px;
	cursor:pointer;
}
#right_scroll {
	position:absolute;
	bottom:145px;
	right:-86px;
	height:78px;
	width:36px;
	background:url(../images/slider_arrow.png) no-repeat top right;
	cursor:pointer;
}

#footer {
	float:left;
	width:100%;
	min-height:249px;
	height:auto;
	background:#fffff3 url(../images/footer_bg.png) repeat-x;
	padding:25px 0 15px 0;
}
.footerInner{
	width:1000px;
	margin:0px auto;	
	height:auto;
}
.footerTop{
	float:left;
	width:100%;
	height:97px;
	border-bottom:solid 1px #f2f2d6;	
	
}
.footerTop ul li{
	padding:0px 0 0 17px;
	float:left;
	height:80px;
	text-align:center;
}
.footerTop ul li input{
	padding:18px 0 0 0;
	
}
.footerTop ul li:first-child{
	padding-left:0px;
}
.caaLogo
{
    float:left;
}
.aaaLogo
{
    float:right;    
}
.footerMid{
	float:left;
	width:100%;
	border-bottom:solid 1px #f2f2d6;
	padding-bottom:10px;
}

.footerMid .menu{
    float:left;
    width:450px;
    padding-top:16px;
   margin-left:40px;
}

.footerMid .menu ul{ 
  
display: inline; display: block;float: left; height: auto; list-style-type: none;
width:33.33%;
}

.footerMid .menu li{ 
    width:100%;
  
    text-align:left;
    line-height:22px;
}
.footerMid .menu li a 
{
    font-size:12px;
    color:#222;
    line-height:180%;
    text-transform:uppercase;
}    
.footerMid .menu li a:hover, .footerMid .menu li.active a 
{
    color:#708d69;
} 

.footerMid .address
{
    float:left;  
    font-size:13px; 
    text-align:left;
    line-height:19px;
    padding-top:18px;
}
.footerMid .address h2
{
    font-size:13px; 
    margin:0px;
    line-height:19px;
    font-weight:bold;
}

.footerMid .address1
{
    width:336px;    
    font-weight:bold;
    
}


.footerMid .address2
{
    width:200px;    
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    margin-top:10px;
}


.footerMid .address2 a
{
    text-transform:none; 
    color:#222;   
}
   
.footerMid .address2 a:hover 
{
    color:#708d69;
} 

.trip-excellance
{
	float:left;
	padding-top:14px;}

.footerBottom {
    color: #272727;
    float: left;
    font-size: 11px;
    height: auto;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
 
.banner
{
    width:100%;
    height:auto;
    float:left;    
}
.banner img
{
    width:100%;
    float:left;
}
.roomDetail
{
    width:100%;
    height:auto;
    padding:40px 0;
    border-top:1px solid #e5e5e5;    
    float:left;
}
.roomDetail.odd
{
    background:url(../images/room_bg.png) repeat;    
    float:left;
}
.roomDetail .roomImg
{
    width:323px;
    float:right;
}
.roomDetail .roomImg img
{
    width:323px;
    height:215px;
    overflow:hidden;
    float:left;
    border:1px solid #708D69;
}
.roomDetail .roomContent
{
    width:636px;
    float:left;
}


.roomDetail.odd .roomImg
{
    width:323px;
    height:215px;
    overflow:hidden;
    float:left;
    border:1px solid #708D69;
}
.roomDetail.odd .roomContent
{
    width:636px;
    float:right;
}
.roomDetail.odd .roomContent input[type=button], .roomDetail.odd .roomContent button
{
    margin-left:0px;    
}
.roomDetail .roomContent input[type=button], .roomDetail .roomContent button
{
    margin-left:0px;    
}

.roomDetail .roomContent h2
{
    font-size:25px;
    text-shadow:0px 1px 0px #fff;    
}
  
.amenities_container
{
    background:url(../images/room_bg.png) repeat; 
    width:100%;
    height:auto;
    padding:40px 0;
    border-top:1px solid #e5e5e5;    
    text-align:left;
}
.amenities_container .roomContent h2
{
    font-size:25px;
    text-shadow:0px 1px 0px #fff;    
}

.amenities_container ul
{
    width:450px;
    float:left;    
}
.amenities_container ul.right
{
    width:450px;
    float:right;    
}
.amenities_container ul li
{
    float:left;
    width:100%;
    padding:8px 0;
    border-bottom:1px dashed #a1a1a1;
        
}





.attraction_list
{
    background:url(../images/room_bg.png) repeat; 
    width:100%;
    height:auto;
    padding:40px 0;
    border-top:1px solid #e5e5e5;    
    text-align:left;
}
.attraction_list .roomContent h2
{
    font-size:25px;
    text-shadow:0px 1px 0px #fff;    
}

.attraction_list ul
{
    width:310px;
    float:left;  
    margin-right:34px  
}
.attraction_list ul.right
{
    width:310px;
    float:right; 
     margin-right:0px     
}
.attraction_list ul li
{
    float:left;
    width:100%;
    padding:8px 0;
    border-bottom:1px dashed #a1a1a1;
    font-size: 14px;
        
}




ul.policies
{
    padding-bottom:25px;
    margin:0px;
    width:100%
}

ul.policies li
{
    padding-bottom:5px;
    margin-left:15px;
    width:100%;
    list-style-type:disc;
}

.Policies_left_call_tab
{
    width:300px;
    height:auto;
    float:left;
    display:none;
}



.Policies_left_call
{
    width:300px;
    height:auto;
    float:left;
}

.packages_left_box_area
{
    width:280px;
    height:auto;
    float:left;
    background:#dbdac8;
    padding:10px;
    margin-bottom:35px;
}

.left_image_area
{
    width:278px;
    height:123px;
    float:left;
    padding:0px 0px;
    border:solid 1px #e5e5e5;
}

.left_text_area
{
    width:280px;
    height:auto;
    float:left;
    padding-top:10px;
  
}

.left_text_area button
{
    margin:5px 0px;
   
}

.Policies_right_call
{
    width:650px;
    height:auto;
    float:right;
}

.CleanTheWorld
{
    width:auto;
    float:left;
}



.checkin
{
    
    width: auto;
   
}

.checkout
{
    width: auto;
}

.rooms
{
    width:115px;
   
}



.adults
{
    width:115px;
}


.children
{
    width:115px;
}
.book_button
{
    margin-top:4px;
    
}

.book_buttonM
{
    margin-top:4px;
    display:none;
    
}

.map_left_area
{
    width:280px;
    height:auto;
    min-height:450px;
    float:left;
    background:#dbdac8;
    padding:10px;
    margin-bottom:35px;
}

.map_left_area ul li
{
    background: url(../images/red-dot.png) no-repeat left top;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 20px 30px;
}

ul.innerlisted
{
    padding:0px;
    margin-left:15px;
   
}

ul.innerlisted li
{
    padding:0px 0 10px 0px;
    margin:0px;
    list-style:disc;
}

.package_heading_area
{width:636px;
	}
.package_left_heading
{ 
	float: left;
	width:320px;
	border:0px solid red; 
	padding-top:1px;
}

.package_rate_code_area {
    border:0px solid red; 
    float: right;
    padding-left: 0; 
    width:205px;
  
    text-align:left}
   
.package_details {width:636px; height:auto; float:left; padding:0 0 0px 8px; background:none}
.package_details_text {width:636px; height:auto; float:left; padding:0 0 10px 0px; background:none}
.package_table {width:636px; height:auto; float:left; margin-top:25px; padding:0 0 0px 0px; border:1px solid #6E8B66; border-bottom:0px solid #6E8B66; }
.package_table_heading {width:636px; height:auto; float:left; padding:0px 0 0px 0px; background:#6E8B66; color:#ffffff;}
.package_duration_heading {width:400px; height:auto; float:left; padding:5px 10px 5px 10px; background:#6E8B66; border-right:1px solid #ffffff;color:#ffffff;}
.package_cost_heading {width:195px; height:auto; float:left; padding:5px 10px 5px 10px; background:#6E8B66;color:#ffffff;}

.package_table_details {width:636px; height:auto; float:left; padding:0px 0 0px 0px; background:none; border:0px solid #6E8B66; border-top:none;}
.package_duration_details {width:400px; min-height:29px;height:auto; float:left; padding:5px 10px 5px 10px; border-right:1px solid #6E8B66;border-bottom:1px solid #6E8B66;}
.package_cost_details {width:195px; min-height:29px;height:auto; float:left; padding:5px 10px 5px 10px;border-bottom:1px solid #6E8B66}
.package_table_bottom_text {width:636px; height:auto; float:left; padding:10px 0 0px 0px; background:none; text-align:center;}
.package_booking_main
{
	width:636px;
	height: auto;
	float: left;
	background: none;
	padding: 15px 0 0 0px;
	text-align: center;
}


.map_left_area
{
    width:23%;
    height:auto;
    float:left;
    padding:1.5%;
    background-color:#DBDAC8;
}

.map_right_area
{
    width:72%;
    height:auto;
    float:right;
    padding:0px;
    background-color:#A8A7A7;
}


.point_of_interast {
    float: left;
    height: auto;
    margin-top: 0;
    padding:0px;
    width: 100%;
}
.point_of_interast ul li {
    background: url(../images/red-dot.png) no-repeat left top;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 20px 30px;
}

.point_of_interast ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}
.point_of_interast ul li a:hover, .point_of_interast ul li.active a {
    color: #CCCCCC;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}

.intrast_area
{
    width:100%;
    height:auto;
    padding:0px;
    float:left;
}

.intrast_textarea
{
    width:85%;
    height:auto;
    padding:0px;
    float:left;
}

.intrast_button
{
    width:144px;
    height:auto;
    padding:0px;
    float:right;
}


#mycustomscroll {
width: 245px;
height:530px;
overflow: auto;
position: relative;
margin: 0px auto;
padding: 0px 5px 15px 0px ;

}


.getDirection {
    float: left;
    height: auto;
    margin-top: 0;
    padding:0px;
    width: 100%;
    min-height:545px;
}
.getDirection ul{
    margin: 0;
    padding:0px;
   
}


.getDirection ul li {
    margin: 0;
    padding:5px 0px;
    width:100%;
}
.getDirection ul li label{
    color: #FFFFFF;
    float: left !important;
    height: auto;
    width:100%;
}
.getDirection ul li input[type=text]{
    background:#FFFFFF;
    border: 1px solid #C8C8C8;
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 10px;
    padding:8px;
    width:94%;
}
.getDirection ul li select{
    background:#FFFFFF;
    border: 1px solid #C8C8C8;
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 10px;
    padding:8px;
    width:100%;
} 
.getDirection ul li input[type=submit],.getDirection ul li input[type=button]{
    margin-left:0px;
}

.getDirection  td label{
    color: #FFFFFF;
    float: left !important;
    height: auto;
    width:100%;
}
.getDirection  td input[type=text]{
    background:#FFFFFF;
    border: 1px solid #C8C8C8;
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 10px;
    padding:8px;
    width:84.5%;
}
.getDirection td select{
    background:#FFFFFF;
    border: 1px solid #C8C8C8;
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 10px;
    padding:8px;
    width:91.2%;
} 

.contactFull
{
    width:100%;
    text-align:center;
    float:left;
    padding-top:25px;
}

.weather_area{/*float:left;*/width:300px;padding:40px 0 0 400px;}
.weatherinfo{float:left;font-weight:bold;padding-left:15px;font-size:18px;}
.weatherimg{float:left;} 



.topCall {
    font-size: 18px;
   
}  

.bookBtn
{
    width:auto;
    float:left;
    height:auto;
}

.ibookBtn
{
    width:auto;
    float:left;
    height:auto;
}



.bookBtnM
{
    width:auto;
    float:left;
    height:auto;
    display:none;
}

.bubbal
{
   width:450px; height:140px; margin:0 0 5px 0;padding-right: 0px;line-height:22px;
}

.bubbal_image
{
   padding-right:5px; padding-top:5px; vertical-align:top; width:165px;
   float:left;
}



@media only screen and (min-width:768px) and (max-width:1000px) 
{
    

.wrapper {
    padding: 0 2.5%;
    width: 718px;
}


#nav
{
    width:718px;
}

#nav.fixed ul 
{
   width: 718px;
}


#nav ul li 
{
  padding:0 2px;
}


#nav ul li a 
{
   font-size: 11px;
   padding: 6px 6px;
  
}


#right_scroll 
{
    right: 0px;
    z-index:999999999;
  }
  
  
#left_scroll 
  {
    left:0px;
    z-index:999999999;
   }


.gallery_inner 
{
   width: 718px;
}

#carousel_inner 
{
    width: 718px !important;
}

#carousel_inner ul li {
    width: 718px !important;
}


.footerInner 
{
  width: 768px;
}


.sliderDetail {
  width: 330px;
   padding:15px 10px 10px 110px;
   font-size:13px;
   line-height:22px;
}


.colLeft {
    float: left;
    width: 370px;
}

.logo {
    /*left: 242px;*/
    position: absolute;
    top: 25px;
    width: 220px;
}


.sliderDetail h3 
{
    font-size:18px;
}


.sliderImg {
    bottom: 0;
    left: 50px;
    position: absolute;
    width: 260px;
}

.wrapper_sitemap {
	width:718px;
	
}


/*.bookTicketArea {
    background: url("../images/bgBookArea768.png") repeat-x scroll left top transparent;
    float: left;
    height:130px;
    width: 100%;
}


.bookTicketArea ul li {
    height:50px;
    padding-left:15px;
}


.bookTicketArea ul li label {
  padding-right: 4px;
}

.bookTicketArea ul li:last-child
{
    padding-left:320px !important;
    margin-top:0px  !important;
}*/


.footerTop ul li {
    padding: 0 0 0 68px;
  
}



.CleanTheWorld
{
    width:auto;
    float:left;
    padding-left:200px !important;
}

.footerTop
{
	height:auto;
	margin:15px 0px;

}

.footerMid 
{
    height: auto;
    margin:0px;
    padding-bottom:15px;
}

.footerMid .address2 
{
    float: right;
  }


.footerMid .address {
    padding-bottom: 25px;
    width: 100%;
}

.footerMid .menu 
{
    width: 100%;
}


.footerTop {
    border-bottom: 1px solid #F2F2D6;
    float: left;
    height:auto;
    width: 100%;
}


.roomDetail.odd .roomImg 
{
    height: 204px;
    width: 340px;
}


.roomDetail .roomImg 
{
    height: 204px;
    width: 340px;
}


.roomDetail .roomContent 
{
    width: 350px;
}


.roomDetail.odd .roomContent 
{
    width: 365px;
}


.roomContent button
{
    margin:0 0 10px 0px;
    font-size:13px;
    padding:0 4px;
}


.amenities_container ul 
{
  width: 340px;
}


.amenities_container ul.right 
{
   width: 340px;
}




.attraction_list ul
{
    width:226px;
    float:left;  
    margin-right:20px  
}
.attraction_list ul.right
{
    width:226px;
    float:right; 
     margin-right:0px     
}
.attraction_list ul li
{
    float:left;
    width:100%;
    padding:8px 0;
    border-bottom:1px dashed #a1a1a1;
        
}




.Policies_right_call {
    float: right;
    height: auto;
    width: 385px;
}



}



@media only screen and (min-width:480px) and (max-width:768px) 
{
    
.wrapper 
{
padding: 0 10px;
width:460px;
}


#nav
{
    width:430px;
}

#nav.fixed ul 
{
   width: 430px;
}


#nav ul li 
{
  padding:0 2px;
}


#nav ul li a 
{
   font-size: 11px;
   padding: 6px 6px;
  
}

nav ul {
    display: none;
}

nav select 
{
    background:#fff; float:left; border:solid 1px #cccccc; padding:5px; width:430px;
}


#right_scroll 
{
    right: 0px;
    z-index:999999999;
    bottom:42px;
  }
  
  
.bookTicketArea ul li {
  padding-left: 20px;
}

.book_button button
{
    margin-right:0px;
}


  
  
#left_scroll 
  {
    left:0px;
    z-index:999999999;
    bottom:42px;
   }
   
   
.footerGallery {
    height: 280px;
  }


.gallery_inner 
{
   width: 430px;
   height:250px;
}

#carousel_inner 
{
    width: 430px !important;
    height:250px;
}

#carousel_inner ul li {
    width: 430px !important;
    height:250px !important;
}


.footerInner 
{
  width: 480px;
}



.sliderDetail {
    float: left;
    font-size: 13px;
    left: 40px;
    line-height: 22px;
    padding: 10px;
    width: 330px;
    bottom:10px;
}


.gallery_inner h2 
{
    left: 42px;
    bottom: 168px;
   
}




.colLeft {
    float: left;
    width:100%;
    padding-bottom:30px;
}


.colRight {
    float: none;
    margin: auto;
    width: 325px;
}



.logo {
    left:140px;
    position: absolute;
    top:10px;
    width:240px;
}


.sliderDetail h3 
{
    font-size:18px;
}


.sliderImg 
{
    display:none;

}
.pkgDescriptions{ width:330px !important; text-align:left; padding-left:10px;}
.package_table{ width:460px !important;}
.package_duration_heading{ width:260px !important;}
.package_duration_details{ width:260px !important; min-height:58px;}
.package_cost_details{ width:159px !important; min-height:45px !important;}
.package_booking_main{ width:460px !important; text-align:center; float:none;}
.package_heading_area{ width:275px !important}
.package_left_heading{ width:300px !important}
.package_table_heading{ width:460px !important}
.package_cost_heading{ width:100px !important;}

.bookTicketArea {
    background: url("../images/bgBookArea768.png") repeat-x scroll left top transparent;
    float: left;
    height:115px;
    width: 100%;
}



.topWeather {
    top: 86px;
}


.topCall
 {
   top: 86px;
}


.footerTop
{
	height:auto;
	margin:0px;
	border:0px;

}

.footerMid 
{
    height: auto;
    margin:0px;
    padding-bottom:15px;
    border:0px;
}

.footerMid .address2 
{
    float: right;
  }
  
  
.footerMid .address1 
{
   width:270px;
}


.footerMid .address {
    padding-bottom: 15px;
    width: 100%;
}

.footerMid .menu 
{
    width: 100%;
}



.footerBottom
 {
   height: auto;
   font-size:11px;
   
}

.checkin
{
    float:left;
    width:135px;
    margin-bottom:10px;
}

.checkout
{
    float:left !important;
    width:135px;
    margin-bottom:10px;
}

.rooms
{
    float: left !important;
    margin-bottom: 10px;
    width:60px;
}

.rooms label
{
    float: left !important;
    margin-bottom:0px;
    width:60px;
}

.rooms .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
    
}


.adults
{
    float: left !important;
    margin-bottom: 10px;
    width: 60px;
}

.adults .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
    
}


.children
{
   float: left !important;
    margin-bottom: 10px;
    width:60px;
}

.children .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
    
}


.bookTicketArea ul {
    margin:0px auto;
    padding-top: 10px;
    width:460px;
}

.book_button
{
    margin-top:43px;
    
}

.camera_caption {
    bottom: 15px !important;
    display: block;
    font-size: 13px;
    left:22% !important;
    line-height: 130% !important;
    position: absolute;
    width: 400px !important;
    height:auto;
}

.camera_caption div.cap h2 {
    font-size:16px !important;
    font-weight: 500;
    line-height: 100% !important;
    margin-bottom:4px !important
}


.roomDetail.odd .roomContent {
    float: left;
    width: 460px;
    padding-top:20px;
}


.roomDetail.odd .roomImg 
{
  width: 460px;
}

.roomDetail .roomImg img 
{
  width: 460px;
}


.roomDetail .roomContent {
    width: 460px;
    padding-top:20px;
}


.roomDetail .roomImg {
    float: left;
    width: 460px;
}


.amenities_container ul 
{
    width: 460px;
}

.amenities_container ul.right 
{
  width: 460px;
}

.Policies_left_call {
    width: 460px;
    display:none;
}

.Policies_left_call_tab {
    width: 460px;
    display:block;
}


.attraction_list ul
{
    width:100%;
    float:left;  
    margin-right:0px  
}
.attraction_list ul.right
{
    width:100%;
    float:left; 
    margin-right:0px     
}
.attraction_list ul li
{
    float:left;
    width:100%;
    padding:8px 0;
    border-bottom:1px dashed #a1a1a1;
        
}



.packages_left_box_area {
    width: 440px;
}

.left_image_area {
    border: 1px solid #E5E5E5;
    float: left;
    height: 194px;
    padding: 0;
    width: 438px;
}

.left_image_area img
{
    max-width:100%;
    min-height:100%;
}



.Policies_right_call {
   width: 460px;
}


.map_left_area {
    width: 440px;
     height:auto;
    min-height:auto;
}


.weather_area{float:left;width:300px;padding:86px 0 0 10px;}
.weatherinfo{float:left;font-weight:bold;padding-left:15px;font-size:14px;}
.weatherimg{float:left;} 

.weatherinfo br 
{
    display:none;
}



.topCall {
    font-size:14px;
   
}


#Mainslider {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}

.left_text_area
{
    
    height:136px;
  
}

.roomContent button
{
    margin:0 0 10px 0px;
    font-size:13px;
    padding:0 4px;
}


.wrapper_sitemap {
	width:460px;
	
}


}


@media only screen and (max-width:480px) 
{
    
.wrapper 
{
padding: 0 10px;
width:300px;
}
.body_text.map_area { height:300px !important;}

#nav
{
    width:100%;
}

#nav.fixed ul 
{
   width: 280px;
}


#nav ul li 
{
  padding:0 2px;
}


#nav ul li a 
{
   font-size: 11px;
   padding: 6px 6px;
  
}

nav ul {
    display: none;
}

nav select 
{
    background:#fff; float:left; border:solid 1px #cccccc; padding:5px; width:100%;
}
#nav.fixed { padding-top:10px; padding-left:10px;}
#nav.fixed select  { width:94% !important;}

#right_scroll 
{
    right: 0px;
    z-index:999999999;
    bottom:42px;
    width:16px;
  }
#map
{ width:95% !important;
  height:250px !important;
} 


.map_left_area{ min-height:250px !important; } 
.map_right_area { width:100% !important; height:300px !important}
 .pkgDescriptions{ width:276px !important; text-align:center;}
.package_table{ width:290px !important; margin-left:4px;}
.package_duration_heading{ width:169px !important;}
.package_duration_details{ width:169px !important; min-height:65px; margin-left}
.package_cost_details{ width:80px !important; min-height:67px !important;}
.package_booking_main{ width:290px !important; text-align:center;}
.package_heading_area{ width:275px !important}
.package_left_heading{ width:290px !important}
.package_table_heading{ width:290px !important}
.package_cost_heading{ width:70px !important;}
.package_table_details{ width:290px !important;}
.package_booking_main{ float:left !important}


#left_scroll 
  {
    left:0px;
    z-index:999999999;
    bottom:42px;
    width:16px;
   }
   
   
.footerGallery {
    height: 280px;
  }


.gallery_inner 
{
   width: 280px;
   height:250px;
}

#carousel_inner 
{
    width: 280px !important;
    height:250px;
}

#carousel_inner ul li {
    width: 250px !important;
    height:250px !important;
}

.footerInner 
{
  width:280px;
}

.sliderDetail {
    bottom: 10px;
    float: left;
    font-size: 11px;
    left: 30px;
    line-height: 19px;
    padding: 10px;
    width: 205px;
}


.gallery_inner h2 
{
    left: 42px;
    bottom: 168px;
    font-size: 30px;
}

.colLeft {
    float: left;
    width:100%;
    padding-bottom:30px;
}


.colRight {
    float: none;
    margin: auto;
    width:280px;
}

.logo {
    left: 40px;
    top: 10px;
    width: 220px;
}


.sliderDetail h3 
{
    font-size:16px;
}

.sliderImg 
{
    display:none;
 }


.bookTicketArea {
    background: url("../images/bgBookArea300.png") repeat-x scroll left top transparent;
    float: left;
    height:150px;
    width: 100%;
}

.topWeather {
    font-size: 12px;
    left: 0;
    line-height: 22px;
    top:75px;
    width: 110px;
    text-align:center;
    padding: 0 0 0 35px;
}

.topCall {
    font-size: 12px;
    line-height: 22px;
    right: 0;
    top:73px;
    width: 150px;
    text-align:center;
}

.footerTop
{
	height:auto;
	margin:0px;
	border:0px;
}

.footerMid 
{
    height: auto;
    margin:0px;
    padding-bottom:15px;
    border:0px;
}

.footerMid .address2 
{
    float:left;
    width:100%;
}
  
  
.footerMid .address1 
{
   width:100%;
   padding-bottom:20px;
}


.footerMid .address {
    padding-bottom: 15px;
    width: 100%;
}

.footerMid .menu 
{
    width: 100%;
    margin-left:0px;
}



.bookTicketArea ul li {
   padding-left: 12px;
}


.footerBottom
 {
   height: auto;
   font-size:11px;
   padding:0px 0 15px;
   
}

.footerMid .menu li a {
   
    font-size: 10px;
   
}


.footerMid .menu ul {
   
    height: auto;
 
}



.checkin
{
    float:left;
    width:130px;
    margin-bottom:10px;
}

.checkout
{
    float:left !important;
    width:130px;
    margin-bottom:10px;
}

.rooms
{
    float: left !important;
    margin-bottom: 10px;
    width:60px;
    
}

.rooms label
{
    float: left !important;
    margin-bottom:0px;
    width:60px;
}

.rooms .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
    
}


.adults
{
    float: left !important;
    margin-bottom: 10px;
    width: 60px;
    padding-left:0px !important;
}

.adults .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
}


.children
{
   float: left !important;
    margin-bottom: 10px;
    width:60px;
}

.children .jquery-selectbox
{
    clear:both;
    width:60px !important;
    position:inherit !important;
}

.bookTicketArea ul {
    float: none;
    padding-top:2px;
    width:280px;
    margin:0px auto;
}

.book_button
{
    margin:41px 84px 0 0;
    float:right !important;
    display:none;
}

.book_buttonM
{
    margin:41px 84px 0 0;
    float:right !important;
    display:block;
}

.book_button button
{
    font-size:15px;
    padding:4px 18px 7px 18px;
    margin-right:0px;
}

.camera_caption {
    bottom:60px !important;
    display: block;
    font-size: 11px !important;
    left:10% !important;
    line-height: 135% !important;
    position: absolute;
    width:280px !important;
    height:auto;
}

.camera_caption div.cap h2 {
    font-size:14px !important;
    font-weight:500;
    line-height:115% !important;
    margin-bottom:10px !important
}

.rightBanner 
{
   width:280px;
}


h1 {
    font-size: 22px;
    line-height:28px;
    padding-bottom:0px;
}

.rightBanner input
{
  font-size:14px;
}



.footerMid .menu li {
    line-height: 22px;
    text-align: left;
    padding-bottom:5px;
    width: 50%;
}


.roomDetail.odd .roomImg {
  width: 100%;
  height:auto;
}


.roomDetail .roomImg img {
    width: 100%;
    height:auto;
}


.roomDetail.odd .roomContent {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.roomContent button
{
    margin-bottom:10px !important;
}


.roomDetail .roomImg {
    float: left;
    width: 100%;
    height:auto;
}


.roomDetail .roomContent {
    float: left;
    width: 100%;
    padding-top:20px;
    height:auto;
}


.amenities_container ul {
    float: left;
    width: 280px;
}


.amenities_container ul.right {
    float: left;
    width: 280px;
}

.Policies_right_call {
   width:280px;
}

.map_left_area {
    width:97%;
    height:auto;
    min-height:auto;
}
.button_print_map_area { width:100% !important; float:left;}
.gm-style-iw table tr td img{display:none}
.gm-style-iw table tr td img{display:none !important;width:0 !important}
.gm-style-iw table tr td{width:0 !important;padding-right:0 !important}
.gm-style-iw{width:250px !important;padding-right:0 !important}
  
.attraction_list ul
{
    width:100%;
    float:left;  
    margin-right:0px  
}
.attraction_list ul.right
{
    width:100%;
    float:left; 
    margin-right:0px     
}
.attraction_list ul li
{
    float:left;
    width:100%;
    padding:8px 0;
    border-bottom:1px dashed #a1a1a1;
        
}

.weather_area{float:left; width:300px; padding:86px 0 0 0px;}
.weatherinfo{float:left;font-weight:bold;padding-left:5px; font-size:12px; line-height:18px; width:115px;}
.weatherimg{float:left;} 
.weatherimg > img { width:30px; height:auto;}

.topCall {
    font-size:12px;
   
} 

.div-style
{
	z-index:+999999999;
	position: absolute;
	visibility: hidden;
	background: url( 'bg-dropdown-expand.jpg' ) repeat-x left top;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-top: solid 1px gray;
	border-right: solid 0px gray;
	overflow:hidden;
	left:0px;
	
	
}


#calendar
{
    left:0px !important;     overflow:visible;
}


.Policies_left_call {
    width: 460px;
    display:none;
}

.Policies_left_call_tab {
    width: 460px;
    display:block;
}

#Mainslider {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}



.left_image_area
{
    width:260px;
    height:115px;
 
}

.left_text_area
{
    width:260px;
    height:136px;
  
}

.left_text_area button {
    margin: 5px 0;
    font-size:13px;
}

.bookBtn
{
    width:auto;
    float:left;
    height:auto;
    display:none;
}


.ibookBtn
{
    width:auto;
    float:left;
    height:auto;
     display:none;
    
}


.bookBtnM
{
    width:auto;
    float:left;
    height:auto;
    display:block;
}

.bubbal
{
   width:180px; height:155px; margin:0 0 5px 0;padding-right: 0px;line-height:20px; font-size:12px;
}


.bubbal_image
{
  display:none;
}



.wrapper_sitemap {
	width:280px;
	
}




