body {
    color: #725B4D;
    font-size: 16px; 
	background-color:#B9AB97;
    min-width:320px;
    width:auto !important;
    width:320px;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s; 
    font-family:Garamond;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

p 
{
    color: #725B4D;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
  
textarea 
{
    font-family: garamond;
    color: #725B4D;
    font-size: 16px;
}  

input 
{
    font-family: garamond;
    color: #725B4D;
    font-size: 16px;
} 

h1 {  
	font-family: garamond;
	font-size: 18px; 
	font-weight: bold; 
	color: white;
	margin: 0;
	padding:0;
}

h2 {  
	font-family: garamond;
	font-size: 18px; 
	font-weight: bold; 
	margin: 0;
	padding:0;
	color: white;
}

h3 {  
	font-family: garamond;
	font-size: 20px; 
	font-weight: bold; 
	color: #725B4D;
	margin: 0;
	padding:0;
}



h4 {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: bold; 
	color: #725B4D;
	margin: 0;
	padding:0;
}


a   
{
    font-family: garamond; 
    font-size: 16px; 
    font-weight: bold; 
    color: #725B4D; 
    text-decoration: none
    }

a:hover {  
	font-family: garamond;
	font-size: 16px; 
	font-weight: bold;
	color: #725B4D; 
	text-decoration:underline;
}
ul {list-style-position: outside;}
li {list-style-image: url("/images/halosml.jpg")}

.angelfishcolor 
{
    color: #725B4D;
}

.angelfishlight 
{
    color: #B9AB97;
}

p.angelfishlight 
{
    color: #B9AB97;
}

.angelfishlightback
{
    background-color: #B9AB97;
    color:#725B4D;
}

.angelfishreverse 
{
    color:White;
    background-color: #725B4D;
}

.whitetext
{
    color:White;
}

.lightborder 
{
    border:1px solid #B9AB97;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    overflow:hidden;
}

.lightborderleft 
{
    border-left:1px solid #B9AB97;
}

.lightborderright
{
    border-right:1px solid #B9AB97;
}

.darkborder
{
    border:1px solid #725B4D;
}

.separator td
{
 border-top:1px dotted #B9AB97; 
 font-size:8px;
}

.separator
{
 border-top:1px dotted #B9AB97;
 font-size:8px; 
}

div.hidden
{
    /*display:none;*/
}
/*.hidden {visibility:hidden;}*/

div.display-none
{
    display:none;
}
 
.OuterTable {  border: solid; border-width: thin 0px 0px; border-color: #666666 black black}

div.maincontent 
{
   position:relative;
   margin:0 auto;
   max-width:1060px;
   background-color:white;
   border: none;
   -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius: 5px;
    box-shadow:10px 10px 10px #725B4D;
}

img.angelfish_60
{
    margin:10px 0 0 10px;
    border:none;
    height:40px;
}

img.facebook_50
{
    height:50px;
    width:50px;
    border:none;
}

td.facebook_50
{
    padding: 0 0 0 8px;
}

img.twitter_50
{
    height:50px;
    width:50px;
    border:none;
}

img.mainbanner
{
    border:none;
    max-width:100%;
    height:auto;
    
}

.phone_no
{
    font-size:28px;
    text-align:center;
}

.phone_no_xl
{
    font-size:36px;
    text-align:center;
}

.email_header
{
    font-size:16px;
}

.mainheader 
{
    position:fixed;
    top:30;
    left:0;
    width:100%;
    z-index:10;
    background-color:White;
    min-height:120px;
    padding-top:20px;
    margin:0px 0 10px 0;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.mainheader-left
{
	width:90px;
	
}

.mainheader-center
{
	max-width:500px;
	width:50%;
	text-align:center;
	margin: 0 0 10px 0;
}

.mainheader-right
{
	width:280px;
	padding-left:5px;
	position:relative;
	text-align:center;
}

.mainheader-right div
{
	
}


.mainheader-right-search
{
	width:280px;
	z-index:10000;
	overflow:hidden;
}

.search-link
{
    border: 1px solid #725B4D;
    border-radius: 2px;
    cursor:pointer;
    color:White;
    background-color: #B9AB97;
    margin:10px;
    width:70px;
    padding:2px 0 2px 0;
    text-align:center;
}
.search-link:hover
{
    background-color: white;
    color:#725B4D;
}

.footer 
{
    text-align:center;
    border:none;
    margin:auto;
    background-color:ffffff;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius: 5px;
    overflow-y:auto;
    overflow-x:hidden;
    }

.footer a 
{
    color:#B9AB97;
}

.footer a:hover
{
    color:#B9AB97;
    text-decoration:underline;
}

.outer_footer 
{
    text-align:center;
    margin:auto; 
    margin-bottom:10px; 
    display:block;
    clear:both; 
    background-color:ffffff;
}

.inner_footer
{
    display:block;
    text-align:center;
    font-weight:normal;
    margin:3px 0 0 0;
    padding:0 20px 0 20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.inner_footer div{
    width:100px;
    padding:10px 0 0 0;
}

.logos_footer{
    margin:0 auto;
    clear:both;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.airline_footer{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}

.footer-abta{
    width:200px;
    margin:0 auto;
}

div.abta
{
    display:inline-block;
    width:119px;
}

img.abta
{
     border:none;
     cursor:pointer;
     
}

div.atol
{
    display:inline-block;
    width:65px;
}

img.atol
{
     border:none;
     cursor:hand;
         
}

div.calls-notice{
    margin:0 auto;
    clear:both;
    width:100%;
    text-align:center;
    margin-top:10px;
}

div.copyright
{
    text-align:center;
    font-size:12px;
    margin-top:3px;
    margin-bottom:5px;
    color:#dddddd;
}

.gradientButton  {
    border:1px solid #ddd;font-size:20px!important;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#666666;    
        
 }

.gradientButton:hover  {
    border:1px solid #aaa;
	color:black;  
	cursor:pointer;              
} 

.resortheading {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: bold; 
	color: #725B4D;
}

.atollname {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: bold; 
	color: #725B4D;
}

.atolllist 
{
    border:2px solid #B9AB97;
    box-shadow: 10px 10px 5px #888888;
}

.boxshadow 
{
    box-shadow: 10px 10px 5px #888888;
}

.resortpanel 
{
    width:300px;
    margin:10px;
    padding:10px;
    box-shadow: 10px 10px 5px #888888;
    cursor:pointer;
}

.resortpanel:hover
{
    background-color:#B9AB97;
}

.resortcategory {  
	font-family: garamond;
	font-size: 16px; 
	font-weight: bold; 
	color: #725B4D;
}

.resortsubheading {  
	font-family: garamond;
	font-size: 16px; 
	font-weight: bold; 
	color: white;
}

.resortfeatureheading {  
	font-family: garamond;
	font-size: 16px; 
	font-weight: bold; 
	color: #725B4D;
}

.resortcontent 
{  
	font-family: garamond;
	font-size: 16px; 
	font-weight: normal; 
	background-color:White;
	text-align:justify;
}

span.resortcontent 
{  
	font-family: garamond;
	font-size: 16px; 
	font-weight: normal; 
	background-color:White;
	text-align:justify;
}

p.resortcontent 
{  
	font-family: garamond;
	font-size: 16px; 
	font-weight: normal; 
	background-color:White;
	text-align:justify;
}


.resortstats {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: normal; 
	color: #725B4D;
}

.resortfeatures {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: normal; 
	color: #725B4D;
}

.aboutmaldives {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: normal; 
	color: #725B4D;
}

.wizardlabel {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: normal; 
	color: #725B4D;
}

.wizardstep2headings {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: normal; 
	color: #725B4D;
	border-top: 1px solid #725B4D;
	border-right: 1px solid #725B4D;
	border-bottom: 1px solid #725B4D;

}

.wizarddata {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: bold; 
	color: #725B4D;


}

.step3data {  
	font-family: garamond;
	font-size: 14px; 
	font-weight: bold; 
	color: #725B4D;
	border-left: 1px solid #725B4D;
	border-bottom: 1px solid #725B4D;

}


td {  
	font-family: garamond;
	font-size: 16px; 
	font-weight: normal; 
	color: #725B4D;
}

div.navitems
{
    border:none;
    width:205px;  
}


div.navitem-link, ul.navitem-link li{
    
    padding:5px;
}



.navitems a
{
    font-family:garamond;
    font-size:medium;
    font-weight:normal;
    color: #B9AB97;    
}

.navitems a:hover
{
    color: #725B4D;
}

.nav-title
{
    font-weight:bold;
    border:1px solid #B9AB97;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	margin:0 0 10px 0;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
}

.nav-title h2 
{
    color:#725B4D;   
}

td.withdate 
{
    font-size:13px;
}

label.new_item
{
    color:Red;
    font-size:13px;
}

img.halo_15
{
    height:7px;
    width:15px;   
}

.weather_widget
{
    padding-left:10px;
    width:180px;
    overflow:hidden;   
}

div.britair
{
    float:left;
    display:block;
    margin:25px 10px 10px 10px;
    width:120px;
}

img.britair
{
     border:none;
     cursor:hand;
     width:120px;
}

div.emirates
{
     float:left;
     display:block;
     margin:10px 0 0 0;
     width:80px;
}

img.emirates
{
     border:none;
     cursor:hand;
     width:80px;
}

div.omanair
{
    float:left;
    display:block;
    margin:10px;
    width:100px;
}

img.omanair
{
     border:none;
     cursor:hand;
     width:100px;    
}

div.srilankan
{
     float:left;
     display:block;
     margin:10px;
     width:55px;
}

img.srilankan
{
     border:none;
     cursor:hand;
     width:55px;
}

div.turkish
{
     float:left;
     display:block;
     margin:25px 10px 10px 10px;
     width:100px;
}

img.turkish
{
     border:none;
     cursor:hand;
     width:100px;
}


div.callus
{
 font-size:20px;
 border-top:1px dotted #B9AB97;
 border-bottom:1px dotted #B9AB97;   
}

.callus a
{
 font-size:20px;  
}

.callus a:hover
{
 font-size:20px;  
}

.callus textarea
{
    font-family:Garamond;
    font-size:20px;  
    color: #725B4D; 
}

input.callus 
{
    font-family:Garamond;
    font-size:20px; 
    color: #725B4D;   
}



div.callus-narrow
{
 font-size:16px;
 border-top:1px dotted #B9AB97;
 border-bottom:1px dotted #B9AB97;   
}

.callus-narrow a
{
 font-size:16px;  
}

.callus-narrow a:hover
{
 font-size:16px;  
}

.callus-narrow textarea
{
    font-family:Garamond;
    font-size:16px;  
    color: #725B4D; 
}

input.callus-narrow 
{
    font-family:Garamond;
    font-size:16px; 
    color: #725B4D;   
}


img.specials
{
    height:150px;
    width:25px;
    margin:5px -3px 0 40px;
    border:none;
    border-right:2px solid #5AE5F0;
    float:left;
}

img.barneyjames
{
    display:block;
    float:left;
    margin-left:0px;
    height:161px; 
}

p.barneyjames
{
    text-align:center;
    font-size:16px;
}

.testimonials 
{
    font-family: garamond;
    font-size:24px;   
}

.testimonials a
{
    color:Red;
    font-size:24px;
}

.testimonials a:hover
{
    color:Red;
    text-decoration:underline;
}

.smallheading 
{  
    font-family: garamond; 
    font-size: 16px; 
    font-weight: bold; 
    color: #000000;
}

.datafield {
	font-family: garamond; 
	font-size: 14px; 
	font-style: normal; 
	width: 75px
}

.NavBtn {  
	font-family: garamond; 
	background-color: #725B4D;
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: white; 
	width: 100px
}

.Btn {  
	border:1px solid #ddd;
	font-size:20px!important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#666666;
}

.maldivesmap { position:relative; }

.baa { position: absolute; top: 185px; left: 90px;z-index:115;} 
.ari { position: absolute; top: 288px; left: 77px;z-index:120;} 
.rasdhoo { position: absolute; top: 258px; left: -55px;z-index:100;} 
.faafu { position: absolute; top: 351px; left: 80px;z-index:115;} 
.dhaalu { position: absolute; top: 380px; left: 80px;z-index:115;} 
.lhaviyani { position: absolute; top: 163px; left: 97px;z-index:110;} 
.noonu { position: absolute; top: 124px; left: 77px;z-index:130;} 
.northmale { position: absolute; top: 223px; left: 105px;z-index:110;} 
.southmale { position: absolute; top: 291px; left: 95px;z-index:114;} 
.vaavu { position: absolute; top: 328px; left: 95px;z-index:100;} 
.meemu { position: absolute; top: 390px; left: 80px;z-index:120;} 
.laamu { position: absolute; top: 460px; left: 70px;z-index:100;}
.raa { position: absolute; top: 130px; left: 92px;z-index:140;}
.haaalifu { position: absolute; top: 32px; left: 79px;z-index:125;}
.shaviyani { position: absolute; top: 94px; left: 69px;z-index:130;} 

.FPMap0 { position:relative; }

.ernakulam { position: absolute; top: 45px; left: 195px;} 
.idukki { position: absolute; top: 79px; left: 332px;} 
.kottayam { position: absolute; top: 166px; left: 270px;} 
.alapphuza { position: absolute; top: 247px; left: 188px;} 
.pathanamthitta { position: absolute; top: 230px; left: 293px;} 
.kollam { position: absolute; top: 325px; left: 323px;} 
.trivandrum { position: absolute; top: 406px; left: 295px;} 

.specialspanel 
{
    background-color:white;
    
    height:85px;
     cellspacing:0;
     cellpadding:5;
}

.specialsheader 
{
    
}

.marquee 
{
    height:40px;
}
.marquee a, .marquee a:hover
{
    color:White;
    font-size:16px;
}

.marquee li
{
height:40px;
display:block;
}

.option
{
    font-family:Garamond;
    font-size:18px;
}

.specialselect 
{
    font-family:Garamond;
    font-size:16px;
}

.specialcomments
{
    font-family:Garamond;
    text-align:center;
    color:Red;
    margin-top:15px;
}

.specialdesc
{
    font-family:Garamond;
    font-size:16px;
    text-align:left;
}

.specialcost
{
    text-align:right;
    color:Red;
    font-weight:bold;
    font-size:16px;
}

.specialpanel
{
    text-align:left;
    color:white;
    font-size:14px;
    cursor:pointer;
}

.specialpanel:hover
{
    background-color:#B9AB97;
}

.homehighlight
{
	color:Red;
}

div.home-link
{
    width:92%;
    margin:0 auto;
    margin-bottom:10px;
    font-weight:bold;
    border:1px solid #B9AB97;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
	cursor:pointer;
}

ul.home-list li{
    padding:5px 0 5px 0;
}

div.navbar 
{
    width:220px;
    padding-left:7px;
}


div.pagecontent 
{
    max-width:1060px;
    background-color:white;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;  
    margin:0 auto;
    padding-top:160px;
}

div.pagecontent-title{
    text-align:center;
    margin:20px 0 0 0;
}

div.pagecontent-info{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}

div.pagecontent-info div{
    padding:10px;
}

div.pagecontent-text{
    display:flex;
    flex-wrap:wrap;
}

div.pagecontent-text p{
    max-width:450px;
    text-align:justify;
    padding:0px 10px 0px 10px;
}

div.contentpanel 
{
    float:left;
    max-width:760px;
    overflow:hidden;
}

div.centerpanel 
{
    width:472px;
    display:table;
    margin:0 auto;
    overflow:hidden;
}

div.rightpanel 
{
    width:305px;
    display:table;
    margin:0 auto;
}

div.clear 
{
    clear:both;
}

img.maldiveslogo 
{
    border:none;
    width:200px;
    margin:0 30px 20px 30px;
}

a.homespecials
{
    color:White;
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}

p.hometext
{
    max-width:450px;
    text-align:justify;
    padding:5px 10px 5px 10px;
}

p.homecaption
{
    max-width:450px;
    text-align:center;
    font-size:16px;
    margin:0px 5px 5px 5px;
}

span.homehighlight 
{
    font-weight:bold;
    color: Red;
}

.slideshow 
{
    margin:0 0 0 10px;
    z-index:5;
}

label.atozfilter 
{
    float:left;
    display:block;
    margin:12px 0 0 10px;
}

select.atozfilter
{
    width:150px;
    float:left;
    display:block;
    margin:10px 0 0 0;
}

label.recommended 
{
    float:right;
    display:block;
    margin:12px 0 0 5px;
}

img.recommended 
{
    width:50px;
    margin:0 0 0 15px;
    float:right;
    display:block;
    border:none;
}

.resort_feedback 
{
    border:1px solid #B9AB97; 
    margin-top:15px;
     
}


div#gallery_background
{
    width:100%; 
    height: 100%; 
    position:fixed; 
    top:0; 
    left:0; 
    z-index:100;
    background-color: rgba(0,0,0,0.7);
    display:none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

div#gallery_container
{
    position:relative; 
    top: 10%; 
    left:50%;
    z-index:101;
    width:640px;
    margin-left:-320px;
}

div#gallery_close
{
    z-index:105;
    position:fixed;
    top: 5px;
    left: 50%;
    margin-left:0px;
    opacity:.5;
    -moz-opacity:0.5;
    -ms-opacity:0.5; 
    color:White;
    font-weight:bold;
    font-size:36px;
}

div#gallery_close a:hover
{
    cursor:pointer;
}

.navitems
{
    border:none;
    width:220px;
    float:left; 
    margin: 0 5px 30px 0;
    padding: 5px; 
    overflow:hidden;
}

.resort_overview 
{
  
}


.resort_overview li
{
    width:90%;
    height:auto;
      
}


.nav_section_title
{
    color:#725B4D;
    width:92%;
    margin:10px 0 0 0;
    font-weight:bold;
    border:1px solid #B9AB97;
    font-size:16px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
}

.nav_section_title h2
{
    color:#725B4D;
    font-size:16px;
}

.nav_section 
{
    padding:5px;
    margin:0px 0 10px 0;
}


.nav_item
{
    text-align:left;
    font-size:16px; 
    margin: 0 0 3px 15px;   
}

.nav_item a
{
    font-size:16px;
    color:#B9AB97;
     
}

.nav_item a:hover
{
    font-size:16px;
    color:#725B4D;
     
}

.new_item
{
    color:Red;   
}

.resort-content{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    margin-bottom:20px;
}

.resort-left-column 
{
     max-width:517px;
}

.resort-right-column 
{
    max-width:240px; 
    
}

.resort-right-column-link{
    padding:5px;
    text-align:center;
}

.resort_header 
{
    width:100%;   
}

.resort_title_section
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    
}

.resort_title 
{
    text-align:left;
    padding:0 10px 0 10px;
}

.resort_title  h1
{
    font-size:24px;
    color:#725B4D;
}

.resort_rating
{
    text-align:left;
    margin:5px;
}

.resort_slider
{
    width:252px;
    overflow:hidden;
    y-overflow:hidden;
    vertical-align:middle;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background-color:Silver;
}

.resort_menu
{
    margin:10px 0 10px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.resort_menu div{
    margin:0 5px 0 5px;
}

.resort_section_title
{
    width:92%;
    margin:0 auto;
    font-weight:bold;
    border:1px solid #B9AB97;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
}

.resort_summary
{
    margin:0 auto;
    width:92%;
    text-align:justify;
    padding:10px;
    color:#725B4D;
    font-size:18px;
}

.specials_panel
{
    text-align:left;
    
    padding:25px; 
    margin: 0 auto; 
    margin-bottom:20px; 
    width:80%;
    overflow: auto;
    border:1px solid #B9AB97;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
    background-color:#eeeeee;
	color:#725B4D; 
	
} 

div.specials_panel_container{
    -webkit-transition-property: display 2s ease-in-out; /* Safari */
    transition-property: display 2s ease-in-out;
}

.specials_title 
{
    text-align:center;
    color:red;
    text-decoration:underline;
    margin:0 auto;
    margin-bottom: 20px;
}

.specials_text
{
    width:100%;
    text-align:justify;
    margin:0 0 10px 0;
    color:#725B4D;
}

.specials_text_footnote
{
    width:100%;
    margin:0 0 5px 0;
    font-size:14px;
}

.specials_label 
{
    width:33%;
    margin: 0 auto;
    float:left;
    margin:0 0 10px 0;
}

.specials_date
{
    width:66%;
    margin: 0 auto;
    float:left; 
    margin:0 0 10px 0; 
    color:#725B4D;
}

.resort_room_panel
{
    text-align:left;
    padding:25px; 
    margin: 0 auto; 
    margin-bottom:20px; 
    width:90%;
    overflow: auto;
    border:1px solid #B9AB97;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
    background-color:#eeeeee;
	color:#725B4D; 
}

.resort_room_title
{
    width:92%;
    margin:0 auto;
    font-weight:bold;
    border:1px solid #FFFFFF;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
}

.resort_room_type_image
{
    z-index:4;
    position:relative;
    width:254px;
    margin:0 auto;
    overflow:hidden;
    y-overflow:hidden;
    vertical-align:middle;
}

.resort_room_type_image img 
{
    width:252px; 
}

.resort_room_type_image a:hover 
{
    cursor:pointer; 
}

.image_cam 
{
    z-index:5;
    position:absolute;
    top: 0px;
    left: 200px;
    opacity:.5;
    -moz-opacity:0.5;
    -ms-opacity:0.5;   
}

.image_cam img 
{
    width:50px;
    height:50px;
}

.image_cam a:hover 
{
    cursor:pointer;
}



.resort_feedback 
{
    
    width:218px;
    overflow: auto;
    margin:0 0 10px 0;
    border:1px solid #B9AB97;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
    background-color:#eeeeee;
	color:#725B4D; 
}

.resort_feedback h3 
{
    width:92%;
    margin:0 auto;
    margin:0 0 10px 0;
    font-weight:bold;
    border:1px solid #FFFFFF;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#725B4D; 
	text-align:center;
}

.resort_feedback_heading 
{
    width:40%;
    float:left;
    font-size:16px; 
    color:#B9AB97; 
    margin:0 0 10px 0;
    text-align:center;
}

.resort_feedback_row
{
    width:100%;
    clear:both;  
    margin:10px 0 10px 0;
    overflow: auto;
    text-align:center;
}

.feedback_rec_star
{
    width:26px;
    height:25px;
    float:left;
    margin:0 0 0 5px;
}

.feedback_criteria
{
    width:40%; 
    float:left;  
    font-size:18px; 
    color:#725B4D;
    vertical-align:middle;
}

.feedback_rating
{
    width:40%; 
    float:left; 
    font-size:18px;
    color:#725B4D;  
}

.feedback_rating b
{
    font-size:18px;
    color:#725B4D;  
}

.resort_tripadvisor_panel
{
    width:230px;
    overflow:hidden;
}

.homeseparator
{
    
    height: 2px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: radial-gradient(#B9AB97, #FFF), radial-gradient(#B9AB97, #FFF);
    background-position: 0, 100%, 0, 100%;
}

div.resort-video{
    margin-left:0px;
}

/* CSS Menu Classes */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:150;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: garamond;
  background: #B9AB97;
  background: -moz-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #725B4D), color-stop(100%, #B9AB97));
  background: -webkit-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -o-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -ms-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: linear-gradient(to bottom, #725B4D 0%, #B9AB97 100%);
}

.cssback {
  width: 100%;
  font-family: garamond;
  background: #B9AB97;
  background: -moz-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #725B4D), color-stop(100%, #B9AB97));
  background: -webkit-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -o-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: -ms-linear-gradient(top, #725B4D 0%, #B9AB97 100%);
  background: linear-gradient(to bottom, #725B4D 0%, #B9AB97 100%);
}

#cssmenu > ul {
  background: url('../images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 10px 25px 10px 5px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #725B4D;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 10px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 26px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 5px 5px 5px 10px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 1000px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #725B4D;
    z-index:20000;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: left;
    display: block;
    width:25%;
  }
  #cssmenu > ul > li > a {
    padding: 10px 25px 10px 5px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('../images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 5px;
    font-size:14px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 5px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 8px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 18px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
/*End of CSS Menu Classes*/

div.home-img-container
{
	
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;	
}


div.home-img
{
	margin:5px;	
	
}

.contact-links-container
{
    display:flex;
    justify-content:center;
}

.contact-links-container div
{
    margin:10px;
}

.contact-links-container div:hover
{
    margin:10px;
}

.header-contact-links-container
{
    display:flex;
    justify-content:space-around;
    margin:5px 0 10px 0;
}

.mailer-container{
    border: 2px solid #725B4D;
    border-radius: 5px;
    padding:5px;
    width:180px;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    line-height: 24px;
	
}

.mailer-container:hover{
    border: 2px solid #725B4D;
    color: White;
    background-color:#725B4D;
    border-radius: 5px;
    padding:5px;
    width:180px;
    margin:0 auto;
    text-align:center;
    cursor:pointer;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.mailer-container-reverse{
    border: 2px solid White;
    color:White;
    background-color:#725B4D;
    border-radius: 5px;
    padding:5px;
    width:180px;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    line-height: 24px;
	
}

.mailer-container-reverse:hover{
    border: 2px solid White;
    color: #725B4D;
    background-color:White;
    border-radius: 5px;
    padding:5px;
    width:180px;
    margin:0 auto;
    text-align:center;
    cursor:pointer;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.mailer-container-small{
    border: 2px solid #725B4D;
    border-radius: 5px;
    padding:5px;
    width:100px;
    margin:0 auto;
    text-align:center;
    font-size:16px;
    line-height: 20px;
	
}

.mailer-container-small:hover{
    border: 2px solid #725B4D;
    color: White;
    background-color:#725B4D;
    border-radius: 5px;
    padding:5px;
    width:100px;
    margin:0 auto;
    text-align:center;
    cursor:pointer;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}


.resort-summary-video{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:80%;
	margin:0 auto;
}


.resort-summary-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.resort-panel-title-container
{
	width:100%;
	position:relative;
}

.resort-panel-title
{
	width:100%;
	float:left;
	padding-top:105px;
}

.resort-panel-title-offers
{
	width:100%;
	float:left;
	padding-top:15px;
}

.resort-panel-title-narrow
{
	float:left;
}

.resort-panel-rating
{
	width:200px;
	margin:10px 0 0 0;
	
}



.resort-panel-recommended
{
	width:154px;
	height:71px;
	background-image:url(../images/recommended.jpg);
	position:absolute;
	top:0px;
	right:0px;
}

.resort_title_narrow
{
    
    text-align:left;
    float:left;
    padding:0 10px 0 10px;
    max-width:75%
}

.resort-panel-recommended-large
{
	
	
	margin-top:5px;
	max-width: 100%;
    max-height:114px;
    height: auto;
    width: auto\9;
    border:none;
}

.resort-panel-recommended-spacer
{
	width:154px;
	height:30px;
	float:left;
}

.resort-panel-thumbnail
{
	width:140px;
	position:absolute;
	top:0px;
	left:0px;
}

.resort-panel-opinion
{
	
	float:left;
}


.specialpanel
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    color:#725B4D;
    padding:10px;
    box-shadow: 10px 10px 5px #888888;
    margin:10px 10px 20px 10px;
}

.specialpanelnarrow
{
    
    padding:10px;
    box-shadow: 10px 10px 5px #888888;
    width:470px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:20px;
}

.special-center-panel-row
{
	overflow:auto;
	
}

.special-panel-label
{
	text-align:right;
    font-size:16px;
    width:40%;
    padding:3px;
    float:left;
}

.special-panel-value
{
	padding:3px;
    float:left;
    width:50%;
    font-size:16px;
    color:White;
    background-color:#B9AB97;	
}

.special-panel-package-cost
{
	padding:10px;
	text-align:center;
}

.special-panel-package-cost label
{
	color:Red;
}

.special-side-panel
{
	max-width:160px;
	float:left;
	margin:0  auto;
	margin-top:10px;
}

.special-center-panel
{
	max-width:290px;
	float:left;
	padding:0 5px 0 5px;
	margin:0 auto;
	margin-top:5px;
}


.special-panel-opinion
{
	width:100%;
	clear:both;
	font-size:18px;
}