/* ---------- Reset and Base styles ---------- */
/* Reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; font: inherit; }
/* HTML5 */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
:focus, :hover, :active {outline:0;}
blockquote, q {quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
ins {text-decoration:none;} del {text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
td{vertical-align:top;} th, strong {font-weight:bold;}
em { font-style:italic; }

/* Reset fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font-size:100%;}

/* Custom fonts */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HattoriHanzoLight';
    src: url('../fonts/Hattori_Hanzo-webfont.eot');
    src: url('../fonts/Hattori_Hanzo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Hattori_Hanzo-webfont.woff') format('woff'),
         url('../fonts/Hattori_Hanzo-webfont.ttf') format('truetype'),
         url('../fonts/Hattori_Hanzo-webfont.svg#HattoriHanzoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Basic styles */
html, body, #aspnetForm, .wrapper {height:100%;}

body { background:#f6f2f4; font-family:Arial, "Helvetica Neue", Helvetica, sans-serif; color:#444; height:100%; }

h1, h2, h3, h4 { font-family: 'HattoriHanzoLight', Arial , "Helvetica Neue", Helvetica, sans-serif; margin:0 0 .5em 0; padding:0; color:#500801; text-transform:uppercase; }
h1 { font-size:197%; }
	h2 { font-size:265%; margin:0 0 .7em 0; }	
	    h3 { font-size:182%; }	    
	        h4 { font-size:153.9%; }
	    
a { color:#5a0c04; text-decoration:none; }
	a:hover, a:focus, a:active { color:#a22619; }
	a:active { }
	a:visited { }
	a img { border:none; }
	
p { margin:0 0 1em 0; }
ul, ol { margin:10px 20px; }
td, th {padding:2px;}

.left { float:left; }     .left_img { float:left; margin:0 20px 20px 0; }
.right { float:right; }   .right_img { float:right; margin:0 0 20px 20px; }
.clear { clear:both; }    .hidden { display:none; }
.error {color: #CC0000;}  .odd {background: #ECF8F0;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

/* Form and button styles */
label {}
.textbox {  }
.textbox_large {}
.textbox_larger textarea { width:100%; height:160px; }
select {}

.button, .button_small, .nav_social_like {
    float:left; 	
	cursor:pointer;
	padding:0;
	margin:0;
	
    background: #fcf7f8; 
    background: -moz-linear-gradient(top, #fcf7f8 0%, #f0eaec 5%, #e4d8dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf7f8), color-stop(5%,#f0eaec), color-stop(100%,#e4d8dc)); 
    background: -webkit-linear-gradient(top, #fcf7f8 0%,#f0eaec 5%,#e4d8dc 100%); 
    background: -o-linear-gradient(top, #fcf7f8 0%,#f0eaec 5%,#e4d8dc 100%); 
    background: -ms-linear-gradient(top, #fcf7f8 0%,#f0eaec 5%,#e4d8dc 100%);
    background: linear-gradient(top, #fcf7f8 0%,#f0eaec 5%,#e4d8dc 100%); 

	font-family:"DroidSansBold", Arial , "Helvetica Neue", Helvetica, sans-serif;
	color:#400600;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.8);
	font-size:108%;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;

	border:1px solid #cbc2c5;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
    .button input, .button a, .button_small a, .button_small input {
        float:left; 	
	    cursor:pointer;
	    background: none;
	    border:none;
	    margin:0;
	    padding:11px 45px 10px 12px;

        background: url(../images/button_arrow2.png) no-repeat right 7px;
	    font-family:"DroidSansBold", Arial , "Helvetica Neue", Helvetica, sans-serif;
	    color:#400600;
	    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.8);
	    font-size:108%;
	    text-transform:uppercase;
	    text-align:center;
	    font-weight:normal;
	    -webkit-transition: all 200ms; -moz-transition: all 200ms; transition: all 200ms;	
	    line-height:1.2em;
    }
    .button input { padding-top: 10px; }
    .button input:hover, .button a:hover, .button input:active, .button a:active {
        background:rgba(0,0,0,.05) url(../images/button_arrow2.png) no-repeat right 7px;
    }

.button_small a, .button_small input {padding:6px 10px; background:none; font-size:100%;}
    .button_small a:hover, .button_small input:hover, .button_small a:active, .button_small input:active {background:rgba(0,0,0,.05);}

.top_button  { display:none; position:fixed; right:175px; bottom:30px; background: #ebe2e5 url(../images/button_arrow_top.png) no-repeat 5px  center; padding:10px 15px 10px 40px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; opacity:.7; -webkit-transition: all 200ms; -moz-transition: all 200ms; transition: all 200ms; z-index:199; box-shadow: -1px 0 3px rgba(0, 0, 0, 0.3); }
    .top_button:hover  { opacity:1; right:255px; }

 .button_next a, .button_prev a { background: url(../images/button_arrow.png) no-repeat 3px 3px; padding:15px 16px; }
.button_prev a { background-image: url(../images/spriteme1.png); background-position: -8px -534px; }
    .button_next a:hover { background: rgba(0,0,0,.05)  url(../images/button_arrow.png) no-repeat 3px 3px; }
    .button_prev a:hover { background: rgba(0,0,0,.05)  url(../images/spriteme1.png); background-position: -8px -534px; }

    .button_wrapper { float:left; }
	    .button_all {}
	    .button_view {}
	    .button_book {}
	    .button_contact {}
	    .button_back {}


.carpark_link {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.form td { padding: 0 10px 5px 0; vertical-align:top; }
.form td.button { padding: 0; }
    .form .form_left { width:180px; display:block; }
    .form .form_right { }
    .form_ezine { }
        .form_ezine input { margin:2px 0px 2px 8px; }
        .form_dialog .form_ezine input { margin:2px 8px 2px 0; }
    .form .spacer { display:none; }
    .form .captcha img { margin:0 0 5px 0; }
    .form .captcha span { display:none; }
    
    #EventDateanc, #AltEventDateanc, #PreferredDateanc { margin:0 0 0 5px; }
    
.form_response{}

/* Dialog styles */
.dialog_newsletter{}
    .form td.newsletter_top { background: #C1B0B6; padding:5px; text-align:center; }
    .dialog_newsletter h3 { margin:5px 0; }
.dialog_friend {}

.dialog_body{ background:#fff; }

.form_dialog td { }
    .form_dialog .form_left { width:100px; }
    .form_dialog .form_right { }
    .form_dialog .captcha img { width:155px; }

/* ---------- Nav ---------- */
/* Nav base */	
nav, nav ul, nav li, nav a {
	margin:0; padding:0;
	float: left; display: block;
}
	nav li {
		list-style: none;
	}
		nav a {
			padding:5px;
			text-decoration:none;
			-webkit-transition: color 200ms; -moz-transition: color 200ms; transition: color 200ms;	
		}
			nav a:hover {}
			nav li.selected a { }

/* ---------- Layout ---------- */
.wrapper {
	width:100%;
	min-width:1000px;
	min-height:100%;
	position:absolute;
}

.homepage .wrapper {
  overflow: hidden;
}	

/* Primary Nav */		
.nav_primary_bg, .nav_primary {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.nav_primary_bg {
    height:56px;
    z-index:100;
    background:#eae4e6 url(../images/nav_bg.png) repeat-x top left;
    box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}
.nav_primary {
    z-index:1000;
}
	.nav_primary ul { min-width:732px; }
		.nav_primary li {
            position: relative;
            display: inline;
            background-repeat:no-repeat;
			background-image: url(../images/spriteme1.png);
			background-position: 32px -461px;
            padding:0 2px 0 0;
		}
			.nav_primary a {
			    padding:11px 6px;
			    height:34px;
			    width:100px;
			    
			    font-family:"DroidSansBold", Arial , "Helvetica Neue", Helvetica, sans-serif;
			    color:#83777c;
			    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.8);
				font-size:108%;
				text-transform:uppercase;
				text-align:center;
                background: url(../images/nav_bg.png) repeat-x top left;
			}
			.nav_primary #nav_home a { 
			    background: url(../images/nav_home.png) no-repeat center 14px; 
			    background: url(../images/nav_home.png) no-repeat center 14px, url(../images/nav_bg.png) repeat-x top left; 
			    width:30px; text-indent: -9999px; 
			}
			    .nav_primary #nav_home a:hover { 
			        background: url(../images/nav_home.png) no-repeat center -34px; 
			        background: url(../images/nav_home.png) no-repeat center -34px, url(../images/nav_bg.png) repeat-x bottom left; 
			    }
			    .nav_primary #nav_home.selected a { 
			        background: url(../images/nav_home.png) no-repeat center -82px; 
			        background: url(../images/nav_home.png) no-repeat center -82px, #e6dcdf; 
			    }
			.nav_primary #nav_rooms a, .nav_primary #nav_location a { padding-top:20px; height:25px; }
			.nav_primary a:hover, .nav_primary li a.selected { background: url(../images/nav_bg.png) repeat-x bottom left; color:#6b565f; }
			.nav_primary li.selected a { background: #e6dcdf; color:#400600; }
			
                .nav_primary ul ul {
                    min-width:1px;
                    width:227px !important;
                    position: absolute;
                    left: 0;
                    display: none; 
                    visibility: hidden;
                    box-shadow:2px 3px 3px rgba(0,0,0,0.4);
                }
                    .nav_primary ul ul li { background:none; padding:0; }
                        .nav_primary ul ul a { width: 207px; height:auto; padding:10px; text-align:left; color:#83777c; background:#ece5e7; }
                        .nav_primary ul li.selected ul a { text-align:left; color:#83777c; background:#ece5e7; }
                        .nav_primary #nav_rooms ul a, .nav_primary #nav_location ul a { height:auto; padding:10px; }
                        .nav_primary ul li ul li a:hover, .nav_primary ul li ul li.selected a, .nav_primary ul ul li a.selected, .nav_primary ul li ul li ul a:hover, .nav_primary ul li ul li.selected ul li.selected a, .nav_primary ul li.selected ul li.selected ul li a:hover, .nav_primary ul ul li ul a.selected { color:#6b565f; background:#e6dcdf; }
                            .nav_primary ul ul ul {top: 0;}
                                
                .nav_primary ul li ul.megamenu { width:569px !important; padding:0; background:#ece5e7; }
                    .nav_primary ul li ul.megamenu li a { padding:5px 10px; width:264px; }
                    .nav_primary ul li ul.megamenu li:nth-child(2n+1) a { background-image: url(../images/spriteme1.png);  background-position: 290px -461px; background-repeat:no-repeat;  padding-right:11px; } /* #### ORIGINAL BEFORE SPRITE ADDED INCASE OF ISSUES #### background-image: url(../images/nav_sep.png); background-repeat:no-repeat;  padding-right:11px;*/ }
                        .nav_primary ul li ul.megamenu span { float:left; padding:0; width:138px; height:33px; }
                        .nav_primary ul li ul.megamenu span.long { padding:0; }
                        .nav_primary ul li ul.megamenu img { float:right; margin:0 0 0 5px; }
                
                * html .nav_primary{height: 1%;}
                * html .nav_primary ul li a{ display: inline-block; }

#pull {
	display: none;
}

.push_right {
	padding-right: 30px;
	float:right;
}

aside {
    position:fixed;
    top:0;
    right:0;
    width:260px;
    min-height:100%;
    z-index:200;
    background:#c1b0b6;
    box-shadow:-1px 0px 5px rgba(0,0,0,0.4);
}
	.logo {
		float:left;
		width: 217px;
		height: 96px;
		margin:40px 22px 4px;
		z-index: 300;
		text-indent:-9999px;
	}
		.logo img {
			float:left;
		}
	    .values {
            float:left;
            width:120px; 
            height:20px;
            position: fixed;
            top: 118px;
            right: 70px;
            z-index: 400;
            text-indent:-9999px;
        }	

	.tooltip_left {     
	    background: none repeat scroll 0 0 #B3A3A9;
        border-radius: 20px;
        color: #FFFFFF;
        float: right;
        font-family: times New Roman;
        font-size: 140%;
        font-style: italic;
        margin: -25px 20px 0 0;
        padding: 2px 10px;
        text-align: center; display:none;
    }
	aside h3, aside h4 { font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
	aside h3 { font-size:116%; font-weight:bold; }
	aside h4 { font-size:100%; }
    
    .aside_top { height:605px; }   
    .aside_bottom { position:absolute; bottom:0; background:#b3a3a9; }
    


     
    /* ---------- Booking Section ---------- */



    .booking_section, .bestrate { 
        float:left; 
        margin:22px 12px 5px 22px;
        padding: 10px 0 10px 10px;
        width:206px;
        background:#b3a3a9; 
    }
	    .booking_section h3 { margin:5px 0 10px 0; }
	    .booking_section h4 { margin:0 0 3px 0; text-transform:none; font-weight:bold; clear: left; }
	    
	    .booking_section select, .booking_section .calendar_icon, .booking_section .book_button { float:left; margin: 0 5px 0 0; }
	    .booking_section select { margin-bottom: 8px; padding: 1px; max-width: 118px; -webkit-border-radius: 0; }
	    
	    .booking_section .button_calendar { }
	        .booking_section .calendar_icon { cursor:pointer;   background-image: url(../images/spriteme1.png);  background-position: -7px -7px; width:11px; height:11px; text-indent:-9999px; padding:3px; margin:0; }
	            .booking_section .calendar_icon:hover { background:rgba(0,0,0,.05) url(../images/spriteme1.png);  background-position: -7px -7px; }
        
        .calendar_date {visibility:hidden;height:0;width:0;position:relative;}
	    
	    .adults { width:40px; }
	    
	    .booking_section .book_button { 
	        float:left;
	        background:#440600;
            background: -moz-linear-gradient(top, #501c17 0%, #6e0b00 6%, #4b0700 10%, #330500 100%); 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#501c17), color-stop(3%,#6e0b00), color-stop(6%,#4b0700), color-stop(100%,#330500)); 
            background: -webkit-linear-gradient(top, #501c17 0%,#6e0b00 6%,#4b0700 10%,#330500 100%); 
            background: -o-linear-gradient(top, #501c17 0%,#6e0b00 6%,#4b0700 10%,#330500 100%);
            background: -ms-linear-gradient(top, #501c17 0%,#6e0b00 6%,#4b0700 10%,#330500 100%); 
            background: linear-gradient(top, #501c17 0%,#6e0b00 6%,#4b0700 10%,#330500 100%); 
	        border:1px solid #330500;
            -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; 

            cursor:pointer;
	        margin:-2px 0 0 1px;
	        padding:2px 24px;
			min-height: 18px;
	        opacity:.8;
	        -webkit-transition: all 200ms; -moz-transition: all 200ms; transition: all 200ms;
	     }
	        .booking_section .book_button input { 
	            background:url(../images/book_arrow.png) no-repeat right 6px; 
	            padding: 1px 14px 0 0; 
				margin: 0 0 -1px 0;
	            border:none; 
	            color:#fff;
	            font-weight:bold;
	            text-transform:uppercase;
                cursor:pointer;
            }
	        .booking_section .book_button:hover { opacity:1; }

    .bestrate, .bestrate h3, .bestrate h4 { margin-top: 0; margin-bottom: 0; }
		.bestrate h4 { text-transform:lowercase; }

	.friends {
		margin:4px 12px 5px 22px;
        padding: 0 0 10px 5px;
		float:left;
        text-align: center;
        width: 206px;
		display:block;
	}

		.friends img { border:none;
		}



 /* ---------- Content ---------- */
 /*Home more info button*/
.button_more_info {
	position: absolute;
	top: 94px;
	right: 258px;
	z-index: 5; 
}
	.button_more_info a, .button_more_info a:hover {
		width: 90px;
		background-image: url(../images/spriteme1.png);
  background-position: 98px -530px;
	}
	.button_more_info a:hover {
		background-color: rgba(0,0,0,.05);
	}
	.button_more_info a.active {
		background: url("/includes/images/button_arrow2.png") no-repeat 105px 7px;
	}
.more_info_content {
	position: absolute;
	right: -200px;
	top: 90px;
	width: 400px;
	padding: 50px 30px 30px;
	z-index: 1;
	background: #FFF;
}
	 
.contentwrapper {
	float:right;
	position:relative;
	
    min-height:100%;
    width:1000px;
	background:#fff;
	background:rgba(255,255,255,1);
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
}
section.content {
	float:right;
	width:680px;
	margin:56px 260px 0 0;
	padding:20px 30px 40px;
	font-size:100%;
}

    .nav_bread { width:100%; margin: 0 0 10px 0; }
        .nav_bread span { float: left; display: block; padding:0px 0; }
	    .nav_bread ul {  }
		    .nav_bread li {  }
			    .nav_bread a { background:url(../images/nav_arrow.png) no-repeat left center; padding:0 0 0 18px; margin:0 8px 0 0; }
			    .nav_bread li:first-child a { background:none; padding:0; }

    .content h2 { float:left; width:100%; min-height:45px; margin:0 0 15px 0; }

    .header_image { float:left; clear:both; width: 680px;  overflow:hidden; margin:0 0 20px 0; }

    .content_text { float:left; width:450px; margin:0 30px 0 0; line-height:1.6em; }			
        .content_text h3 { line-height:1.1em; }	
        
    .nav_sub { float:left; width:200px; line-height:1.6em; margin:-5px 0 0 0; }
	    .nav_sub ul {  }
		    .nav_sub li {  }
			    .nav_sub a { width:190px; padding:5px; border-bottom:1px solid #ddd; }
			    .nav_sub .selected > a:first-child { background-color:#f0e8eb; }
			    .nav_sub ul ul li { }
/*.nav_sub a { width:190px; padding:5px 0 0 20px; border-bottom:1px solid #ddd; background:url(../images/nav_arrow.png) no-repeat left 12px; }*/
			        .nav_sub ul ul a { width:165px; padding-left:30px; border:none; margin:0 0 1px 0; background:url(../images/nav_dot.png) no-repeat 17px 13px; }
			        .nav_sub ul ul ul a { width:140px; padding-left:50px; background:url(../images/nav_dot.png) no-repeat 37px 13px; }
        .nav_sub select { display:none; }


#TA_certificateOfExcellence961 a
{ border-bottom:none;
  padding-top:30px;
    }
    


.pref_family {margin:36px 0 0 36px;}

    .nav_foot { width:740px; height: 26px; position:absolute; bottom:0; overflow: hidden; background:#a08992; }
    .homepage .nav_foot { width:100%; position:fixed; }
	    .nav_foot ul { margin:0 0 0 25px; }
		    .nav_foot li {  }
		    	.nav_foot li span { display:inline-block; padding: 5px 4px; text-align:center; color:#fff; }
			    .nav_foot a { padding:5px; color:#fff; }
			    .nav_foot a:hover, .nav_foot .selected a { color:#ddd; }


/* ---------- Social Media ---------- */
.socialmedia { 
    position:fixed;
    top:142px;
    left:-172px;
    z-index: 10;
}
    .social_links {
        float:left;
        margin:0;
        padding:7px;
        
        background: #fcf7f8; 
        background: -moz-linear-gradient(top, #fcf7f8 0%, #f0eaec 15%, #e4d8dc 90%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf7f8), color-stop(15%,#f0eaec), color-stop(90%,#e4d8dc)); 
        background: -webkit-linear-gradient(top, #fcf7f8 0%,#f0eaec 15%,#e4d8dc 90%); 
        background: -o-linear-gradient(top, #fcf7f8 0%,#f0eaec 15%,#e4d8dc 90%); 
        background: -ms-linear-gradient(top, #fcf7f8 0%,#f0eaec 15%,#e4d8dc 90%);
        background: linear-gradient(top, #fcf7f8 0%,#f0eaec 15%,#e4d8dc 90%); 

	    border:1px solid #cbc2c5;
	    -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; 
	    box-shadow:1px 1px 1px rgba(0,0,0,0.1); 
    }
    
        .social_links .addthis_toolbox { margin: 4px 0 0 5px; }
        .social_links .social_likes { margin: 8px 0 0 3px; }
        .social_links .addthis_toolbox:first-child a { margin: 0 1px 0 0; }
            .social_facebook, .social_twitter { text-indent:-9999px; float:left; width:32px; height:32px; padding:0 2px; }	
            .social_facebook:hover, .social_twitter:hover { opacity:.7; }	
            .social_facebook { background-repeat: no-repeat; background-image: url(../images/spriteme1.png);  background-position: -10px -245px; }	
            .social_twitter { background-repeat: no-repeat; padding-right:0; background-image: url(../images/spriteme1.png);  background-position: -10px -297px; }	
    
	        .addthis_button_facebook_like { width:46px; overflow:hidden; margin:0; }
	        
    .button_social {
        float:left;
        margin:20px 0 0 -1px;
        padding:2px 0 0 2px;
        cursor:pointer;
        
	    border-left:none;
	    -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; 
	    box-shadow:1px 1px 1px rgba(0,0,0,0.1);
    }
        .button_social span {
            float:left; 	
	        cursor:pointer;
	        margin:0;
	        padding:0;
	        width:42px;
	        height:42px;
            background-image: url(../images/spriteme1.png);
			background-position: -2.5px -341.5px;
        }    

.summit {
    position:fixed;
    bottom:15px;
    left:15px;
    text-indent:-9999px;
    
    background-image: url(../images/spriteme1.png);
  background-position: 0 -396px;
  background-repeat:no-repeat;
    width:90px;
    height:45px;
    z-index:20;
}
.homepage .summit { bottom: 35px; }

/* ---------- Social Links ---------- */
.nav_social_like { float:left; margin: 5px 0 15px; padding: 4px 5px; min-height: 20px; min-width: 190px; }
	.nav_social_like .addthis_button_email { background:url(../images/email_icon.png) no-repeat; width:32px; height:20px; margin:0 0 0 2px; }
		.nav_social_like .addthis_button_email span { display:none; }	
	
	
/* ---------- Special Offers ---------- */
.specials { float:left; display:block; width:100%; }
	.specials h3 { }
	.specials .item { float:left; display:block; margin:0 0 30px 0; width:100%; }
		.specials h4 { margin:0; }
		.specials img { float:left; margin:0 0 0 20px; }
	    .specials .item_text { }
		.specials .button_wrapper { margin:15px 0;  width:100%; }
		    .specials .button_wrapper .button_small { margin:5px 10px 0 0;}
            .specials .button_book { float:right; margin:0; }

	
/* Specials section */
.specials_section { margin:0; padding:15px 22px; width:216px; border-top:1px solid #d1c4c8; }
    #slider_specials { width:220px; height:46px; overflow:hidden; }

	.specials_section h3 { }
	.specials_section .item { margin:0; }
		.specials_section h4 { font-size:93%; }
		.specials_section img { float:left; width:120px; height:44px; border:1px solid #fff; margin:0 8px 0 0; }
	.specials_section .button_view { float:left; margin:0px 0 0 0; }

/* Specials list */
.specials_list {}
	.specials_list .item { width:100%; clear:left; border-bottom: 1px solid #ddd;  }
	.specials_list .item:last-child { border-bottom: none; margin:0; }
		.specials_list h3 { }
		.specials_list img { }
		.specials_list .button_wrapper { }
		.specials_list .button_wrapper a { }

		
/* Specials detail */
.specials_detail { }
	.specials_detail .item {  }
		.specials_detail h3 { }
		.specials_detail .header_inner { margin:-270px 0 0 0; width:680px; height:250px; }
		.specials_detail .button_wrapper { }
		.specials_detail .button_wrapper a { }

/* Specials home */
.specials_home_wrapper {
	position:absolute;
	bottom: 0;
	width: 100%;
}
	.specials_home {
		float: none;
		width: 735px;
		margin: 0 auto;
		padding: 0 260px 0 0;
	}

.specials .item img {
	max-width:215px;
	height:auto;
}

		.specials_home .item { 
			position: relative;
			bottom: -57px;
			width: 215px; 
			margin: 0 10px 0 0;
			padding: 10px;
			background: #d7cdd0;
			-webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
		}
		.specials_home .item:hover, .specials_home .item:focus { bottom: 23px; }
		.specials_home .item:last-child { margin: 0; }
			.specials_home h3 { font-size:100%; text-align:center; }
			.specials_home img { margin: 0 0 10px 0; }
			.specials_home .button_wrapper { margin: 10px 0 0 0; }
				.specials_home .button_wrapper .button_small { background: #fcf7f8; margin: 0 10px 0 0; }
				.specials_home .button_wrapper .button_small:last-child { margin-right: 0; }

/*homepage Promotions*/
	.homepagePromotions_section { width:100%;bottom:3px; position:absolute; }
        .homepagePromotions {
            margin: 0 auto;
            padding-right: 260px;
            position: relative;
            width: 730px;
        }
	        .homepagePromotions_section h3 {font-size:100%; text-align:center;padding:12px 0 0; }
	        .homepagePromotions_section .item { margin:0; }
		homepagePromotions_section h4 { font-size:93%; }
		homepagePromotions_section img { float:left; width:120px; height:44px; border:1px solid #fff; margin:0 8px 0 0; }
	homepagePromotions_section .button_view { float:left; margin:0px 0 0 0; }	
 

    /*homepage Promotions items*/

   .homepagePromotions_section .panelItem {bottom:-70px; margin:0;position:relative; float:left; display:block; margin:0 0 10px 10px; width:235px;background-color:#cbc2c5; -webkit-transition: all 700ms ease; 
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease; 
     transition: all 700ms ease;}
    .homepagePromotions_section .panelItem:hover,.homepagePromotions_section .panelItem:focus {bottom:8px;}

   .homepagePromotions_section .panelItem a {color:#500801;/*padding: 0px 5px 0px 5px;*/}
   .homepagePromotions_section .panelItem p {margin: 10px 10px 10px 10px;text-align:left;min-height:32px;}
   .homepagePromotions_section .panelItem img { margin:5px 10px; text-align:center;}
  
   .panelItem:first-child { margin-left:0; }


   .HomepagePromotionsbutton {
    float:left; 	
	cursor:pointer;
	
	margin:0 12px 12px 12px;
	
    background: #fcf7f8; 

	font-family:"DroidSansBold", Arial , "Helvetica Neue", Helvetica, sans-serif;
	color:#400600;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.8);
	font-size:108%;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	border:5px solid #fcf7f8;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}

.promotions {
    float: right;
    width: 320px;
    margin-top: 10px;
}

    .promotions .item {
        height: 90px;
        float: left;
        padding: 10px 5px;
    }

.nobutton {
    text-indent: -9999px;
}


/* ---------- Rooms ---------- */
.rooms { float:left; display:block; width:100%; }
    .rooms .item { float:left; display:block; margin:0 0 30px 0; }
		.rooms h3 {}
		.rooms img { float:left; display:block; margin:0 0 10px 0px; }
	    .rooms .item_text { }
		.rooms .button_wrapper { margin:15px 0; width:100%; }
            #pg_25 .rooms .button_wrapper, #pg_64 .rooms .button_wrapper,
            #pg_65 .rooms .button_wrapper, #pg_66 .rooms .button_wrapper,
            #pg_67 .rooms .button_wrapper, #pg_139 .rooms .button_wrapper { width:55%; }
		    .rooms .button_wrapper .button_small { margin:5px 10px 0 0;}
            .rooms .button_book { float:right; margin:0; }
            .rooms .button_view {}
            .rooms .button_contact {}
        
/* Rooms list */	
.rooms_list {}
    .rooms_list .item { width:100%; clear:left; border-bottom: 1px solid #ddd; }
    .rooms_list .item:last-child { border-bottom: none; margin:0; }
		.rooms_list h3 { }
		.rooms_list img { width:450px; height:160px; }
		.rooms_list .button_wrapper { }
		.rooms .button_wrapper .button, .rooms .button_wrapper .button_small { }

/* Rooms detail */	
.rooms_detail {}
    .rooms_detail .item { }
		.rooms_detail h3 { }
		.rooms_detail .header_inner { margin:-270px 0 0 0; }
		.rooms_detail .features { margin:12px 0; }
		
		.rooms_detail .button_wrapper { margin:0; }
		.rooms_detail .button_wrapper a { }


/* ---------- Gallery ---------- */
.gallery { clear:left; width:475px; }
    .gallery .item { }
    .gallery h3 { clear:left; }
    .gallery a { float:left; display:block; margin:0 10px 10px 0; }
    .gallery img { width:145px; height:97px; }
	
.gallery_list {}
.gallery_categories {}

/* ---------- Restaurants ---------- */
.restaurants { float:left; width:100%; }
    .restaurants .item { float:left; margin:0 0 30px 0; }
    	.restaurants img { float:left; margin:5px 20px 10px 0px; }
	    .restaurants .item_right { float:left; width:320px; }
		    .restaurants h3 { float:left; margin:10px 0 10px 0; }
            .restaurants .button_book { float:right; margin:0; }
	        .restaurants .item_text { float:left; clear:right; margin:10px 0 0 0; }
		    .restaurants .button_wrapper { margin:15px 0 5px 0; width:100%; }
		        .restaurants .button_wrapper .button_small { margin:5px 10px 0 0;}
                .restaurants .button_view {}
                .restaurants .button_contact {}
                
                .menus { position:relative; float:left; }
                .menu_links { 
                    display:none; 
                    float:left; 
                    width:100px; 
                    padding:5px;
                    position:absolute; 
                    top:34px; 
                    left:0px; 
                    
                    background:#e4d8dc;                     
                    -webkit-border-radius: 0px 3px 3px 3px; -moz-border-radius:0px 3px 3px 3px; border-radius: 0px 3px 3px 3px;;  
                    box-shadow:2px 3px 2px rgba(0,0,0,0.1);
                	border:1px solid #cbc2c5;
                	border-top:none;
                	z-index:10;
                 }
                .menu_links a { 
                    float:left; 
                    width:100%;
                    margin:2px 0 0 0;
                 }
                 
.nav_restaurant_awards a { border:none; padding:15px 5px; text-align:center; } 
      
/* restaurants list */	
.restaurants_list {}
    .restaurants_list .item { padding:5px; width:440px; background:#f0e8eb; -webkit-border-radius: 3px; -moz-border-radius:3px; border-radius: 3px; }
		.restaurants_list h3.short_title { max-width: 175px; }
		.restaurants_list img { }
		.restaurants_list .button_wrapper { }
		.restaurants .button_wrapper .button, .restaurants .button_wrapper .button_small { }

/* restaurants detail */	
.restaurants_detail {}
    .restaurants_detail .item { }
		.restaurants_detail h3 { }
		.restaurants_detail img {  margin-right:30px; }		
		.restaurants_detail .nav_social_like { clear:both; }


/* ---------- Meetings ---------- */
.meetings .header_image {  margin:-270px 0 20px 0; }
    .meetings .header_image img { float:none; margin:0; }

.meetings table {}
    .meetings td, .meetings th { padding:5px; }
    .meetings td { border-bottom: 1px solid #DDDDDD;}
    .meetings th { font-weight:bold; background:#F0E8EB; text-align:left; }

.meetings .accordion { float:left; margin: 15px 0; }
.dimensions {  }
.capacities { }
    .capacities table { width:100%; }
.technical {}
.pdfs {}


/* ---------- Events ---------- */
.events_wrapper { float:left; display:block; width:100%; position:relative; }
	.events_wrapper .event_buttons { position:absolute; right: 0; top:-5px; z-index: 99; background:#fff; padding:0 0 0 10px; }
	.events_wrapper .button_prev, .events_wrapper .button_next { }
	.events_wrapper .button_prev { margin:0 8px 0 0; }
	.events_wrapper .button_next { }

    .events { }
	    .events .item_1 { width:100%; }
	        .events h3 { }
	        .events img { margin:0 0 15px 0; }
	        .events .item_2 { float:left; display:block; margin:0 0 15px 0; width:100%; border-bottom: 1px solid #DDDDDD; }
		        .events h4 { margin:0; }
		        .events h4 span { float:left; padding:0 10px 0 0; min-width: 52px; letter-spacing: .08em; font-weight:bold; }
		        .events .button_wrapper { margin:10px 0;  width:100%; }
		            .events .button_wrapper .button_small { margin:5px 10px 0 0;}
                    .events .button_book { float:right; margin:0; }


/* ---------- Testimonials ---------- */
.test {}
    .test .item { float:left; width:100%; margin:0 0 20px 0;}
    .test blockquote { font-style:italic; padding:20px; }
        .test span { font-size:312%; width:20px; height:20px; }
        .test span.start { float:left; margin:-15px 0 -20px -20px; padding:20px 0 0 0; }
        .test span.end { float:right; margin:-5px -15px 0 0; padding:20px 0 0 0; text-align:right; }
    .test .test_client { font-size:85%; font-weight:bold;}


/* ---------- Jobs ---------- */
.jobs { float:left; display:block; width:100%; }
	.jobs .item { float:left; display:block; margin:0 0 20px 0; width:100%; clear:left; }
		.jobs h3 { margin:0; }
		.jobs img { float:right; margin:0 0 20px 20px; }
		.jobs_info {margin:10px 0;}
		.jobs_info span {margin:0 10px 0 0;}
		.jobs .button {margin:10px 0;}
	.jobs .button_all { float:left; clear:both; }
	.jobs .button_view { margin:10px 0; }
	


/* ---------- Google Map ---------- */
#map, #attractions_map { width:680px; height:450px; display:block; clear:left; margin:-470px 0 20px 0; }
    .map_marker { line-height:normal; white-space: nowrap; }
        .map_marker img {float: left; }

#map_directions_controls, .map_directions_public { float:left; width:210px; margin:0 30px 0 0; }
    #map_directions_controls .button_small { float:right; }
    #map_directions_controls .textbox { margin:0 0 5px; }
    #map_directions_controls label { width:50px; float:left; }
    
#map_directions, #map_directions table, #attractions_map_directions, #attractions_map_directions table { width:100%; clear:both; } 
 
.map_directions_public { margin:0; }


 .mobile_directions_control {
	display:none;
	
}

.mobile_alert_control{

background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    display: none;
    padding: 20px;
	color:#8a6d3b;
}

/* ---------- Attractions Map ---------- */
#map.attractions_map { }

    #allMarkerListWrapper, .infoHolderWrapper {
        float:left;
        display:block;
        width:430px; 
        margin: 0 0 20px 0; 
	    padding:10px; 
	    background:#f0e8eb; 
	    -webkit-border-radius: 3px; -moz-border-radius:3px; border-radius: 3px;
    }
        #allMarkerListWrapper h3 { }
            #allMarkerList{ }
                #allMarkerList li{  }
                    #allMarkerList li a{ width:205px; }
        
    .infoHolderWrapper {  }
        .infoHolderInnerWrapper h3{}
        .infoHolder {float:left; clear:both; padding:0;}
            .infoHolder img { float:right; margin:0 0 15px 15px; } 
            .infoHolder h4 {} 
            .infoHolder .button_wrapper { width:100%; margin:15px 0 0 0; }
            .infoHolder .button_small { float:right;}
    
    #directions { width:100%; float:left; clear:both; }    
 
	
/* ---------- Attractions Map ---------- */

#attractions_map { }

#attractions_map_directions { clear: both; margin: 10px 0 0 0; }

.nav_attractions, .attractions article { 
	float: left; 
	width: 100%;
	padding: 10px;
	background: #F0E8EB; 
}
	.nav_attractions ul { width: 100%; }
		.nav_attractions li { width: 50%; }
			.nav_attractions a { width: 100%; }

.attractions { 
	clear: left; 
	margin: 10px 0 0 0;
}
	.attractions article { 
		display: none;
	}
		.attractions h3 {}
		.attractions img { 
			float:left; 
			margin:0 20px 0 0px; 
		}
		.attractions .item_text { padding: 4px 0 0 0; }
			.attractions .button_small { margin:20px 10px 0 0;}

    
/* ---------- Accordian ---------- */
.accordion {}
.loadjs .accordion { display:none; }
    .accordion h3 { width:440px; cursor:pointer; border-bottom: 1px solid #DDDDDD; padding:6px 5px; margin:10px 0 0; background: transparent url("../images/button_arrow_top.png") no-repeat 420px center; -webkit-transition: background-color 200ms; -moz-transition: background-color 200ms; transition: background-color 200ms; }
    .accordion h3:hover, .accordion h3.ui-state-active { background-color:#F0E8EB; }
    .accordion h3.ui-state-active { background: #F0E8EB url("../images/button_arrow_bottom.png") no-repeat 420px center; }
    .accordion .accordion_links { width:440px; padding:10px 5px 0 5px; }
        .accordion .accordion_links .item { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom: 1px solid #DDDDDD; }


/* ---------- press ---------- */
.press { float:left; width:100%; }
	.press .item { float:left; margin:0 0 30px 0; width:100%; border-bottom: 1px solid #DDDDDD; }
	.press .item:last-child { border-bottom: none; margin:0; }
	    .press h3 { }
		.press img { float:right; margin:0 0 0 15px; }
	    .press .item_text { }
		.press .button_wrapper { margin:15px 0;  width:100%; }
		    .press .button_wrapper .button_small { float:right; }


/* ---------- Sitemap ---------- */
.sitemap ul { margin:0; padding:0; float:left; }
	.sitemap li { list-style: none; margin:0;padding:0;display:block;float:left;width:100%; }
		.sitemap a {float: left;clear:left;display: block;margin:0;padding:5px;background: #F0E8EB; border-bottom: 1px solid #DDDDDD; width:440px; }
            .sitemap ul ul { margin:0 0 25px 0; }
                .sitemap ul ul a { padding-left:20px; background:none; border:none; }
                    .sitemap ul ul ul { margin:0; }
                        .sitemap ul ul ul a { padding-left:40px; }
                            .sitemap ul ul ul a { padding-left:60px; }


/* ---------- Awards ---------- */
.awardstable tr {height:100px;}
.awardstable tr td:first-child {width:100px; text-align:center;}
.awardstable td { vertical-align:middle; padding:0 10px 10px 0; }


/* ---------- 3D Floorplan ---------- */
.button_3d { margin:-160px -250px 0px 435px; }


/* ---------- Brochures ---------- */
.brochures { clear:left; width:485px; }
    .brochures a { float:left; margin:0 20px 20px 0; text-align:center; }


/* ---------- Press ---------- */
.press_dates {
    float:left; 
    margin:0 0 15px 0;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background:#F0E8EB;
}        
    .press_dates a {float:left; padding:2px 10px;}        
    .press_dates a.selected { font-weight:bold; font-size:138%; }        


/* ---------- WiFi ---------- */
.content_textWifi { float:left; width:650px; margin:0 30px 0 0; line-height:1.6em; }			
    .content_textWifi h3 { line-height:1.1em; }
       .content_textWifi p {  }

.Wifi_section {  padding: 0 30px; width:680px;}
    .Wifi_section .specials_detail .header_inner { margin:0; width:680px; height:250px; }
    .Wifi_section .specials_detail .item h3 {padding-top:25px;padding-bottom:13px;}
    .Wifi_section .specials .item {line-height:1.5;}
.rightcontent {width:37%;}
.leftcontent { float: right;}

.wifipage aside {
    position: relative;
    float: right;
}
.wifipage section.content {
    float:none;
}

.wifipage .nav_primary ul ul li {display:none;}


.wifiOffers { float:left; display:block;}
    .wifiOffers .item { float:left; display:block; margin:0 0 10px 0; background-color:#F3E9EC;padding:10px; }
		.wifiOffers h3 {}
		.wifiOffers img { float:left; display:block; margin:0 0 10px 0px; }
	    .wifiOffers .item_text { }
		.wifiOffers .button_wrapper { margin:10px 0 3px 0; width:100%; }
		    .wifiOffers .button_wrapper .button_small { margin:5px 10px 0 0;}
            .wifiOffers .button_book { float:right; margin:0; }
            .wifiOffers.button_view {}
            .wifiOffers .button_contact {}
        
.wifiOffers_list {}
    .wifiOffers_list .item {clear:left; border-bottom: 1px solid #ddd; }
    .wifiOffers_list .item:last-child { border-bottom: none; margin:0; }
		.wifiOffers_list h3 {text-align:left; margin:0 0 3px 0;}
		.wifiOffers_list img { width:355px; height:124px; text-align:center;}
		.wifiOffers_list .button_wrapper { }
		.wifiOffers .button_wrapper .button, .rooms .button_wrapper .button_small { }

.wifiReadButton {font-family:Arial; font-size:12px; text-transform:uppercase;}

#CDSWIDSSP {width:280px!important;}

    .socialWifi {list-style:none;padding:20px;text-align:center;/*background-color:#b1a0a6;*/}
.socialWifi ul {background: none repeat scroll 0 0 #B3A3A9;
    float: left;
    margin: 0 22px 22px;
    padding: 10px 10px 5px;
    text-align: center;
    width: 196px;}
 .socialWifi li {display:inline;}
 .socialWifi h5 {color:#ffffff;text-align:center;font-size:14px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;padding:3px 0px 7px 0px;text-transform:uppercase;}
.socialSection .socialWifi {background-color:#B3A3A9;float:left;padding:5px 50px 8px 39px;}


 .aside_topWifi { height:605px; }
.aside_topWifi h3 {font-size:23px;font-weight:300; text-align:center;font-family:'HattoriHanzoLight',Arial,"Helvetica Neue",Helvetica,sans-serif;color:#65585d;} 

.newsNews_section {background-color:#b3a3a9; padding-bottom: 52px; float:left;}

.NewsItemsItem {}
    .NewsItemsItem h3 {font-size:20px;padding:10px 16px 2px 16px;text-align:left;color:#ffffff;}
    .NewsItemsItem h4 {font-size:13px;padding:2px 16px 3px 16px;color:#e0e0e0;}
    .NewsItemsItem p {font-size:12px;padding:2px 18px 14px 18px;text-align:justify;color:#ffffff;}
    .NewsItemsItem:first-child {border-bottom: 1px solid #ebeae8;}


/* ---------- Footer ---------- */
footer {
	font-size:77%;
	clear:both;
	margin:0; 
	padding:15px 22px 5px 22px; 
	width:216px; 
	border-top:1px solid #d1c4c8; 
	color:#000;
	text-transform:uppercase;
}
    footer address { }
        footer h3 { margin:0; }

	    .arolink {}

        .weather { padding:8px 0; } 
            .weather img { float:right; margin:-6px 0 0 0; } 
	
        .languages {}
            .languages a {
                float:left;
                width:22px; height:14px;
                margin:0 5px 5px 0;
                text-indent:-9999px;
            }	
            .languages .arabic { background-image: url(../images/spriteme1.png);  background-position: -10px -41px; }	
            .languages .japenese { background-image: url(../images/spriteme1.png);  background-position: -10px -75px; }	
            .languages .german { background-image: url(../images/spriteme1.png);  background-position: -10px -109px; }	
            .languages .french { background-image: url(../images/spriteme1.png);  background-position: -10px -143px; }	
            .languages .spanish { background-image: url(../images/spriteme1.png);  background-position: -10px -177px; }	
            .languages .italian { background-image: url(../images/spriteme1.png);  background-position: -10px -211px; }

.mobile_footer {
	display:none;
}
        

/* ---------- Supersized BG ---------- */
	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:-1; width:60px; height:60px; margin:-30px 0 0 -150px; text-indent:-999em; background:url(../images/supersized/progress.gif) no-repeat center center;}
.subpage #supersized-loader { left:20%; }
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
		#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
	#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#fff; }
	#supersized a { width:100%; height:100%; display:block; }
		#supersized li.prevslide { z-index:-20; }
		#supersized li.activeslide { z-index:-10; }
		#supersized li.image-loading { background:#fff url(../images/supersized/progress.gif) no-repeat center center; width:100%; height:100%; }
			#supersized li.image-loading img{ visibility:hidden; }
		#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

    .homepage .controls_container { display: none;}		
/* Controls Bar */
#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background: url('../images/white_tile.png'); background:rgba(255, 255, 255, 0.5); position:fixed; display:none; }
	#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
		#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
		#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			
		#navigation { float:right; margin:0px 20px 0 0; }
			#play-button{ float:left; margin:1px 0 0 4px; padding:5px; }
				#play-button:hover{ cursor:pointer; }
				
			#prevslide, #nextslide{ position:absolute; height:26px; width:26px; top:50%; z-index: 0; opacity:0.7; display:none; -webkit-transition: opacity 200ms; -moz-transition: opacity 200ms; transition: opacity 200ms; }
				#prevslide{ left:15px; background:url('../images/supersized/thumb-back.png'); }
				#nextslide{ right:15px; background:url('../images/supersized/thumb-forward.png'); margin:0 260px 0 0; }
					#prevslide:active, #nextslide:active{  }
					#prevslide:hover, #nextslide:hover{ cursor:pointer; opacity:1; }
				
			ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
				ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
					ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
					ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../images/supersized/nav-dot.png') no-repeat 0 -24px; }
						ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
			#tray-button{ float:left; margin-top:1px; padding:5px;}
				#tray-button:hover{ cursor:pointer; }
		
	
/* Progress Bar */					
#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:90%; background:rgba(0, 0, 0, 0.2); background:none; }
	#progress-bar{ position:relative; height:8px; width:100%; background:rgba(255, 255, 255, 0.3); background:none; }
	
	
/* Thumbnail Navigation */	
#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
	#nextthumb { right:12px; }
	#prevthumb { left:12px; }
		#nextthumb img, #prevthumb img { width:150px; height:auto;  }
		#nextthumb:active, #prevthumb:active { bottom:59px; }
		#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
/* Thumbnail Tray */			
#thumb-tray{ position:fixed; z-index:3; bottom:-150px; left:0; background: url('../images/white_tile.png'); background:rgba(255,255,255,0.5); height:150px; width:100%; overflow:hidden; text-align:center;  }
		
	#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
		#thumb-back{ left:0; background: url('../images/supersized/thumb-back.png') no-repeat center center;}
		#thumb-forward{ right:0; background:url('../images/supersized/thumb-forward.png') no-repeat center center;}
			#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.2); }
				#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.3); }
				#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.3); }
				
	ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0; margin:0 0 0 -260px; }
		ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
			ul#thumb-list li img { height:108px; opacity:0.5; -webkit-transition: opacity 300ms; -moz-transition: opacity 300ms; transition: opacity 300ms;	 }
			ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; }
			ul#thumb-list li:hover{ cursor:pointer; }
				
.homepage #controls-wrapper { display:none !important; }				
.subpage .supersized_controls { display:none; }				
#slidecounter { display:none !important; }


/* ---------- FancyBox ---------- */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	padding:5px;
	background: #fff url(../images/supersized/progress.gif) no-repeat center center;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	background:#fff !important;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); 
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	-webkit-transition: opacity 200ms; -moz-transition: opacity 200ms; transition: opacity 200ms;
	opacity:0.7;
}
#fancybox-left-ico:hover, #fancybox-right-ico:hover {
	opacity:1;
}

#fancybox-left-ico {
	background: url('../images/supersized/thumb-back.png') no-repeat left top;
	left: 20px;
}

#fancybox-right-ico {
	background: url('../images/supersized/thumb-forward.png') no-repeat right top;
	left: auto;
	right: 20px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
	display:none;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
	display:none;
}

#fancybox-title-float-main {
	color: #1d1d1d;
	line-height: 29px;
	font-weight: bold;
	padding: 5px 10px;
	background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); box-shadow: 4px 4px 8px 0px rgba(0,0,0,.6); 
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
	display:none;
}

.loadjs .events { visibility:hidden; }

/* Calendar */
.calendar .ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 170px;
    background:#fff;
    margin: 17px 0 0 -162px;
    z-index:10;
    border:1px solid #bbb;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.40); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.40); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.40);
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.calendar .ajax__calendar_body {
    height: 142px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 170px;
}
.calendar .ajax__calendar_days, .calendar .ajax__calendar_months, .calendar .ajax__calendar_years {
    height: 142px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 170px;
}
.calendar .ajax__calendar_container TABLE {
    font-size: 11px;
}
.calendar td, .calendar th {
    padding:1px;
}

.calendar .ajax__calendar_header {
    height: 20px;
    width: 100%;
}
.calendar .ajax__calendar_prev {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 15px;
}
.calendar .ajax__calendar_next {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 15px;
    width: 15px;
}
.calendar .ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}


.calendar .ajax__calendar_dayname {
    height: 17px;
    padding: 0 2px;
    text-align: center;
    width: 17px;
    font-weight:bold;
}
.calendar .ajax__calendar_day {
    cursor: pointer;
    height: 17px;
    padding: 2px 2px 0 2px;
    text-align: center;
    width: 18px;
}
    .calendar .ajax__calendar_active .ajax__calendar_day, .calendar .ajax__calendar_hover .ajax__calendar_day, #calendardiv a.Dates:hover {
        background-color: #F0E8EB;
        border-color: #fff;
        color: #333;
    }
    .calendar .ajax__calendar_other .ajax__calendar_day { color:#aaa; }
.calendar .ajax__calendar_month {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.calendar .ajax__calendar_year {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}


.calendar .ajax__calendar_footer {
    height: 15px;
}
.calendar .ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

#calendardiv { 
	z-index:1000; 
	margin-top: -25px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.40); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.40); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.40);
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
#calendardiv .Month { text-align: center; }
#calendardiv a { color: #000; } 
#calendardiv a.Dates { padding: 2px; } 

.tripadvisor-widget { float:left; width:148px; margin-top:10px; }
    .tripadvisor-widget #CDSWIDCOE.widCOE .widCOETitle { background-color:#fff; }
    .tripadvisor-widget .widCOELogo { border:none; padding:0; width:auto; }
    .tripadvisor-widget .widCOELogo a { border:none; padding:0; width:auto; }
    .tripadvisor-widget #CDSWIDCOE img { width:auto; }
    .tripadvisor-widget #CDSWIDCOE.widCOE .widCOELink a { width:auto; float:none; }


@media  (min-width: 1270px) {
    .nav_primary a { width:140px; }
                .nav_primary ul li ul.megamenu { width:615px !important;}
                    .nav_primary ul li ul.megamenu li a { width:287px; }
}

@media  (max-width: 1005px) {
	.wrapper {
		min-width: 760px;
	}

	.nav_primary {
		z-index: 100;
	}
		.nav_primary ul {
			 min-width: 100%; 
		}
			.nav_primary a {
				width: 78px;
				overflow: hidden;
				padding-top: 15px;
				padding-bottom: 7px;
				font-size: 85%;
			}
			.nav_primary #nav_rooms a, .nav_primary #nav_location a {
				padding-top: 22px;
				padding-bottom: 9px;
			}
				.nav_primary ul ul {
					width: 183px !important;
				}
					.nav_primary ul ul a, .nav_primary ul li ul.megamenu li a {
						width: 163px;
					}

		.nav_primary ul li ul.megamenu {
			width: auto !important;
		}

			.nav_primary ul li ul.megamenu li:nth-child(2n+1) a {
				background-image: none;
				padding-right: 10px;
			}

			.nav_primary ul li ul.megamenu span, .nav_primary ul li ul.megamenu span.long {
				width: auto;
				height: auto;
				padding: 5px 0;
			}

			.nav_primary ul li ul.megamenu img {
				display: none;
			}

	.contentwrapper {
		width: 760px;
	}

	section.content {
		width: 450px;
		padding: 20px 20px 40px 20px;
		overflow: hidden;
	}

	.header_image {
		width: 450px;
		overflow: hidden;
	}

	.nav_bread, .nav_sub, .nav_foot li span { /*, .specials_home .item:last-child*/
		display:none;
	}

	.content_textWifi {
		width: 100%;
		margin-right: 260px;
	}

	.leftcontent {
		margin-top: 12px;
		padding-right: 135px;
		margin-right: 174px;
	}

	.specials_home_wrapper {
		bottom: 0;
		left: 100px;
		position: absolute;
		width: 100%;
	}

	.specials_home {  }

		.specials_home .item {
			font-size: 12px;
			width: 145px !important;
		}

		.specials .item img {
			height: auto;
			max-width: 145px;
		}


	/*ADDDED BY CATHAL*/

	.rooms_detail .header_inner {
		margin: 0;
		}

	.rooms img {
		width:100%;
		margin-bottom:18px !important
	}

	.specials_detail img {
		width: 455px !important;
	}

	/* END OF ADDED BY CATHAL*/


	#CDSWIDSSP {
		width: 370px!important;
	}

	.Wifi_section .specials_detail .header_inner {
		height: 24%;
		width: 65%;
	}

	.Wifi_section .specials_detail .item {
		width: 65%;
	}

	.Wifi_section .specials {
		float: none;
	}
}

@media print {
	html, body, #aspnetForm, .wrapper {height:auto;}
	.nav_primary, .nav_primary_bg, .socialmedia, aside, .nav_bread, .nav_sub, #supersized, .nav_foot {
		display: none;
	}
	.contentwrapper {
		box-shadow: none;
	}
	section.content {
		margin: 0;
	}
}

/* Large screens ----------- */
@media 
 (min-width : 1824px) {}

/* Desktops and laptops ----------- */
@media 
 (max-width : 1224px) {
/* STYLES GO HERE */
.homepage ul#supersized {
		padding:0;
		margin:0;
	}
}


@media  (max-width:870px) {

	/*Navigation Section*/

	#pull {
    background: url("../images/nav_bg.png") repeat-x scroll left top / contain rgba(0, 0, 0, 0);
    display: block;
    font-size: 240%;
    font-stretch: ultra-expanded;
    margin-top: -10px;
    position: fixed;
	z-index:1999;
    width: 50px;
}



	.nav_primary #nav_home a {
		width:100%;
		text-indent:initial;
		background: url(../images/nav_home.png) no-repeat right 14px, url(../images/nav_bg.png) repeat-x top left; 
	}

 .nav_primary #nav_home a:hover { 
			background: url(../images/nav_home.png) no-repeat right -34px; 
			background: url(../images/nav_home.png) no-repeat right -34px, url(../images/nav_bg.png) repeat-x bottom left; 
 }


	.nav_primary #nav_home.selected a {
		background-image:none;
		background-color:#e6dcdf;
	}

	.nav_primary #nav_home.selected a {
		text-indent:initial;
	}


	.nav_primary a {
		font-size: 123%;
	}

	.slimmenu {
		display: none;
	}

	.nav_primary ul {
		margin-top:55px;
	}

	.nav_primary li {
		width: 100%;
	}

	.nav_primary a {
		width: 95%;
		text-align: left;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.nav_primary ul ul a {
		display: none;
	}


	section.content {
		margin: 56px 0;
		padding: 20px 0px 40px 10px;
		float: left;
		width: 95%;
	}


	

	#supersized, .socialmedia, .pref_family {
		display: none;
	}

	.homepage #supersized, .homepage .socialmedia {
		display: block;
	}


	/* #### HOME PAGE ##### */

	h2 {
		font-size: 255%;
		margin: 0.5em 0 0.5em 0;
	}

	

	.homepage #supersized {
		/*
		position: absolute;
		height: auto;*/

	}

	.homepage .wrapper {
		overflow: inherit;
	}

	.homepage #supersized li {
		overflow: visible;
		left:0 !important;
	}

	#supersized img {
		top:0 !important;
		height: auto !important;
		width: 100% !important;
	}


	.specials_home_wrapper, .button_more_info {
		display: none;
	}

	.wrapper {
		width: auto !important;
	}

	.more_info_content {
		display: block;
		left: 0;
		margin: 420px 0 0;
		max-height: 100%;
		padding: 0 38% 0 15px;
		width: 62%;
	}

	.values {
		display: none;
	}

	/* #### ContentPages ##### */



	.contentwrapper {
		width: auto !important;
		float: left;
	}

	/*.content_text {
		width:490px
	}*/

	.nav_sub {
		display: none;
	}

	/* ### Display Sub Nav ### */

	#pg_62 .nav_sub, #pg_63 .nav_sub, #pg_83 .nav_sub, #pg_94 .nav_sub, #pg_117 .nav_sub, #pg_164 .nav_sub {
		display: block;
		width: 66%;
	}


	#pg_26 #supersized {
		display: block !important;
	}

		#pg_26 #supersized li {
			top: 0;
		}

	#pg_26 #thumb-tray {
		bottom: 0px;
	}


	#pg_117 .nav_sub a {
		width: 100%;
	}

	/*Location Updates */

	#pg_94 .header_image {
		width: 100% !important;
	}

	.nav_attractions {
		display: none;
	}


	.content h2 {
		width: 66%;
	}




	.specials_detail img {
		width: 105% !important;
	}

	.gallery {
		width: auto;
	}

		.gallery img {
			width: 100%;
			height: auto;
		}
	/* ### FooterSection #### */
	.top_button {
		float: right;
		right: 10px;
	}

		.top_button:hover {
			float: right;
			right: 10px;
		}

	.summit, .nav_foot {
		display: none;
	}
}


@media (max-width:768px) and (orientation : portrait) {
	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}

}

@media  (max-width:749px) {

	.nav_primary{
		 z-index: 101;
	}

	.wrapper {
		min-width: inherit;
	}

	.booking_section #togglebookingpanel, .bestrate, .booking_section #toggle_button,  .specials_section, .hide_content {
		display:none;
	}

	.booking_section {
		width:0px;
		margin:0px;
		padding:0px;
	}

	.booking_section .book_button {
			
			background:none;
			border:none;
			padding:0px;
			margin:0px;
				
	}

	.booking_section .book_button input {
		
		display: block;
		font-size: 123%;
		left: -200px;
		position: absolute;
		top: 18px;
		background: none repeat scroll 0 0 #500801;
		border: medium none #500801 !important;
		margin: 0 0 -1px;
		padding: 0 20px;
		text-transform: uppercase;
}
	
	.friends {
		display:none;
	}
	

	.more_info_content {
		background: none repeat scroll 0 0 #FFFFFF;
		max-height: 100%;
		margin: 250px 0 0;    
		padding: 10px 10px;
		position: relative;
		right: 0;
		width: auto;
		z-index: 1;
	}

	.homepage #supersized li {
		top:0px;
	}

	aside {
		min-height: 40px;
		width: auto;
	}
	.aside_top {
		height: 40px;
	}
	.logo {
		text-indent: inherit;
		 width: 180px;
		height: auto;
		margin: 10px;
	}

		.logo img {
			float: right;
			width: 100%;
			height:auto;
		}

	h2 {
		font-size: 200%;
		margin: 0.2em 0 0.1em 0
	}

	/* #### Home Page ##### */


	.homepage #supersized img {
		height:400px !important;
		top: 7px !important;
	}

	.homepage #supersized li {
		top:0px;
	}

	#nextslide {
		left: 55px;
		right:0;
	}


	/* #### ContentPages ##### */

	
	.content_text {
		margin-bottom: 50px;
		width: 100% !important;
	}


	.rooms_list img {
		height: auto;
		width: 100%;
	}

	

	.header_image {
				height:auto;
				width: 100%;
	}


		.header_image img {
			width: 98% !important;
			height:auto;
		}

		/* #### Location SECTION #### */


		#pg_94 #map, #pg_94 .header_image, #map_directions_controls, #pg_94 .nav_sub .selected > a:first-child {
			display:none;
		}

	.mobile_directions_control { display:block;margin-bottom: 20px;	}

	.map_directions_public {
		width:100%;
	}


		/* #### FOOTER SECTION #### */

	.top_button {
		bottom:80px;
	}

	aside .aside_bottom {
		bottom: 0 !important;
		left: 0 !important;
		position: fixed;
		text-align: center;
		width: 100%;
	}

	.languages a {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}

	footer  {
		display:block !important;
		width:100%;
		padding:15px 0 5px;
	}

	address, .weather {
		display: none;
	}
	

	.mobile_footer {
		display:block;
	}
	.mobile_footer ul{
		list-style:none;
		width:100%;
		margin:0;
		padding: 0 0 15px;
	}

	.mobile_footer li {
		display: inline-block;
		width: 30%;
	}
	.mobile_footer a {
		display: inline-block;
		float: none;
		height: 14px;
		margin: 0 10px;
		text-indent: -9999px;
		width: 25px;
	}

	.mobile_footer .mailto {
		background: url("../images/email_white.png") no-repeat;
		background-size:25px auto;
		padding-top:10px;
	}

	.mobile_footer .location {
		background: url("../images/location_white.png") no-repeat;
		background-size:25px auto;
		padding-top:10px;
	}

	.mobile_footer .tele {
		background: url("../images/tele_white.png") no-repeat;
		background-size:25px auto;
		padding-top:10px;
	}

    /*.homepage #supersized, .homepage .socialmedia {
		display: none;
	}*/
}



/*to Fix bug in Specails offers*/

@media  (max-width:670px) {

	.specials_detail .header_inner {
		margin: -244px 0 0 0;
	}

	#pg_117 .header_image, #pg_117 #attractions_map, #pg_117 .content_text {
			display:none;
		}


	#pg_117 .nav_sub, #pg_117 .nav_sub ul ul li {
    width: 100%;
}

	#pg_116 .header_image, #pg_157 .header_image{
		height:200px !important;
		width:440px;
	}
}

/*to Fix bug in Specails offers*/

@media  (max-width:590px) {

	.specials_detail .header_inner {
		margin: -218px 0 0;
		height: 200px;
	}
	.specials_detail img {
		width: 107% !important;
	}
}


/* ##### MAIN Responsive Section ####### */

@media  (max-width:570px) {
	.content h2 {
		font-size: 205%;
		min-height: initial;
	}
	.logo {
		height: auto;
		width: 140px;
	}
	.button a {
		background-image:none;
		padding:10px;
		font-size: 85%;
	}
	.button input:hover, .button a:hover, .button input:active, .button a:active {
		background-image:none;
	}
	.button_small, .button_small input {
			font-size: 90%;
	}

	.specials_detail .header_inner {
		height: 190px;
	}


	#pg_116 #map, #pg_157 #map {
		width: 90% !important;
	}

	#map_directions {
		display:none;
	}

	#pg_116 .header_image, #pg_157 .header_image {
		height:180px !important;
	}


	/* Contact Us Form */

	#pg_93 section.content {    width: 90%;  }

	.form td {
		line-height:250%;
	}

	.form td .TextBox {
		text-align:right;
	}

	.TextBox img {
		display:none;
	}

	.form .form_left {
		width: auto;
	}
	.form td.button {
		width: 50%;
	}

	td, th {
		display: table-cell;
		padding: 2px;
		width: 50%;
	}

	select {
		width: 175px;
	}

	.textbox_larger textarea {
		height: 160px;
		width: 80%;
	}

	label {
		
		left: 0 !important;
		padding: 5px 0 !important;
		position: inherit !important;
	
	}

	.meetings td, .meetings th {
		display:table-cell;
	}

	.content_text img {
		
		margin: 5px 0;
	}

	#pg_105 .TextBox img {
		display:none;
	}

	
}

@media  (max-width:519px) {

	/*to Fix bug in Specails offers*/
	.specials_detail .header_inner {
		margin: -190px 0 0 0;
		height: 175px;
	}

	/*Restaurant Section*/

	.restaurants_list .item {
		width: 98%;
	}

	.restaurants_list img {
		display: none;
	}
	.restaurants .item_right {
		width: 100%;
	}

	.content h2 {
		width: 95%;
	}
}

@media  (max-width:439px) {

	/*to Fix bug in Specails offers*/

	.specials_detail .header_inner {
		margin: -172px 0 0 0;
		height: 150px !important;
	}

	.homepage #supersized img {
		height:auto !important;
		
	}

	.more_info_content {
		margin: 150px 0 0;
	}

	.nav_primary  a{
		font-size:100%
	}

	/*Book Now Button*/
	.booking_section .book_button input {

		font-size: 93%; left: -110px; padding: 0 10px; top:18px;
	}

	#pg_116 .header_image, #pg_157 .header_image{		
		width:310px;
	}
	
	.accordion h3 {
		width: 370px;
		
	}

	.accordion .accordion_links {
		width: 370px;
	}


}

@media  (max-width:380px) {

	.specials_detail .header_inner {
		margin: -166px 0 0 0;
		height: 150px !important;
	}

	.nav_sub a {
		width:250px;
	}

	/*Locations Section Issues */

	#pg_116 .content h2, #pg_157 .content h2{
		font-size: 185%;
	}

	#pg_116 .content_text h3 {
		line-height: 0.8em;
	}

	#pg_116 .header_image, #pg_157 .header_image{ height: 120px !important;
	}

	#pg_116 #map, #pg_157 #map{
		
		height: 350px;
	}

	.accordion h3 {
		width: 320px;
		font-size:medium;
		background:url("../images/button_arrow_top.png") no-repeat scroll 290px ;
	}

	.accordion .accordion_links {
		width: 320px;
	}

}

@media  (max-width:360px) {
	
	.logo {
		width: 100px;
	}
	.specials_detail .header_inner {
		height: 100%;
		margin: -142px 0 0;
	}

	.specials_detail img {
		width: 115% !important;
	}
	
}

@media  (max-width:340px) and (orientation : portrait){

	#pg_90 .content_text {
		width: 90% !important;
	}

	.nav_primary {
		position: absolute;
	}
	.push_right {
		padding-right: 50px;
		float:right;
	}

	.homepage #supersized li {
		top:-40px;
	}
	.gallery a {
		width:45%;
	}
	.more_info_content {margin: 150px 0 60px 0;	}

	.content_text h3 {
		font-size:170%
	}

	.homepage #supersized img {
		
		top: 70px !important;
	}

	.accordion h3 {
		width: 280px;
		font-size:medium;
	}

	.accordion .accordion_links {
		width: 280px;
	}

	/*Forms*/

	#ctl00_ContentPlaceHolder1_AroInputControl1_EventTypeIDRadioText {
		margin: 0 60px 0 0 !important;
	}

	.textbox_larger_2 {
		display:none !important;
	}

	label {
		
		float:none !important;
	
	}

}



/* Smartphones (portrait and landscape) ----------- */
@media 
 (min-device-width : 320px)
and (max-device-width : 480px) {
.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 

 
/* Smartphones (portrait) ----------- */


@media 
 (max-width : 320px) {
/* STYLES GO HERE */
	.specials_detail .header_inner {
		margin: -135px 0 0;
	}
	.button_small a, .button_small input {
		padding: 6px 4px;
		font-size: 93%;
	}

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}

}
 
/* iPads (portrait and landscape) ----------- */
@media 
 (min-device-width : 768px)
and (max-device-width : 1024px) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}

 
/* iPads (landscape) ----------- */
@media 
 (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 
/* iPads (portrait) ----------- */
@media 
 (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 

 
/* iPhone 5 (portrait & landscape)----------- */
@media 
 (min-device-width : 320px)
and (max-device-width : 568px) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 
/* iPhone 5 (landscape)----------- */
@media 
 (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 
/* iPhone 5 (portrait)----------- */
@media 
 (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	}
}
 

/* ----------- iPad mini ----------- */


@media  
 (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	} 
}


@media  
 (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	} 
}


@media  
 (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

	.button_3d {
		display:none !important;
	}

	.mobile_alert_control {
		display:block;
	} 
 }


@media (max-height:768px) {
    .friends {
    display:none;
    }
}

