/*MOBILE CSS */


* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 10px;
background-color:#190210;
color:#db80b7;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;

}

#mobile_full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 395px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

a {
	color:#508aa1;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color:#508aa1;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 15px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#mobile_body_wrapper {
	margin: 0px auto;
	padding: 2px 0px;
	width: 395px;
background-color:#190210;
	color: inherit;
	text-align: left;
}




.mobile_add_shadow {
	float: left;
	background: url('../images/shadow_bot.gif') no-repeat 0% 100%;
	
}

.mobile_add_shadow div {
	display: block;
	float: left;
	background: url('../images/shadow_right.gif') no-repeat 100% 0%;
	
}

.mobile_add_shadow div div {
	display: block;
	float: none;
	padding: 0px 5px 5px 0px;
	background: url('../images/shadow_rightbot.gif') no-repeat 100% 100%;
	
	
}

.mobile_add_shadow div div div {
	padding: 0px;
	background: none;
	
}

.mobile_divider{
	background-color:#db80b7;
	margin: 10px;
	border-bottom: #db80b7 1px solid;

}


/*H-sizes */


h1{
font-size:18px;
color:#ffa268;
clear:both;
background:url(../images/star_bullet.gif) no-repeat left;
padding:0 0 0 23px;
margin:0px 0px 5px 0;
}


h3{
text-align:left;
font-size:15px;
}


/* Company Logo */

#mobile_company_header {
	margin: 45px 10px;
	z-index: 1;
	position: absolute;
	float: left;
}

#mobile_company_logo {
	padding: 0px 0px 0px 3px;
	color: #000;
	float: center;
}



#mobile_company_logo h1 {
	display: block;
	background: url('../images/company_logo.gif') no-repeat 50% 3px;
	width: 368px;
	height: 368px;
	background-color:#FFFFFF;
}

#mobile_company_logo h1 span {
	display: none;
}

#mobile_header{

margin:auto;
background:url(../images/header_bg.jpg) no-repeat center;

}

.mobile_date_box{

padding:10px 25px 20px 30px;
word-spacing:inherit;
}

.mobile_top_title{
width:145px;
height:61px;
line-height:55px;
text-align:center;
font-size:20px;
font-weight:bold;
color:#bbe3e1;
background:url(../images/date_bg.gif) no-repeat center;
}


/* Navigational Menu */


/*----------------------menu-------------------------*/
#mobile_menu{
height:44px;
padding:0px;
margin:auto;
text-align:center;
background:url(../images/menu_bg.gif) no-repeat center;

}
#mobile_menu ul{
list-style:none;padding:0 0 0 15px;margin:0px;display:block; font-weight:bold;
}
#mobile_menu ul li{
list-style:none;display:inline;float:left;width:auto;height:44px;padding-left:5px;font-size:13px; line-height:44px;
}
#mobile_menu ul li a{
height:44px; width:87px;float:left;text-decoration:none;padding:0px; margin:0px;color:#d99cc1;
}
#mobile_menu ul li a:hover{
height:44px;width:87px;text-decoration:none;color: #d99cc1; background:url(../images/button_bg.gif) no-repeat center;
}
#mobile_menu ul li a.current{
height:44px;width:87px;float:left;text-decoration:none;padding:0px;color: #d99cc1;background:url(../images/button_bg.gif) no-repeat center;
}

/* TITLE MENUS */

#mobile_nav_menu {
	width: 410px;
	background-color:#190210;
	/*border-bottom: #db80b7 2px solid;*/
	letter-spacing: 1px;
	margin-top:20px;
	color:#db80b7;
	font-size:14px;
	font-weight:bold;
	text-align: center;


}

#mobile_nav_menu ul {
	width: 630px;
	height: 27px;
	overflow: hidden;

}

#mobile_nav_menu li {
	padding: 5px 11px 3px 10px;
	background: url('../images/navmenu_div.gif') no-repeat 100% 7px;
	float: left;
}

#mobile_nav_menu li#last {
	padding-right: 10px;
	background-image: none;
}

#mobile_nav_menu a {
	text-decoration: none;
}

/*MOBILE HEADER TITLES*/
.mobile_title {
	width: 410px;
	background-color:#190210;
	/*border-bottom: #db80b7 2px solid;*/
	letter-spacing: 1px;
	margin-top:20px;
	color:#db80b7;
	font-size:14px;
	font-weight:bold;
	text-align: center;


}

/* Content Body */

#mobile_content_body {

	width:410px;
	background-color:#190210;
	/*border-bottom: #fff 2px solid;*/
	color:#db80b7;
	text-align: center;

}



#mobile_content_body a {
	background-color: inherit;
	color:#508aa1;
	
}

#mobile_content_body a:hover {
	background-color: #dddacc;
	color: #a64a26;
}

#mobile_content_body .mobile_content_header2 {
	display: block;
	border: 2px solid #000;
	width: 408px;
	text-align: center;
	background-color: #009;
	color: #FFF;
	
}



#mobile_content_body .mobile_content_box {
	padding: 10px 15px 10px 10px;
	clear: both;
	float: none;
	width: 385px;
	text-align: center;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	color:#fff;
}


.highlight{
	color:#db80b7;
	letter-spacing:normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
}



/* Left Column */

#mobile_left_column {

	width:410px;
	float: left;
	text-align: center;
	background-color:#FFFFFF;
	}

#mobile_left_column .mobile_content_header {
	padding-bottom: 45px;
	text-align: center;
	
}

#mobile_left_column .mobile_content_header h2 {
	width: 410px;
	background-color: #009;
	color: #FFF;
	text-align: center;
}



/* Travel Gallery */

#mobile_travelgallery {
	padding-bottom: 5px;
	float: center;
	clear: both;
	text-align: center;
	width: 410px;
}

.mobile_gallery_thumbnail {
	float: center;
	padding: 5px;
}

.mobile_gallery_thumbnail .mobile_add_shadow {
	background-color: #000;
	color: #fff;
}

.mobile_gallery_thumbnail .mobile_add_shadow div div {
	padding-bottom: 3px;
}

.mobile_gallery_thumbnail .mobile_add_shadow img {
	margin: 1px;
}

#travelgallery .view_all {
	margin: 15px auto 0px;
	width: 154px;
	height: 26px;
	float: none;
	clear: both;
}

#mobile_travelgallery .view_all a {
	padding: 3px 5px;
	border-bottom: #db80b7 2px solid;
	background-color: #c4bea1;
	color: #5c3424;
	display: block;
	font-weight: bold;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#mobile_travelgallery .view_all a:hover {
	background-color: #be552c;
	color: #fff;
}






.mobile_fineprint {

color:#db80b7;
font-family: verdana, arial, sans-serif;
font-style:italic;
font-size: 7px;
LINE-HEIGHT:8px; 
	}

.mobile_footnote {

color:#db80b7;
font-family: verdana, arial, sans-serif;
font-style:italic;
font-size: 9px;
LINE-HEIGHT:8px; 
	
	}


#mobile_policyfooter {
	width: 390px;
background-color:#190210;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin:auto;
    color:#fff;
	font-family: verdana, arial, sans-serif;
	font-style:italic;
	font-size: 8px;
	LINE-HEIGHT:8px; 

}

#mobile_policyfooter a{
	color:#508aa1;
	font-size: 9px;
	font-weight: bold;


}

/* Page Footer */

#mobile_page_footer {
	padding: 5px 0px;
	width: 410px;
background-color:#190210;
	color: inherit;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}


/* ====== FAQ PAGE ======= */ 


.faq_box{

	padding:10px;
	text-align:left;
}

.faqquestion {
	font-size: 12px;
	color: #CCC;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;

}

	.faqquestion a{
		color: #dcdcdc;
		font-weight:bold;
		text-decoration:none;

	}
	
		.faqquestion a hover{
		color: #dcdcdc;
		font-weight:bold;
		text-decoration:underline;

	}


.faqanswer {
	color: #fff;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;

}

.faqanswer img{
	margin-right:10px;
	float:left;
}

.backtotop{
	text-align:right;
	float:right;
	font-weight:bold;
	color: #db80b7;
	font-size:12px;
	margin-right:10px;
	width:100px;
}


.faqtop{
	float:right;
	font-weight:bold;
	color: #db80b7;
	font-size:12px;
}

.faqtop a{
	font-weight:bold;
	color: #db80b7;
	font-size:12px;
}


/* ====== CONTACT PAGE ======= */ 

.mobile_contact{
	text-align:left;
}

.mobile_contact h2{
margin:0px;
font-size:14px;
color:#8cedef;
}


a.gallery_link {
height:74px;
display:block;
text-decoration:none;
font-size:24px;
margin:20px 0 0 5px;
text-align:center;
line-height:70px;
color:#ffff65;
background:url(../images/photo_gallery_link.gif) no-repeat center;
}

a.more {
width:104px;
height:24px;
display:block;
text-decoration:none;
float:right;
margin:10px 0 15px 0;
text-align:center;
line-height:22px;
color:#e578bb;
background:url(images/read_more_bg.gif) no-repeat center;
}


/*---- BEGIN ACCORDION CSS -----*/
.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outlinedb80b7: none;
  transition: 0.4s;
 	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:14px;
color:#000;
clear:both;
    background-color: #db80b7;
	padding: 3px;   
}

.active, .accordion:hover {
  background-color: #db80b1;
}

.panel {
    padding: 0 10px;
    display: none;
    background-color: #fff;
    color:#000;
    overflow: hidden;
    border: solid; 
    font-size: 14px;
}
/*---- END ACCORDION CSS -----*/

