/* Desde: https://www.voguelaundry.com/skin/js/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â';
}
[dir='rtl'] .slick-next:before
{
    content: 'â';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Desde: https://www.voguelaundry.com/skin/css/dialog.css */
/*!
 * jQuery UI Dialog @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	/*padding: .2em;*/
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	/*padding: .5em 1em;*/
	background: none;
	/*overflow: auto;*/
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


/* Desde: https://www.voguelaundry.com/skin/js/bxslider/jquery.bxslider.css */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	width:100%;
	background:#333;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	padding:30px 0;
	margin:0 auto;
	/*width: 1000px !important;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	/*-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 11px;
	background: url(../../images/gallery-arrow-l.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.bx-wrapper .bx-next {
	right: 11px;
	background: url(../../images/gallery-arrow-r.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.bx-wrapper .bx-controls-direction a:hover {
	-webkit-opacity:0.8;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;filter:alpha(opacity=80);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9;
	-webkit-opacity:0.25;-moz-opacity:0.25;-khtml-opacity:0.25;opacity:0.25;filter:alpha(opacity=25);
}

.bx-wrapper .bx-controls-direction a.disabled {
	/*display: none;*/
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Desde: https://www.voguelaundry.com/skin/js/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Desde: https://www.voguelaundry.com/skin/js/smoothness/jquery-ui-1.10.3.custom.min.css */
/*! jQuery UI - v1.10.3 - 2013-12-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}

/* Desde: https://www.voguelaundry.com/skin/css/ie.css */
@media screen\0 {
	/* IE 10, 11 CSS */
	.banner-text-container .banner-text .banner-text-content { background-image: url('../images/bgc/000000_50.png'); background-color: transparent; }
    .photo-text .img-box img { width: 100%; }
	.maps-container .map-list { height: auto; }
	.maps-container .map-list ul { height: 505px; }
	.maps-container .map-box iframe { height: 550px; }
	
	.show_900 { display: none !important; }
	.show_800 { display: none !important; }
	.show_700 { display: none !important; }
	.show_680 { display: none !important; }
	.show_600 { display: none !important; }
	.show_480 { display: none !important; }
	.show_400 { display: none !important; }
}

@media (max-width: 900px){
	.show_900 { display: block !important; }
}
@media (max-width: 800px){
	.show_800 { display: block !important; }
}
@media (max-width: 700px){
	.show_700 { display: block !important; }
}
@media (max-width: 680px){
	.show_680 { display: block !important; }
}
@media (max-width: 600px){
	.show_600 { display: block !important; }
}
@media (max-width: 480px){
	.show_480 { display: block !important; }
}
@media (max-width: 400px){
	.show_400 { display: block !important; }
}

/* Desde: https://www.voguelaundry.com/skin/css/slider.css */
.banner-wrapper, .m-s-photo-txt{
	overflow:hidden; 
	position:relative;
}
.banner-wrapper ul, .m-s-photo-txt ul{
	position:absolute;
}
.banner-wrapper ul li, .m-s-photo-txt ul li{
	float:left; 
	overflow:hidden; 
	position:relative;
}
.banner-wrapper ul li div{
	position:absolute; 
	overflow:hidden;
}
.banner-wrapper .btnBg {
	position:absolute; 
	width:100%;
	height:20px; 
	left:0; 
	bottom:0; 
	background:#000;
}
.banner-wrapper .btn, .m-s-photo-txt .btn{
	position:absolute; 
	width:100%; 
	height:10px; 
	padding:5px 10px; 
	right:0; 
	text-align:right;
}
.m-s-photo-txt .btn{
	padding:0;
	height:16px;
	width:53%;
	/*margin-bottom:30px;*/
}
.banner-wrapper .btn span{
	display:inline-block; 
	_display:inline; 
	_zoom:1; 
	width:25px; 
	height:10px; 
	_font-size:0; 
	margin-left:5px; 
	cursor:pointer; 
	background:#fff;
}
.m-s-photo-txt .btn span{
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float:left;
}
.banner-wrapper .btn span.on{
	background:#fff;
}
.banner-wrapper .preNext{
	width:45px; 
	height:100px; 
	position:absolute; 
	top:40%; 
	cursor:pointer;
}
.banner-wrapper .pre{
	background:url(../images/banner-arrow-l.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	left:22px;
}
.banner-wrapper .next{
	background:url(../images/banner-arrow-r.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	right:22px;
	z-index: 999;
}

.m-s-photo-txt .btn div{
	overflow: hidden;
    margin: 0 auto;
    max-width: 150px;
    padding-top: 4px;
    padding-bottom: 30px;
}

@media (max-width:605px) {
	.m-s-photo-txt .m-s-phote{width:100%;float:none;}
	.m-s-photo-txt .m-s-txt{width:94%;float:none;margin-left:3%;}
	.m-s-photo-txt .btn{width:100%;}
}

/* Desde: https://www.voguelaundry.com/skin/js/fancybox/jquery.fancybox.css */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background:#000;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 20px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Desde: https://www.voguelaundry.com/skin/css/style.css?v=202507021529 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@charset "utf-8";
/* CSS Document */
/*		font-family: 'FuturaCom-Medium';
		src: url('/css-v1540/fonts/2591CB_3_0.eot');
		src: url('/css-v1540/fonts/2591CB_3_0.eot?#iefix') format('embedded-opentype'),
				url('/css-v1540/fonts/2591CB_3_0.woff') format('woff'),
				url('/css-v1540/fonts/2591CB_3_0.ttf') format('truetype');*/

/*
@font-face {
		font-family: 'FuturaCom-Medium';
		src: url('../fonts/2591CB_3_0.eot');
		src: url('../fonts/2591CB_3_0.eot?#iefix') format('embedded-opentype'),
				url('../fonts/2591CB_3_0.woff') format('woff'),
				url('../fonts/2591CB_3_0.ttf') format('truetype');
}
@font-face {
		font-family: 'Tahoma';
		src: url('../fonts/Tahoma.ttf');
		src: url('../fonts/Tahoma.ttf') format('truetype');
}
*/

*{

	font-family: 'Open Sans', arial, 'microsoft jhenghei' ;
	border:0px;
	padding:0px;
	margin:0px;
 -webkit-tap-highlight-color: transparent;
}

body { overflow-y: auto; }

ul, ul li{list-style-type:none;}

.navbar{
	background:#3d3c3c;
	height:36px;
	-moz-box-shadow:0px 9px 10px #999999; -webkit-box-shadow:0px 9px 10px #999999; box-shadow:0px 9px 10px #999999;

}

.top{
max-width:910px;
height:36px;
margin:0 auto;}

.nav_z{height:36px;float:left;position:relative;z-index:999 ;
margin:auto;

}
#navul li{float:left;
height:36px;
position:relative;
text-align:center;
line-height:36px;
padding-left:25px;
padding-right:25px;
font-size:13px;
}
#navul li ul{
	display:none;
	position:absolute;
	z-index:999;
	/* background:#3d3c3c; */

	border-bottom:none;
	/* left:-18px; */
	width: 100%;
}
#navul li ul li{
	display:block;
	float:none;

	/* width:130px; */
	background-color: #3d3c3c;
	margin-left: -18px;
	margin-right: -18px;
	padding-left:18px;
	padding-right:18px;

	font-size:16px;
	height:36px;
	position:relative;
	line-height:36px;
	font-size:13px;
	overflow:hidden;
	border-top:#999 solid 1px;
}
#navul li ul li a{
	color:#808080;
}
#navul li ul li a:hover, .nav-child-current{
	color:#fff;
}
#navul li.navmoon{

}


#navul li.navmoon ul{
display:block;
}


header{
	width:100%;

}
header a{
	color:#939598;
	text-decoration:none;
}
header a:hover{
	color:#939598;

}
.top-ban{
	width:100%;
	height:20px;
	background:#3d3c3c;
}
.lang{
	float:right;
	margin-right:100px;
	font-size:12px;
	line-height: 20px;
}
.logo{

	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	background:#ffffff;
}
.logo img {
	width:300px;


}

.container{
	max-width:1000px;
	overflow:hidden;
	margin:auto;
}
.banner {
	background-color:#efefef;
	margin-top: -1px;
}
.banner img{
	width:100%;
}
.txt{
	margin:auto;
	text-align:center;
	width:85%;
	padding-top:55px;
	color:#8b8a8a;
	padding-bottom:60px;
	font-size:15px;
	/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */
	line-height:20px;
}
.txt .tit{
	font-size:24px;
	padding-bottom:33px;
	display:inline-block;
	/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */
	line-height: 25px;
}

.s-banner{
	height:400px;
	width:100%;
	position: relative;
}

.pro-1{
	background:url(../images/ParkLane_Family-Room_Day.jpg);
	background-size:120%;
}
.pro-2{
	background:url(../images/ParkLane_Riva_Inteior.jpg);
	background-size:120%;
}

.pro-3{
	background:url(../images/ParkLane_Churchill_Boardroom.jpg);
	background-size:120%;
}
.pro-4{
	background:url(../images/ParkLane_ParkLaneRoomI-VI.jpg);
	background-size:120%;
}

.s-banner .tips{
	font-size:15px;
	/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */
	padding:30px 26px 30px 32px;
	color:#ffffff;
}
.s-banner .tips a{
	margin-top:20px;
}
.s-banner .tips .tit{
	font-size:35px;
	display:inline-block;
	margin-bottom:30px;
}
.s-banner .t1{
	margin-top:80px;
	max-width:342px;
	float:left;
	margin-left:50px;
	background: rgba(0,0,0,0.4);
}
.s-banner .t2{
	float:right;
	max-width:342px;
	margin-top:80px;
	margin-right:50px;
	background: rgba(0,0,0,0.4);
}
.s-banner .t3{
	max-width:270px;
	float:right;
	height:370px;
	margin-right:50px;
	color:#333333;
	padding-top: 0px;
	padding-left: 33px;
	padding-right: 27px;
	background: rgba(255,236,241,0.73);
}
.s-banner  .t3 .tit{
	padding-top:60px;
}
/*.s-banner .t3 a{
	border:#333 solid 1px;
}*/

.phone-div{
	height:36px;
	background:#3d3c3c;
}
footer{
	background:#666666;
	width:100%;
	position:relative;
	/*top:-16px;*/
}

/* wendy */
/* é¡µå¤´é¡µè start */
.navbar{
	height:53px;
	background:url(../images/navigation-bar-bg.png) repeat;
	-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
}
header a{
	height:34px;
	display:block;
}

header{
	z-index:99;
	position:relative;
}
.main{
	position:relative;
	z-index:9;
	/*margin-top:-16px;*/
}
.phone-div .container{
	/* max-width:845px; */
	max-width: 930px;
	line-height:34px;
}
.phone-div .container div{
	float:left;
	color:#ffffff;
	margin-left:60px;
}
.phone-div .container div:first-child{
	margin-left:0;
}
.phone-div .container div a, footer .footer-link .container a:hover,
footer .footer-link .container .flink-current{
	color:#ffffff;
}
footer{
	background:#000000;
	color:#666666;
}
footer .footer-link .container{
	margin-top:30px;
	border-bottom:1px solid #666666;
}
footer .footer-link .container a{
	color:#666666;
	text-decoration:none;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
	font-size:14px;
}
footer .footer-link .container .social{
	width:100%;
	float:right;
}
footer .footer-link .container .social li{
	float:left;
}
footer .footer-link .container .social-txt{
	width:100%;
	padding-bottom:10px;
	white-space: nowrap;
}
footer .footer-link .container .social ul{
	padding-bottom:35px;
	overflow:hidden;
}
footer .footer-link .container .social li a{
	width:35px;
	display:block;
	margin-right:10px;
}
footer .footer-link .container .social li a img{
	width:100%;
	-webkit-opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;filter:alpha(opacity=30);
}
footer .footer-link .container .social li a:hover img{
	-webkit-opacity:0.8;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;filter:alpha(opacity=80);
}
footer .footer-link .container .social .newsletter input{
	width:180px;
	height:25px;
	background:#4c4c4c;
	padding:0 10px;
	margin-bottom:35px;
	font-size:13px;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
	font-weight:bold;
}
footer .footer-link .container .social .newsletter input:-moz-placeholder{color:#000000;}
footer .footer-link .container .social .newsletter input::-webkit-input-placeholder{color:#000000;}
footer .footer-link .container .social .newsletter button{
	width:35px;
	margin-left:5px;
	height:25px;
	background:white;
	font-weight:bold;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
	font-size:13px;
	-webkit-opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;filter:alpha(opacity=30);
}
footer .footer-link .container .social .newsletter button:hover{
	-webkit-opacity:0.8;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;filter:alpha(opacity=80);
	cursor:pointer;
}
/*
footer .footer-link .container .social div:last-child{
	float:none;
	clear:both;
	width:225px;
	height:110px;
	background:#ffffff;
}
*/
footer .footer-link .container .social .ads {
	float:none;
	clear:both;
	width:225px;
	height:110px;
	background:#ffffff;
	/*margin-bottom:40px;*/
}
footer .copyright{
	max-width:430px;
	margin:0 auto;
	height:35px;
	line-height:35px;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
	font-size:11px;
}

/*
#navul>li:hover>a, #navul>li.nav-currenct>a{border-bottom:4px solid #a7a7a7;}
#navul>li:hover>a, #navul>li.nav-current>a{border-bottom:4px solid #a7a7a7;}
#navul li>a{height:33px;}
*/

.footer-link table{width:100%;margin-bottom:40px;}
.footer-link table tbody tr td{vertical-align:top;padding:0 20px;}
.footer-link table tbody tr td div{overflow:hidden;}
.footer-link table tbody tr td div ul li{padding:3px 0;white-space:nowrap;}
/*.footer-link table tbody tr td div ul li:first-child{padding:0 0 3px 0;}*/
footer .newsletter{width:250px;}
/* eddy 2015.09.15
@media (max-width: 799px){
	.footer-link table tbody tr td{display:block;width:100%;overflow:hidden;}
	.hide-footer{display:none !important;}
	footer .footer-link .container .social{padding-top:30px;}
}
*/

footer .footer-link .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	box-sizing: border-box;
	padding: 0 30px 40px;
}
footer .footer-link .container > .footer-column:nth-child(1) {
	grid-row: span 4;
}
@media (max-width: 700px) {
	footer .footer-link .container {
		display: block;
		padding: 0 0 40px 20px;
	}
}

/* lang */
#lang_current{padding-left:10px;width:73px;background:url(../images/language-arrow.png) 65px 5px no-repeat;height:20px; cursor: pointer; }
.lang ul{position:relative;z-index:999;background:#3d3c3c;border-bottom:none;display:none;}
.lang ul li{padding:2px 10px;border-top:1px solid #808080;}
.lang ul li>a{height:20px;font-size:12px;color:#808080;}
.lang ul li:hover a{color:#939598;}
.logo a{height:auto; display: inline;}
/* é¡µå¤´é¡µè end */
#index-banner{
	height: 550px !important;
}
#index-banner img{
	/* height: 550px !important; */
}
/*abner pop up form start*/


.pop-up-form {

	text-align: center;
	font-size: 15px;
	letter-spacing:2px;
	line-height:33px;
	width:110px;
	height:34px;
	z-index: 999;
	position:fixed;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei';  */
	/*bottom:25%;*/
	top: 12%;
	right: -39px;
	background-color:#3d3c3c;
	/*opacity: 10%;*/
	color: white;

	border-radius: 5px 5px 0 0;

	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}
.pop-up-table{
	/*position: absolute;
	left:200px;
	right: 500px;
	z-index: 9999;*/
}
.ickeck-form{
	width: 1000px;
	float: left;
	padding-left: 0px;
	display: none;
	position: relative;
	z-index: 9999 !important;
}
.ickeck-form table.form_table{
	float: left;
	text-align: center;
	background-color:black;
	color:white;
	/*width: 740px;*/
	height: 530px;

	font-size: 13px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	border-collapse: collapse;
	border:none;
}
.ickeck-form table.form_table td{
	height: 40px;
	padding: 0px 5px 0px 5px;
}
.icheck_str{
	/*width: 415px;*/
	text-align: left;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.td_1,.td_3,.td_5{
	background-color: #292929;
	background-color: rgba(173, 173, 173, 0.2);
}
.td_1,.td_2,.td_3,.td_4,.td_5{
	width: 65px;
}
.ickeck-form table.form_table tr{
	border-bottom: 1px solid #666666;
}
#icheck_th{
	height:50px;
	font-size:10px;
}
#div-pop .last_tr{
	/*border:0;*/
}
.pop-submit{
	width: 100%;
	height: auto;
	float: left;
	background-color: black;
}
.pop-submit .a_btn{
	display:block;
	text-align: center;
	width: 155px;
	height: 50px;
	float:left;
	font-size:25px;
	color: white;
	line-height: 50px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	border: #555555 solid 2px;
	border:rgba(255,255,255,0.35) solid 2px;
	background-color: #000000;
	background-color: rgba(255,255,255,0);
	margin:20px 0px 20px 42%;
	padding: 0 !important;
	/*outline: none;*/
}
.pop-submit .a_btn:hover{
	cursor: pointer;
}
#btn-pop-close{
	float: left;
	text-align: center;
	font-size: 15px;
	width:110px;
	height:34px;
	letter-spacing:3px;
	line-height:30px;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei';  */

	background-color:#3d3c3c;
	color: white;
	position: absolute;
	top:38px;
	left: -72px;

	border-radius: 5px 5px 0 0;

	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.pop-up-form:hover,.pop-up-form-table:hover,#btn-pop-close-res:hover{
	cursor: pointer;
}

/*resposive pop*/
#pop-2{
	width: 100%;
	/*text-align: center;*/
	display: none;
	z-index: 9999 !important;
}
#btn-pop-close-res{
	text-align: center;
	font-size: 15px;
	width:110px;
	height:34px;
	letter-spacing:3px;
	line-height:30px;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei';   */

	background-color:#3d3c3c;
	color: white;
	border-radius: 5px 5px 0 0;

	margin-left: auto;
	margin-right: 0px;
}
#pop-2-table{
	width: 100%;
	background-color: black;
	color: white;
	border-collapse: collapse;
	border:none;
}
#pop-2-table table.form_table{
	width: 100%;
}
#pop-2-table table.form_table td{
	background-color: black;
}
#pop-2-table .pop-res-hr{
	text-align: center;
	font-size: 11px;
}
#pop-2-table .pop-res-hr td:first-child{
	padding-left: 10px;
}
#pop-2-table .pop-res-hr td:nth-last-child(1){
	/*padding-right: 10px;*/
}
#pop-2-table .pop-res-hr td{
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 1%;
	padding-right: 1%;
	width: 20%;
	vertical-align: bottom;
}
#pop-2-table .pop-uo-form-tit td{
	font-size: 14px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	color: #C69C6D;
	/*display: block;
	width: 100%;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #666666;
}
#pop-2-table .pop-up-form-input{
	width: 100%;
	text-align: center;
}





/*pop up form end*/

/*dining start*/
.dining-banner{
	width: 100%;
	background:url(../images/dining/ParkLane_Riva-and-The-Deck_day.jpg) no-repeat;
	background-size: 100% auto;
	text-align: center;
	height: 650px;
	background-position: 80% 70%;
}
#dining-banner:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.dining-tit-div{
	/*position: relative;*/
	margin: 0 auto;
	height:100%;
	width: 100%;
	text-align: left;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dining-banner-tit{
	width: 40%;
	height: 100%;
	/*background-color: black;
	opacity:0.35;*/
	background: rgba(0,0,0,0.35);
}
.dining-banner-txt{
	color: white;
	width: 340px;
	margin-left: 30px;
	padding-top: 35px;
	font-size: 15px;
}

.dining-banner-txt .tit{
	font-size:40px;
	/*line-height: 31px;*/
	padding-bottom:25px;
	padding-top: 35px;
	display:inline-block;
	/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */
}
.dining-banner-txt a{
	display:block;
	text-align: center;
	width: 120px;
	height: 45px;
	float:left;
	font-size:20px;
	color: white;
	line-height: 45px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	/*padding-top: 15px;*/
	border:rgba(255,255,255,0.35) solid 2px;
	margin-right: 25px;
	margin-top:30px;
	padding: 0 !important;
}
.book-now-btn a{
	display:block;
	text-align: center;
	width: 155px;
	height: 50px;
	float:left;
	font-size:25px;
	color: white;
	line-height: 50px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	border:rgba(255,255,255,0.35) solid 2px;
	margin-right: 25px;
	margin-top:30px;
	padding: 0 !important;
}
.dining-banner-txt a:hover,.book-now-btn a:hover{
	background-color: rgba(255,255,255,0.7);
	/*border:rgba(255,255,255,0.35) solid 2px;*/

	color: black;
}
/*å¾çæ»å¨*/
.jcarousellist{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 220px;*/


}
.jcarousellist li img{
	vertical-align:middle;
	margin: 20px 10px 20px 10px;
	width: 250px;
	height: 180px;
}
.jcarousellist ul{

}
.banner-button{
	height: 100px;
	cursor: pointer;

}
#button-l{
	display: block;

}
#button-r{
	display: block;

}

.jcarousellist-table{
	background-color: #3d3c3c;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border:none;
}
/*æ»å¨end*/
/*å¨æ¯å¾ start*/
#view-img{
	background-color: black;
	padding: 20px;
}
#placeholder-div{
	width: 100%;
	height: 584px;
	background-color: rgba(255,255,255,0.7);
}
#placeholder-div iframe{
	width: 100%;
	height: 100%;
}
/*å¨æ¯å¾ end*/

/* riva-promotion */
#riva-promotion-div{
	height: 300px;
	width: 100%;
	background-color: #DBDBDB;
}
#riva-promotion-img{
	height: 100%;
	width: 42%;

	margin: 0px;
	float: left;
}
#riva-promotion-txt{
	float: left;

	width: 58%;
	height: 100%;
}
.riva-promotion-txt-0{
	margin: 35px 25px 16px 25px;
}

.riva-promotion-tit-1,.riva-promotion-tit-2{
	font-size: 28px;
}
.riva-promotion-tit-2{
	color: #d4b87e;
}
.circle{
	margin-top: 14px;
	margin-left: 45%;
	text-align: center;
	/*height: 14px;*/
}
.circle div{
	width: 14px;
	height: 14px;
	/*margin:auto;*/
	border-radius: 50%;
	background-color: #b3b3b3;
	float: left;
	margin-right: 26px;
}
.circle-1,.circle-2{
	background-color: white !important;
}
/*promotion end*/
/*book now*/
#book-now-div{
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding-top: 40px;
	text-align: center;
	background-color: #363636;
	color: white;
	/*margin-bottom: 0px;*/
	font-size: 13px;
	/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
}
#book-now-div div{
	width: 83%;
	margin: 0 auto;
}
#book-now-div .tit-1{
	font-size: 15px;
	margin-bottom: 10px;
}
#book-now-div #hours{
	/*width: 20%;	*/
	float: left;
	text-align: left;
	margin: 0px 37px 0px 0px;
}
#book-now-div #features{
	/*width: 20%;		*/
	float: left;
	text-align: left;
	margin: 0px 37px 0px 37px;
}
#book-now-div #parking{
	/*width: 20%;		*/
	float: left;
	text-align: left;
	margin: 0px 37px 0px 37px;
}
#book-now-div #reservations{
	/*width: 20%;			*/
	float: left;
	text-align: left;
	margin: 0px 0px 0px 37px;
}
#book-now-div .vertical-line{
	float: left;
	width: 1px;
	height: 100px;
	background-color: rgba(255,255,255,0.3);
	margin-top: 15px;
	/*opacity: 0.3px;*/
}
.book-now-btn a{
	margin-top: 50px;
	margin-bottom: 35px;
	margin-left: 40%;
}
/*book now end*/
.riva-galley-img img{
	width: 270px;
	height: 160px;
}
/*dining end*/

/*dining-index start*/

.dining-index-banner .pc{
	background: url(../images/dining/ParkLane_George-&-Co._Wine-Cellar.jpg) no-repeat;
	width: 100%;
	height: 500px;
	background-position: 70% 50%;
	background-size: 100%;
}


.color-div{
    width:100%;
    height:50px;
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=gray,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=gray,gradientType=0);/*IE8*/
    background:gray; /* ä¸äºä¸æ¯æèæ¯æ¸åçæµè§å¨ */
    background:-moz-linear-gradient(top, white, rgba(190, 190, 190, 0.5));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(rgba(190, 190, 190, 0.5)));
    background:-o-linear-gradient(top, white, rgba(190, 190, 190, 0.5));
    margin-bottom: 40px;
}

.dining-index-txt{
	padding-bottom: 0px;
}
.index-img-div{
	text-align: center;
	margin: 0px 70px 0px 70px;
}
.index-img-div img{
	width: 270px;
	height: 230px;
}
.index-img-1,.index-img-2,.index-img-3{
	width: 270px;
	float: left;
}
.index-img-1,.index-img-2{
	margin-right: 25px;
}
.index-img-div .tit{
	display: block;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	font-size: 20px;
	color: #77406f;
	margin: 20px 0 20px 0;
}
.index-img-div .txt{
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	font-size: 15px;
	color: #3d3c3c;
	width:100%;
}
.index-img-div .text-div{
	margin:0 10px 0px 10px;
}
.index-img-div a{
	line-height: 45px;
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	font-size: 20px;
	text-align: center;
	color: white;
	margin: 40px 0px 40px 0px;
	padding: 0;
	border:0;
}
.index-img-div a:hover{
	color: white;
}
.index-img-div .text-div .btn-1{
	background-color: #3d3c3c;
}
.index-img-div .text-div .btn-1:hover{
	background-color: #808080;
	border:none;
}
.index-img-div .text-div .btn-2{
	background-color: #77406f;
	margin-left: 10px;
}
.index-img-div .text-div .btn-2:hover{
	background-color: #510a37;
	border:none;
}
/*dining-index end*/

/*offers start*/
#offers-banner{
	background: url(../images/offers-banner-02.jpg) no-repeat;
	width: 100%;
	height: 500px;
	/*background-position: 90% 80%;*/
	background-size: 100%;
}
.offers-txt-div{
	width: 100%;
	height: auto;
	background-color: black;
}
.offers-txt-div .offers-1,.offers-txt-div .offers-2,.offers-txt-div .offers-3{
	background-color: black;
	margin: 20px 20px 0 20px;
    float: left;
    border-bottom: 1px solid #4d4d4d;
}
.offers-txt-div .offers-3{
	border-bottom:none;
}
.offers-txt-div .offers-txt{
	margin-right: 20px;
	margin-top:10px;
}
.offers-txt-div img{
	width: 35%;
	float: left;
	margin:10px 30px 30px 10px;
}
.offers-txt-div .offers-txt-content{
	/*float: left;*/
}
.offers-txt-div .offers-txt .offers-txt-title{
	font-size: 25px;
	color: #ffffff;
	padding: 0;
	margin-bottom: 25px;
}
.offers-txt-div .offers-txt .offers-txt-title span{
	color:#d4b87e;
}
.offers-txt-div .offers-txt-content{
	font-size: 15px;
	color: #ffffff;
	padding-bottom: 15px;
}
.offers-txt-div a.a_btn{
	text-align: center;
	background-color: #b3b3b3;
	margin-top:10px;
	display: block;

	color: #ffffff;

	border: 0px;
	float: left;
}
.offer-container-bg{background:black;}

.offers-txt-div a:hover{border:none;}
/*offers end*/

@media (min-width: 1px) and (max-width: 1150px){
	#offers-banner:before {
	    content: "";
	    display: block;
	    padding-top: 43%;
	}
	#offers-banner{
		background: url(../images/offers-banner-02.jpg) no-repeat;
		width: 100%;
		background-size: 100% auto;
	    text-align: center;
	    background-position: 80% 70%;
		height: auto !important;
	}
}

/*resposive by abner*/
@media (min-width: 1px) and (max-width: 320px) {
	.pro-1{
		background-size: 350%;
	}
	.pro-2{
		background-size: 330%;
	}
	.pro-3,.m-s-pro-1{
		background-size: 280% !important;
	}
	.pro-4{
		background-size: 200%;
	}
	.m-s-pro-2{
		background-size: 350% !important;
	}
	.m-s-pro-3{
		background-size: 350% !important;
	}
	footer>.copyright{
		/* height: 45px !important;
		line-height: normal; */
	}
	#pop-2 #pop-2-table .a_btn{
		margin-top: 0px !important;
		margin-left: 25% !important;
	}

}
@media (min-width: 321px) and (max-width: 480px){
	.pro-1{
		background-size: 300%;
	}
	.pro-2{
		background-size: 230%;
	}
	.pro-3,.m-s-pro-1{
		background-size: 210% !important;
	}
	.pro-4{
		background-size: 185%;
	}
	.m-s-pro-2{
		background-size: 220% !important;
	}
	.m-s-pro-3{
		background-size: 220% !important;
	}

	#pop-2 #pop-2-table .a_btn{
		margin-top: 0px !important;
		margin-left: 35% !important;
	}

}

@media (min-width: 1px) and (max-width: 480px) {
	.pop-up-form{
		bottom: 32%;
	}
	/*index start*/
	.txt{
		padding-top: 25px;
		padding-bottom: 35px;
		width: 100%;
	}
	.txt .tit{
		padding-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.txt .index-content{
		margin: 0 20px 0 20px;
	}
	.s-banner,.s-banner-new{
		height: 380px !important;
	}
	.s-banner .tips,.s-banner-new .tips{
		padding: 0px 20px 0 20px !important;
		margin: 0 !important;
		height: 350px !important;
		max-width: 100% !important;
	}
	.s-banner-new .tips{
		font-size: 15px !important;
	}
	.s-banner .tips .tit{
		font-size: 35px !important;
		margin-top: 40px;
	}
	.s-banner-new .tips .tit{
		font-size: 30px !important;
	}
	.s-banner .t3 .tit{
		padding-top: 0px;
	}

	#index-banner {height:210px !important;}
	#index-banner img{/* height:210px !important; */}
	.banner-wrapper .preNext{top:26% !important;}
	/*index end*/

	/*accommodations start*/
	/*.acco-banner{
		overflow: hidden;
	}*/
	.banner-wrapper .pc{
		/* display: none !important; */
	}
	.banner-wrapper .resposive{
		display: block !important;
		background:url(../images/accommodations/Deluxe-Executive-Twin.jpg);
		background-size: 130%;
		/*width: 100%;*/
		height: 260px;
		position: relative;
		/*padding-top:210px; */
	}
	.banner-wrapper .acco-banner-txt{
		background: rgba(0,0,0,0.55);
		height: 50px;
		width: 100%;
		text-align: center;
		font-size: 23px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		color: white;
		line-height: 50px;
		position: absolute;
		top: 210px;
		/*margin-top: 210px;	*/
	}
	.acc-content-txt .tit-content{
		margin-right: 20px;
		margin-left: 20px;
	}
	.gallery-title{
		padding-bottom: 30px !important;
	}

	.acc-photo-txt{
		margin-top: 20px !important;
		padding-right: 20px;
		padding-left: 20px;
	}
	.acc-phote{
		width: 100% !important;
		height: 130px;
		background: url(../images/accommodations/fitness-room.jpg);
		background-size: 100%;
		background-position: 90% 40%;
		margin:0px !important;
	}
	.acc-phote img{
		display: none;
	}
	.acc-txt{
		width: 100% !important;
		margin-bottom: 40px;
	}
	.acc-photo-txt .acc-txt .acc-txt-title{
		font-size: 24px !important;
		margin-top: 30px;
	}
	/*accommodations end*/

	/*meetings-and-events start*/
	.banner-wrapper-new{
		height: 260px !important;
		position: relative;
	}
	.banner-wrapper-new img{
		height: 260px !important;
	}
	.banner-wrapper-new .meet-resposive{
		display: block !important;
		background: rgba(0,0,0,0.55);
		height: 50px;
		width: 100%;
		text-align: center;
		font-size: 23px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		color: white;
		line-height: 50px;
		position: absolute;
		top: 210px;
	}

	#view-img{
		width: auto !important;
		/*height: 350px !important;*/
	}
	#placeholder-div{
		width: 100% !important;
		height: 100% !important;
	}

	.riva-galley-img img,.bx-wrapper img{
		/* width: 160px !important; */
		/* height: 140px !important; */
		width: 160px;
		height: 140px;
	}
	.bx-wrapper a.slider{
		/* width: auto !important; */
		width: auto;
		margin-right: 0px !important;
		margin-left: 20px;
	}
	.bx-wrapper .bx-viewport{
		/* width: 100% !important; */
		/* height: 140px !important; */
		width: 100%;
		height: 140px;
	}

	.m-s-download-enquiry>div{width:100% !important;}

	.m-s-download-enquiry .m-s-download, .m-s-download-enquiry .m-s-enquiry{
		width: 100% !important;
	}
	.m-s-download-enquiry-btn{
		margin: 25px 0px 20px 0px !important;
	}
	.m-s-download-enquiry-title{
		/* font-family: FuturanCom-Medium; */
	}
	/*meetting-and-events end*/

	#dining-banner,.meet-banner-img .pc{
		/*height: 260px !important;*/
	}
	#offers-banner{
		/*height: 200px !important;*/
	}
}

/*resposive by abner end*/

/*accommodations banner*/
.banner-wrapper .pc{
	display: block;

}
#acc-banner-bg-img .acco-banner .pc{
	background: url(../images/accommodations/Deluxe-Executive-Twin.jpg) no-repeat;
	height: 500px;
	width: 100%;
	background-position:80% 45%;
}
.banner-wrapper .resposive{
	display: none;
}
/*footer email ä¸åçº¿*/
.phone-div .container div a{
	text-decoration: none;
}
footer>.container .social li a img:hover{
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);

}
.banner-wrapper-new .meet-resposive{
	display: none;
}
/*by abner all end*/


/* wendy start */
/* accommodations start */
.acc-content-div{
	width: 100%;
	overflow:hidden;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#e5e5e5);
	background:-moz-linear-gradient(top,#ffffff,#e5e5e5);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#e5e5e5));
}
.content-galley-100{
	background-color: #333333;
}
.acc-content-txt{
	padding-bottom:0px;

}
.acc-content-txt .tit-content{
	margin-bottom:30px;
}
.gallery-title{
	margin: auto;
    text-align: center;
    width: 85%;
    color: #8b8a8a;
    /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
    font-size: 25px;
    padding-bottom:40px;
}
.acc-photo-txt{
	margin-top:50px;
	overflow:hidden;
}
.acc-phote{
	float:left;
	width:32%;
	margin-right:35px;
	margin-bottom:50px;
	margin-left:50px;
}
.acc-phote img{
	width:100%;
}
.acc-txt{
	float:left;
	width:55%;
	margin-bottom:50px;
}
.acc-photo-txt .acc-txt .acc-txt-title{
	font-size:35px;
	color:#8b8a8a;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	margin-bottom:30px;
}
.acc-photo-txt .acc-txt .acc-txt-content{
	font-size:15px;
	color:#8b8a8a;
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
}
.acc-photo-txt .acc-txt .acc-txt-content p{margin-top:5px;}
.acc-photo-txt .acc-txt .acc-txt-content p:first-child{margin-top:0;}
.fancybox-opened .fancybox-title div:first-child{
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	font-size:14px;
	color:#ffffff;
	/* padding:0 10px; */
}
.fancybox-opened .fancybox-title div:last-child{
	/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
	font-size:15px;
	color:#ffffff;
	/* padding:20px 10px 15px 10px; */
}

/*.gallery-title a{text-decoration:none;padding:5px 10px;border:2px solid #dfdfdf;color:#666666;}*/
/* accommodations end */


/* meetings events start */
.m-e-enquiry{
    margin:0 auto 40px auto;
}
.m-s-pro-1{
	background:url(../images/meetings_events/ParkLane_Churchill-Room_Long-Table.jpg);
	background-size:120%;
}
.m-s-pro-2{
	background:url(../images/meetings_events/ParkLane_ParkLaneRoomI-VI.jpg);
	background-size:120%;
}
.m-s-pro-3{
	background:url(../images/meetings_events/harbour-room_ushape.jpg);
	background-size:120%;
}
.m-s-pro-1 .t1, .m-s-pro-2 .t2, .m-s-pro-3 .t1{
	margin-left:0;
    max-width:30%;
    margin-top:0;
    height:85%;
    float:right;
}
.m-s-pro-2 .t2{
	float:left;
}
.m-fcous-back{
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#e5e5e5));
}
.m-s-photo-txt{
	max-width: 1000px;
	margin: auto;
	overflow:hidden;
	/*
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#e5e5e5);
	background:-moz-linear-gradient(top,#ffffff,#e5e5e5);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#e5e5e5));
	*/
}
.m-s-photo-txt li{
	overflow:hidden;
	width:100%;
}
.m-s-phote{
	width:42%;
	float:left;
	margin-right:20px;
}
.m-s-phote img{
	width:100%;
	min-height:302px;
}
.m-s-txt{
	float:left;
	width:53%;
}
.m-s-photo-txt .m-s-txt-title{
	font-size:21px;
	color:#8b8b8b;
	padding:40px 0px 30px 0px;
}
.m-s-photo-txt .m-s-txt-title span{
	color:#9d844b;
}
.m-s-photo-txt .m-s-txt-content{
	font-size:15px;
	color:#8a8a8a;
	padding-bottom:15px;
}
/*.m-s-photo-txt .m-s-txt a{
	padding:10px 12px;
	color:#ffffff;
	background:#b3b3b3;
	margin-top:10px;
	display:block;
	width:88px;
}*/
.m-s-download-enquiry{
	overflow:hidden;
}
.m-s-download-enquiry a{
	text-decoration:none;
	color:#ffffff;
}
.m-s-download-enquiry>div{
	width:50%;
	overflow:hidden;
	float:left;
}
.m-s-download-enquiry .m-s-download, .m-s-download-enquiry .m-s-enquiry{
	width:500px;
	float:left;
	overflow:hidden;
	color:#ffffff;
}
.m-s-download-enquiry .m-s-download{
	float:right;
}
.m-s-download-enquiry .m-s-download, .m-s-download-enquiry>div:first-child{
	background: #444444;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#4f4f4f,endColorStr=#363636);
	background:-moz-linear-gradient(top,#4f4f4f,#363636);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#4f4f4f), to(#383838));
}
.m-s-download-enquiry .m-s-enquiry, .m-s-download-enquiry>div.m-s-enquiry-bg{
	background: #565656;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#656565,endColorStr=#474747);
	background:-moz-linear-gradient(top,#656565,#474747);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#666666), to(#464646));
}
.m-s-download-enquiry-title{
	text-align:center;
	font-size:20px;
	margin-top:25px;
}
.m-s-download-enquiry-btn{
	margin:30px 0;
}
.m-s-download-enquiry-btn div{
	overflow:hidden;
    margin:auto auto;
    max-width:145px;
}
.m-s-download-enquiry-btn .big-a-btn{
	width: 116px !important;
	font-size: 20px !important;

}
#download-list{
	width:400px;
	display: none;
}
#download-list table{
	width:100%;
	color:#ffffff;
}
#download-list table tbody tr td{
	padding:10px 5px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
}
#download-list table tbody tr:last-child td{
	border-bottom:none;
}
#download-list table tbody tr td a{
	text-decoration:none;
    color:#000000;
    padding:4px 7px;
    background:#ffffff;
    float:right;
}
#download-list table tbody tr td a:hover{
	background:#737373;
}
.content-gallery, .m-s-full{
	display:none;
}
#p-l-r-show{
	text-decoration:none;
    color:#ffffff;
}
.m-s-full{
	width:100%;
    background:#000000;
}
.m-s-full>div{
	padding:20px 20px;
}

.show_gallery{display:block;}
.s-banner-new .tips .tit{font-size:30px;}
/* meetings events end */
/* wendy end */

/* a button start */
.a_btn{
	display:block;
	border:rgba(255,255,255,0.4) solid 2px;
/*	padding:5px 9px;
*/	float:left;
	text-decoration:none;
	color:#ffffff;
	/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */
	font-size:17px;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.a_btn:hover{
	color:#000000;
	background:rgba(255,255,255,0.7);
	border: transparent solid 2px;
}
.s-banner .t3 a{
	color:#1A1A1A;
	border:rgba(26,26,26,0.4) solid 2px;
}
.s-banner .t3 a:hover{
	color:white;
	background:rgba(26,26,26,0.4);
	border:rgba(26,26,26,0.0) solid 2px;
	border: transparent solid 2px;
}
.center-a-btn{
	max-width:160px;
	margin:0 auto;
	overflow:hidden;
}
.big-a-btn{
	color: #818181;
    /* padding: 8px; */
    text-align: center;
    width: 121px;
    line-height: 30px;
    font-size: 24px;
    border: #dbdbdb solid 2px;
    display: block;
    text-decoration: none;
    height: 31px;
}
.center-a-btn a:hover{
	color:white;
	background:#dbdbdb;
	color:#818181;
}
.slider-a-btn{
	background:#b3b3b3;
	border:#b3b3b3 solid 2px;
}
.slider-a-btn:hover {
	background: #3d3c3c;
	color: #ffffff;
}
/* a button end */

/* header fixed top start */
.float-top{position:fixed;z-index:999;top:0px;}
* html .float-top{position:absolute;_top:expression(documentElement.scrollTop-0);}
/* header fixed top end */

/* responsive nav start */
#navul{display:block;}
#navul-reponsive{background:#252422;display:none;}
#nav-toggle{padding-left:0 !important;}
#navul-reponsive li{float:none;text-align:left;display:none;background-color:#e6e6e6;border-bottom:1px solid #b3b3b3;padding-left:30px;line-height:50px;}
/* #navul-reponsive li:first-child{background-color:inherit;border-bottom:none;display:list-item;} */
#navul-reponsive li.navli-haschild, #navul-reponsive li.navli-lang div li:last-child{border-bottom:none;}
#navul-reponsive li.navli-haschild a{border-bottom:1px solid #b3b3b3;}
#navul-reponsive li a{color:#3d3c3c; /* font-family:'Tahoma', arial, 'microsoft jhenghei'; */ font-size:18px;height:50px;}
#nav-toggle a{height:38px !important;width:25px;padding:4px 15px 0 15px;background:url(../images/icon-menu.png) 14px 12px no-repeat;background-size:25px 21px;}
.nav-toggle-on{background:url(../images/icon-menu-on.png) 14px 12px no-repeat !important;background-size:25px 21px !important;background-color:#e6e6e6 !important;}
/* #navul-reponsive li:hover>a{color:#b3b3b3;} */
#navul-reponsive li.navli-lang, #navul-reponsive li.navli-lang>div{overflow:hidden;}

#navul-reponsive li.navli-lang div div:first-child{width:30%;max-width:150px;float:left;}
#navul-reponsive li.navli-lang div div:last-child{float:left;width:70%;}
#navul-reponsive li.navli-lang div li{display:block;width:99%;border-bottom:1px solid #b3b3b3;padding-left:20px;}
#navul-reponsive li.navli-lang div a:hover{color:#b3b3b3;}
#navul-reponsive li.navli-lang div a.navli-lang-current:after{content:'â';margin-left:15px;}


@media (min-width: 641px) and (max-width: 935px) {
	#navul li{padding-left:9px;padding-right:9px;}
	.top{max-width:690px;}
}

@media (max-width: 700px) {
	#navul{display:none;}
	#navul-reponsive{display:block;}
	.nav_z{width:100%;}
	/* .top-ban{display:none !important;} */
}
@media (max-width: 360px) {
	#navul-reponsive li.navli-lang div div:last-child{float:right;width:60%;}
}
@media (max-width: 300px) {
	#navul-reponsive li.navli-lang div div:last-child{float:right;width:53%;}
}
/* responsive nav end */


/*ken start  */

.banner-wrapper-new{
	/*height:500px;*/
}

.banner-wrapper-new img{
	/*height:500px;*/
}
.meet-banner-img .pc{
	background: url(../images/meetings_events/ParkLane_Churchill_U-shaped.jpg) no-repeat;
	width: 100%;
	height: 500px;
	background-position: 90% 60%;
}

.t1-new{
	max-width: 35% !important;
	height: 80% !important;
}

.s-banner-new {
  height: 300px;
}

.s-banner .tips{
	/*padding: 40px 30px 20px 30px;*/
}

.s-banner .tips .tit {
  /*margin-bottom: 20px;*/
}

.m-s-download-enquiry-title{
	margin-top:30px;
}

.m-s-download-enquiry-btn {
  margin: 20px 0px 30px 0px;
}

.dining-banner-txt {
  color: white;
  width: 340px;
  margin-left: 30px;
  padding-top: 40px;
  font-size: 15px;
}



.dining-banner-txt .tit {
  font-size: 40px;
  /* line-height: 31px; */
  padding-bottom: 30px;
  padding-top: 40px;
  display: inline-block;
  /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */
}

.m-s-photo-txt .m-s-txt-title {
	line-height:35px;
  	color: #8b8a8a;
}
.m-s-photo-txt .m-s-txt-title span {
  color: #d4b87e;
}

.m-s-photo-txt .m-s-txt-content {
	  padding-bottom: 26px;
}


.m-s-phote {
  margin-right: 25px;
}
/*ken end  */


/*ken start */
.index-img-div .text-div .txt {
	/* min-height:80px; */
	min-height:50px;
	padding-top: 0px;
  	padding-bottom: 0px;
}

#book-now-div {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#666666), to(#474747));
}

/*ken end  */
/*
@font-face {
		font-family: 'FuturaCom-Medium', 'microsoft jhenghei';
		src: url('../fonts/2591CB_3_0.eot');
		src: url('../fonts/2591CB_3_0.eot?#iefix') format('embedded-opentype'),
				url('../fonts/2591CB_3_0.woff') format('woff'),
				url('../fonts/2591CB_3_0.ttf') format('truetype');
}
*/
/*ken start */
	.font-futuracom{

		/*font-family:'FuturaCom-Medium' !important;*/
		font-family: 'FuturaCom-Medium', 'microsoft jhenghei';
		src: url('../fonts/2591CB_3_0.eot');
		src: url('../fonts/2591CB_3_0.eot?#iefix') format('embedded-opentype'),
				url('../fonts/2591CB_3_0.woff') format('woff'),
				url('../fonts/2591CB_3_0.ttf') format('truetype');
	}
	#enquiry-form {
  		width: 100%;
  		display: none;
	}

	.enquiry-form-table .title {
	  padding-left: 10px;
	  padding-bottom: 5px;
	  /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */
	  font-size: 25px;
	  width:600px;
	}

	.enquiry-form-table {
	  width: 100%;
	  color: #ffffff;
	  padding:0px 15px 0px 5px;
	}

	.enquiry-form-table {
	  width: 100%;
	  color: #ffffff;
	  padding:0px 15px 0px 5px;
	}

	.enquiry-form-table .data_name{
		padding:10px 0px 10px 0px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		font-size:15px;
		line-height: 12px;
	}

	.enquiry-form-table .data_txt input,.enquiry-form-table .data_txt select{
		width:99%;
		margin-right:15px;
		line-height:48px;
		font-size:15px;
		height: 48px;
	}

	.enquiry-form-table .data_txt .select_style{
		color:#999999;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		size:15px;
	}


	.enquiry-form-table .data_txt textarea{
		width:99%;
		height:98px;
	}


	.enquiry-form-table .data_txt .address{
		margin-bottom: 20px;
	}

	.enquiry-form-table .submit_btn{
		margin:20px 7% 0px 0px;
	}

	.enquiry-form-table .submit_btn div{
		margin: auto auto;
		max-width: 100px;
		text-align:center;
	}

	.enquiry-form-table .submit_btn .big-a-btn{
		color: #FFFFFF;
		border: rgba(255,255,255,0.4) solid 2px;
		margin-bottom:5px;

		display:block;
		text-align: center;
		width: 155px;
		height: 50px;
		/*float:left;*/
		font-size:25px;
		/*color: white;*/
		line-height: 50px;
		/* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */

		/*background-color: rgba(255,255,255,0);*/
		/*margin:20px 0px 20px 42%;*/
		padding: 0 !important;
		/*outline: none;*/
	}

	.enquiry-form-table .submit_btn .big-a-btn:hover{
		color:black;
	}

	#enquiry-form table tbody tr td {
	  padding: 10px 5px;
	  font-size: 15px;
	}

	#enquiry-form table .onerow{
		border-bottom: 1px solid #ffffff;
	}


/*ken end */












/*ken start */
@media (min-width: 1px) and (max-width: 320px){

	.dinner-resposive {
		/*
		display: block !important;
		background: url(../images/dining/ParkLane_George-&-Co._Wine-Cellar.jpg);
		background-size: 120%;
		background-position: -15px;
		width: 100%;
		height: 50px;
		position: relative;
		padding-top: 210px;
		*/
	}

	.index-img-div .btn-new {
		margin:0px;
	}
	.offers-txt-div img {
	  width: 100%;
	  margin: 0px;
	}
	.offers-txt-div .offers-1, .offers-txt-div .offers-2, .offers-txt-div .offers-3 {
	  margin: 30px 20px 0 20px;
	}


	#download-list{
		width:100%;
	}

	.download-list-table{
		width:90% !important;
	}


	.download-list-table .title{
		padding-left:10px;
		padding-bottom:5px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		font-size:25px;
	}

	.download-list-table .data_name{
		font-size:15px;
		clear:both;
		padding-left:10px;
	}

	.download-list-table .data_size{
		padding-left:10px;
		font-size:15px;
		clear:both;
	}

	.download-list-table .data_download{
		margin-right:10px;
	}
	#download-list table tbody tr td {
  		padding: 10px 3px;
	}

	.enquiry-form-table .title {
	  padding-left: 10px;
	  padding-bottom: 5px;
	  /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */
	  font-size: 25px;
	  width:100% ;
	}

	.enquiry-form-table .submit_btn{
		margin:20px 30% 0px 0px;
	}

}


@media (min-width: 321px) and (max-width: 480px){
	.enquiry-form-table .submit_btn{
		margin:20px 20% 0px 0px;
	}
	.dinner-resposive {
		/*
		display: block !important;
		background-size: 100%;
		background-position: 0px -50px;
		width: 100%;
		height: 50px;
		position: relative;
		padding-top: 210px;
		*/
	}

	.offers-txt-div img {
	  width: 100%;
	  margin:0px;
	  margin-bottom: 30px;
	}
	.offers-txt-div .offers-1, .offers-txt-div .offers-2, .offers-txt-div .offers-3 {
	  margin: 30px 20px 0 20px;
	}


	.offers-txt-div .offers-1, .offers-txt-div .offers-2, .offers-txt-div .offers-3 {
	  margin: 20px 20px 0 20px;
	  border-bottom:none;
	}

	.offers-txt-div .bottom_line{
		clear:both;
		margin:0px 10px;
		border-bottom:1px solid #4d4d4d;
	}

	#download-list{
		width:100%;
	}

	.download-list-table{
		width:95% !important;
	}


	.download-list-table .title{
		padding-left:10px;
		padding-bottom:5px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		font-size:25px;
	}

	.download-list-table .data_name{
		font-size:15px;
		clear:both;
		padding-left:10px;
	}

	.download-list-table .data_size{
		padding-left:10px;
		font-size:15px;
		clear:both;
	}

	.download-list-table .data_download{
		margin-right:10px;
	}


	.enquiry-form-table .title {
	  padding-left: 10px;
	  padding-bottom: 5px;
	  /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */
	  font-size: 25px;
	  width:100% ;
	}


}

@media (min-width: 321px) and (max-width: 640px){
	.index-img-div .btn-new {
		margin:0px auto;
	}
}
@media (min-width: 1px) and (max-width: 640px){


	.txt .tit {
		line-height:30px;
	}

	.index-img-div a {
		margin: 40px 0px 20px 0px;
	}
	.index-img-div .btn-new {
		text-align:center;
		max-width:250px;
		height:100px;
		padding:0px;
	}

	.index-img-2, .index-img-3 {
		padding-top:30px;
		border-top: none;
	}
	.index-img-3{
		margin-bottom:20px;
	}

	.index-img-div {
  		margin: 0px;
	}

	.index-img-1, .index-img-2, .index-img-3 {
		width:90%;
		margin: 0px 25px 0px 25px;
	}

	.index-img-div .bottom_line{
		clear:both;
		margin:0px 15px;
		border-bottom:1px solid #4d4d4d;
	}

	.index-img-div img {
	  width: 95%;
	  height: 95%;
	}

	.index-img-div .text-div .txt{
		margin-top:20px;
		margin-bottom:0px;
		padding:0px;
		min-height:100%;
	}
}

@media (min-width: 641px) and (max-width: 900px){

	.index-img-div {
  		margin: 0px 25px 0px 25px;
	}

	.index-img-1, .index-img-2, .index-img-3 {
		margin: 0px 0px 0px 25px;
	}
}

@media (min-width: 901px) and (max-width: 1050px){

	.index-img-div {
  		margin: 0px;
	}
	.index-img-1, .index-img-2, .index-img-3 {
		margin: 0px 0px 0px 25px;
	}
}
@media (min-width: 481px) and (max-width: 9999px){
	.dinner-resposive{
		display:none;
	}
	.meet-resposive{
		display:none;
	}

	#download-list{
		width:100%;
	}

	.download-list-table{
		padding:0px 15px 0px 5px;
	}

	.download-list-table .title{
		padding-left:10px;
		padding-bottom:5px;
		/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */
		font-size:25px;
		width:600px
	}

	.download-list-table .data_name{
		font-size:20px;
		float:left;
		padding-left:10px;
		width:48%;
	}

	.download-list-table .data_size{
		font-size:20px;
		float:left;
		width:48%;
		text-align:right
	}

	.download-list-table .data_download{
		margin-right:10px;
	}


}


@media (min-width: 1px) and (max-width: 900px){
	.color-div {
		  margin-bottom: 30px;
	}

	.index-img-div {
  		margin: 0px;
	}

	.offers-txt-div .offers-1, .offers-txt-div .offers-2{
	  padding-bottom:20px;
	}

	.offers-txt-div .offers-3 {
  		padding-bottom: 40px;
	}

}

/*ken end */

/* dining reponsive start */
.dining-banner{
	/* background:url(../images/dining/ParkLane_Riva-and-The-Deck_night.jpg); */
	/*background: none;*/
	position:relative;
}
.dining-banner .dining-banner-background, .dining-banner-tit{/*position:absolute;top:0;left:0;*/}
#dining-banner-responsive-txt{display:none;}
.dining-banner-txt{width:341px;}
.dining-banner-txt .tit0 span{width:100%;display:block;}
.dining-banner-txt .tit0 span:first-child{display:none;font-size:22px;font-weight:bold;padding-bottom:30px;}
.dining-banner-txt .tit0 img{/*height:54px;*/ width:120px;margin-bottom:5px;}
.d-r-reponsive-btn{overflow:hidden;}
.d-r-reponsive-btn a{
	display:block;text-align:center;float:left;
	font-size:20px;color:#8B8A8A;/* font-family:'Tahoma', arial, 'microsoft jhenghei'; */border:rgba(61,60,60,0.2) solid 2px;
	margin-right: 0px;margin-top:30px;
	width: 120px;
	height: 45px;
	line-height: 45px;
	padding: 0 !important;
}
.d-r-reponsive-btn a:first-child{
	margin-right: 25px;
}
#book-now-div ul{display:block;height:125px;}
#book-now-div ul li{/* font-family:'FuturaCom-Medium', 'microsoft jhenghei'; */}
.book-now-btn{overflow:hidden;clear:both;}

@media (max-width: 992px) {
	.dining-banner-txt .tit0 span:first-child{display:block;}
	.dining-banner-txt .tit, .dining-banner-txt .tit-content,
	.dining-banner-txt a.a_btn{display:none;}
	#dining-banner-responsive-txt{display:block;}
	.dining-banner{position:relative;overflow:hidden;}
	.dining-banner-tit{width:100%;position:absolute;background:none;background:rgba(0,0,0,0.55);height:180px;bottom:0px;}
	.dining-banner-txt{width:100%;padding-left:0;margin-left:0;padding-top:0;}
	.dining-banner-txt .tit0{width:100%;text-align:center;padding-top:20px;}

	.dining-banner{height:auto;}
}

/*@media (max-width: 517px) {
	.m-s-phote, .m-s-txt{width:100%;}
	.m-s-photo-txt .btn{width:100% !important;}
}*/

@media (max-width: 980px) {
	/*
	#book-now-div{height:350px;}
	#book-now-div>div{width:545px;margin:0 auto;}
	#book-now-div ul{width:220px;padding:0;margin:0 0 0 37px !important;}
	#book-now-div #hours, #book-now-div #parking{margin:0 20px 0 37px !important;}
	#book-now-div .line2{clear:both;display:none;}
	*/
	.book-now-btn a{margin-top:30px;margin-left:35%;}
}
@media (max-width: 545px) {
	#book-now-div{/*height:650px;*/ text-align: center;}
	#book-now-div>div{width:100%; margin: 0 auto;}
	#book-now-div ul{width:100%;text-align:center !important;height:auto;margin:0 0 !important;}
	#book-now-div .vertical-line{background-color:#848484;width:200px;height:1px;margin-top:20px;margin-bottom:20px;margin-left:28%;}
	#book-now-div .line2{display:block;}
	#book-now-div #hours, #book-now-div #parking{margin:0 0 !important;}
	#book-now-div ul li{
		font-size: 15px;
	}
	#book-now-div .tit-1{margin-bottom:5px;font-size:17px;}
	.book-now-btn a{
		margin-left: 30%;
	}
}
@media (max-width: 454px) {
	#book-now-div .vertical-line{margin-left:25%;}
}

@media (max-width: 380px) {
	#book-now-div .vertical-line{margin-left:20%;}
}
@media (max-width: 320px) {
	#book-now-div .vertical-line{margin-left:18%;}
	.book-now-btn a{
		margin-left: 20%;
	}
}

@media (max-width: 480px) {
	#placeholder-div{width:93%;}
	.bx-wrapper img{height:100%;}
}
/* dining reponsive end */

/* go to top start */
a.backToTop{width:56px; height:56px; /* background:url(../images/top-button.png) no-repeat; */ background-size:100%; /* text-indent:-999em; */ z-index:9999;
	-webkit-opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;filter:alpha(opacity=70);}
a.backToTop:hover{-webkit-opacity:1.0;-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0;filter:alpha(opacity=100);}
/* go to top end */

/* banner animate start */
.pro-1 .tips, .pro-3 .tips{margin-left:0;left:-400px;position:absolute;}
.pro-2 .tips, .pro-4 .tips{margin-right:0;right:-400px;position:absolute;}
.m-s-pro-1 .t1, .m-s-pro-3 .t1{right:-350px;position:absolute;}
.m-s-pro-2 .t2{left:-350px;position:absolute;}
/* banner animate end */

/* wendy 2015.9.2 start */
.index-container{max-width:100%;}
.s-banner-txt-container{position:relative;margin:auto;max-width:1000px;height:400px;}
/* wendy 2015.9.2 end */

/* wendy 2015.9.9 start */
@media (max-width: 900px){
	/*footer start*/
	.phone-div{
		height: auto;
		padding: 15px 0 15px 0;
		text-align: center;
	}
	.phone-div .container{line-height: 23px;}
	.phone-div .container div{
		float: none;
		margin-left: 0 !important;
	}


	footer>.container ul{
		float: none;
		width: 100% !important;
	}
	footer>.container .social{
		padding-left: 20px;
		float: none;
		padding-right: 0px;
		width: 100%;
	}
	footer>.container .social-txt{
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	footer>.container .social ul{
		float: left;
	}
	footer>.container .social ul a{
		margin-right: 15px;
		width:45px;
	}
	footer>.container .social .newsletter{
		/*width: 100%;*/

	}
	footer>.container .social .newsletter input{
		width: 210px !important;
		height: 35px;
		padding: 0px;
		padding-left: 10px;
	}
	footer>.container .social .newsletter button{
		height: 35px;
		width: 45px;
		margin-left: 15px;
	}

	footer>.container .social div:last-child{
		width: 225px;
	}
	footer>.copyright{
		text-align: center;
		max-width: 100%;
		height:auto;
		line-height:17px;
		padding:5px 0;
	}

	footer>.container .flink{margin-bottom:35px;}
	/*footer end*/
}
/* wendy 2015.9.9 end */


/* eddy 2015.09.14 start */
abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video { display: block; }

html { position: relative; overflow-x: hidden; }
body { padding-top: 180px; overflow-x: hidden; position: relative; }
body.fancybox-lock { overflow-y: hidden !important; }

body.no-header { padding-top: 0; }

input:focus { outline: none; }
button:focus { outline: none; }
select:focus { outline: none; }
textarea:focus { outline: none; }

a:focus { outline: none; }

ol { list-style: decimal; padding-left: 20px; }
ul { list-style: disc; padding-left: 20px; }
ol li,
ul li { list-style: inherit; padding: 0px 0 0px; text-align: justify; }

.arrow-left,
.arrow-right { width: 0; height: 0; border-width: 8px; border-style: solid; border-color: transparent; display: inline-block; vertical-align: middle; }
.arrow-left { border-right-color: #ffffff; /* margin-right: 8px; */ margin-left: -8px; }
.arrow-right { border-left-color: #ffffff; /* margin-left: 8px; */ margin-right: -8px; }

.preview-hint { position: fixed; left: 50%; width: 200px; max-width: 100%; background-image: url('../images/bgc/000000_50.png'); color: #ffffff; font-weight: bold; text-align: center; z-index: 9999; padding: 5px 0; letter-spacing: 3px; font-size: 12px; margin-left: -100px; }
.preview-hint.preview-hint-top { top: 0; border-radius: 0 0 2px 2px; }
.preview-hint.preview-hint-bottom { bottom: 0; border-radius: 2px 2px 0 0; }

.logged-hint { position: fixed; top: 50px; left: 0; background-image: url('../images/bgc/ffffff_80.png'); padding: 2px 8px; border-radius: 0 5px 5px 0; /* border-style: solid; border-color: #bbbbbb; border-width: 0 0 1px 1px; */ z-index: 10000; }
.logged-hint span { color: #555555; font-size: 12px; line-height: normal; vertical-align: middle; }
.logged-hint label { padding: 2px 5px; color: #ffffff; font-size: 12px; cursor: pointer; border-radius: 2px; font-weight: bold; float: right; margin-left: 8px; background-color: #bbbbbb; }
/* .logged-hint label#admin-btn { background-color: #70ae04; }
.logged-hint label#guest-btn { background-color: #aaaaaa; } */
.logged-hint label#admin-btn:hover,
.logged-hint label#guest-btn:hover { background-color: #888888; }
.logged-hint.admin-mode #admin-btn { background-color: #81bf25 !important; }
.logged-hint.guest-mode #guest-btn { background-color: #009cdc !important; }


.div_show_hide { visibility: hidden; }

.as-table { display: table; /* table-layout: fixed; */ }
.as-table .as-table-row-group { display: table-row-group; }
.as-table .as-table-row-group .as-table-row { display: table-row; }
.as-table .as-table-row-group .as-table-cell { display: table-cell; }

.fancybox-title { color: #ffffff; }
.fancybox-overlay-fixed { z-index: 9999; }
.fancybox-wrap { z-index: 10000; }

.float-left { float: left; }
.float-right { float: right; }

.divider { width: 100%; height: 0; line-height: 0; font-size: 0; }

.no-font,
.no_font { font-size: 0; line-height: 0; }

.border-bottom { border-bottom: 1px solid #bbbbbb; }
.border-555555 { border: 1px solid #555555; }
.border-bbbbbb { border: 1px solid #bbbbbb; }

.hidden { display: none; }

.no-padding,
.no_padding { padding: 0 !important; }
.no-border,
.no_border { border: 0 !important; }
.no-background-color,
.no_background_color { background-color: transparent !important; }

.nowrap { white-space: nowrap; overflow: hidden; }
.nowrap input { margin-left: 1px; }

.overflow-hidden { overflow: hidden; }

.btn-box { margin-left: auto; margin-right: auto; border-collapse: collapse; margin-top: 0; }
.btn-box td { /* display: table-cell !important; width: auto !important; */ /* float: left; */ }
.btn-box .a_btn { line-height: 45px; display: block; width: auto; min-width: 120px; padding-top: 0; padding-bottom: 0; padding-left: 10px !important; padding-right: 10px !important; height: auto; font-size: 20px; text-align: center; /* padding: 0; */ float: none; white-space: nowrap; box-sizing: border-box; margin-top: 15px; margin-right: 30px; }

.select-box { position: relative; border: 1px solid #bbbbbb; background-color: #ffffff; background-image: url('../images/drop-down-arrow.png'); background-repeat: no-repeat; background-position: 95% center; background-position: right 8px center; overflow: hidden; background-size: 20px; box-sizing: border-box; }
.select-box select { border: 0 !important; margin: 0 !important; margin-left: -1px !important; width: 110%; padding-right: 25px !important; background: none !important; box-sizing: content-box !important; }
.select-box select option { padding-left: 5px; padding-right: 5px; }

.container { max-width: 860px; }

header { position: absolute; top: 0; left: 0; z-index: 9990; }
header .logo a { padding-right: 12px; }
header .tel { color: #ffffff; font-size: 13px; float: left; padding-left: 10px; }

header .lang { margin-right: 20px; }
.lang ul { padding-left: 0; list-style: none; }
.lang ul.active { display: block; }
.lang ul li {  }

header .lang-select { display: none; }

header .font-size-box { float: right; line-height: 20px; margin-right: 15px; }
header .font-size-box span { color: #939598; cursor: default; display: block; width: 20px; text-align: center; }
header .font-size-box ul { display: none; list-style: none; padding-left: 0; }
header .font-size-box:hover ul { display: block; }
header .font-size-box ul li { padding: 0; }
/*
header .font-size-box ul.active { display: block; }
*/
header .font-size-box li { color: #939598; line-height: 20px; text-align: center; cursor: pointer; }
header .font-size-box li label { cursor: pointer; display: block; width: 100%; height: 100%; }
header .font-size-box .font-size-s { font-size: 0.7em; }
header .font-size-box .font-size-m { font-size: 1em; }
header .font-size-box .font-size-l { font-size: 1.3em; }

html.font-size-s li.font-size-s { display: none; }
html.font-size-m li.font-size-m { display: none; }
html.font-size-l li.font-size-l { display: none; }

html.font-size-s font,
html.font-size-s select { font-size: 1em; }
html.font-size-m font,
html.font-size-m select { font-size: 1.1em; }
html.font-size-l font,
html.font-size-l select { font-size: 1.2em; }

.logo { padding-top: 27px; padding-bottom: 25px; }
.logo img { width: auto; height: 65px; }

.navbar { z-index: 999; position: relative; /**/ background-image: none; height: 38px; background-color: #3d3c3c; -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3); /**/ /* height: 53px\9; box-shadow: none\9; background-color: transparent\9; background-image: url('../images/navigation-bar-bg.png')\9; background-repeat: repeat-x\9; */ /**/ /* background-image: none\0; height: 37px\0; background-color: #3d3c3c\0; -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3)\0; -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3)\0; box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3)\0; */ }
.navbar .container { position: relative; overflow: visible; /* max-width: 950px; */ }
.top { /* padding-left: 3px; */ max-width: 100%; height: auto; }
.nav_z { height: auto; float: none; position: static; }
.nav_z .as-table { margin-left: auto; margin-right: auto; }
.nav_z .as-table .as-table { width: 100%; }
#navul { display: inline; padding: 0; display: flex; justify-content: space-between; }
#navul li { padding: 0; display: inline; position: static; height: auto; font-size: 15px; text-align: initial; }
#navul li.as-table-cell { display: table-cell; }
#navul li a { text-transform: uppercase; height: 38px; padding-left: 35px; padding-right: 35px; }
#navul li>a { /* height: auto; padding-left: 25px; padding-right: 25px; */ }
#navul li.layer-0 { flex: 0; text-align: center; }
#navul a.layer-0 { text-align: center; white-space: nowrap; padding-left: 15px; padding-right: 15px; }
#navul a.layer-0 font { display: block; line-height: 38px; height: 34px; border-bottom: 4px solid transparent; }
#navul>li:hover a, #navul>li.nav-currenct>a { /* border-bottom: 0; */ }
#navul>li:hover a, #navul>li.nav-current>a { /* border-bottom: 0; */ }
#navul li a span { height: 33px; display: block; border-bottom: 4px solid transparent; /*text-transform: uppercase;*/ }
#navul li:hover a span, #navul li.nav-currenct a span { border-bottom: 4px solid #a7a7a7; }
#navul li:hover a span, #navul li.nav-current a span { border-bottom: 4px solid #a7a7a7; }
#navul li ul { width: 100%; left: 0; margin-left: 0; margin-right: 0; background-image: url(../images/bgc/ffffff_80.png); padding-top: 15px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; }
#navul li ul.as-table-row:hover { display: table-row; }
#navul li ul li { float: left; border-top: 0; background-size: 100% 100%; background-color: transparent; overflow: visible; height: auto; margin-left: 0; margin-right: 0; box-sizing: border-box; padding-left: 10px; padding-right: 10px; }
#navul li ul li a { font-weight: bold; font-size: 14px; text-align: left; border-width: 0 0 2px; border-style: solid; padding-left: 0; padding-right: 0; line-height: 18px; height: auto; /* margin-top: 5px; */ text-transform: none; white-space: normal; padding-top: 5px;  }
#navul li ul li ul { position: relative; background: none; display: block; width: auto; margin-top: 0; padding-top: 5px; padding-bottom: 0; padding-left: 0; padding-right: 0; }
#navul li ul li ul li { padding-left: 0; padding-right: 0; float: none; background: none; display: block; }
#navul li ul li ul li a { border: 0; color: #888888; font-weight: normal; font-size: 13px; margin-top: 0; padding-top: 4px; padding-bottom: 4px; }
#navul li.dining-nav ul { /* width: 110px; left: -7px; */ }
#navul li.dining-nav ul li { /* white-space: nowrap; */ }
#navul li.meetings-nav ul li { /* margin-left: 25px; margin-right: 25px; */ /* padding-left: 0; padding-right: 0; */ }

#navul div.layer-1 { position: absolute; width: 100%; left: 0; margin-left: 0; margin-right: 0; background-image: url(../images/bgc/ffffff_80.png); padding-top: 15px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; display: none; }
#navul table.layer-1 { table-layout: fixed; border-collapse: collapse; width: 100%; }
#navul .layer-0:hover div.layer-1 { display: block; }
#navul table td.layer-1 { padding-left: 10px; padding-right: 10px; }
#navul table td.layer-2 { padding-left: 10px; padding-right: 10px; padding-top: 5px; }
#navul a.layer-1 { padding: 0; text-transform: none; text-align: left; line-height: normal; font-size: 14px; border-style: solid; border-width: 0 0 2px 0; height: auto; font-weight: bold; padding-top: 5px; }
#navul ul.layer-2 { display: block; padding: 0; position: relative; background-image: none; }
#navul li.layer-2 { padding: 0; float: none; }
#navul a.layer-2 { padding: 0; text-transform: none; text-align: left; line-height: normal; font-size: 13px; height: auto; border: 0; font-weight: normal; padding-top: 4px; padding-bottom: 4px; }

#nav-toggle { height: 42px; background-color: #3d3c3c; display: none; height: auto; background-color: transparent; overflow: hidden; }
#nav-toggle a { background-position: 15px 8px !important; height: 42px; padding-top: 0; float: left; }
#navul-reponsive { overflow-y: scroll; display: none; /* padding-bottom: 60px; */ background-color: #e6e6e6; padding: 0; }
#navul-reponsive.active { display: block; }
#navul-reponsive li { padding: 0; background-color: #e6e6e6; border-top: 1px solid #b3b3b3; border-bottom: none; display: block; overflow: hidden; background-color: transparent; line-height: 50px; /* min-height: 50px; */ text-align: initial; }
#navul-reponsive > li:first-child { border-top: none; }
#navul-reponsive li a { padding-left: 30px; padding-right: 20px; box-sizing: border-box; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ color: #3d3c3c; height: auto; }
#navul-reponsive li a:hover { color: #b3b3b3; }
#navul-reponsive li ul { padding-left: 30px; }
#navul-reponsive li ul li a { padding-left: 20px; }
#navul-reponsive li ul li ul { padding-left: 20px; }
#navul-reponsive li.navli-lang { padding-left: 30px; display: none; }
#navul-reponsive li.navli-lang ul.lang { float: none; margin-right: 0; padding-left: 0; }
#navul-reponsive li.navli-lang div table { border-collapse: collapse; }
#navul-reponsive li.navli-lang div table td { /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ font-size: 18px; /* color: #3d3c3c; */ }
#navul-reponsive li.navli-lang div li { padding-left: 0; border-top: none; border-bottom: 1px solid #b3b3b3; width: 100%; }
#navul-reponsive li.navli-lang div li a { position: relative; }
#navul-reponsive li.navli-lang div a.navli-lang-current:after { content: 'â'; margin-left: 15px; /* font-family: 'microsoft jhenghei'; */ position: absolute; right: 20px; }
.navbar .height-correct { position: relative; height: 100%; border: none; background-color: #e6e6e6; display: none; }
.navbar .height-correct.active { display: block; }

#navul-reponsive a.layer-0 { font-weight: bold; }
/*
#navul-reponsive ul.layer-2,
#navul-reponsive li.layer-2 { list-style-type: disc; }
*/
#navul-reponsive a.layer-2 { position: relative; padding-left: 40px; }
#navul-reponsive a.layer-2:before { content: 'â'; position: absolute; font-size: 12px; left: 20px; }

.page-content { min-height: 500px; }

.breadcrumb { height: 40px; line-height: 40px; background-color: #3d3c3c; color: #ffffff; font-size: 14px; }
.breadcrumb .container { padding-left: 20px; padding-right: 20px; }
.breadcrumb .breadcrumb-content {  }
.breadcrumb .breadcrumb-content a { color: #ffffff; text-decoration: none; }
.breadcrumb .breadcrumb-content a:hover { color: #ffb41d; }
.breadcrumb .breadcrumb-content .slash { margin-left: 10px; margin-right: 10px; }


.title { font-size: 23px; font-weight: normal; }
.content { font-size: 15px; }

.dining-banner-txt h1 { width: 100%; font-size: 40px; padding-bottom: 30px; padding-top: 35px; display: inline-block; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ font-weight: normal; }
.zh .dining-banner-txt h1,
.sc .dining-banner-txt h1 { font-size: 35px; }
.dining-banner-txt h3 { margin-bottom: 20px; font-weight: normal; }
.tit-content { display: block; }
.tit-content h3 { margin-bottom: 20px; font-weight: normal; }
h3 { margin-bottom: 20px; font-weight: normal; }


.banner { position: relative; }
/* .banner#index { height: 550px; } */
.banner-wrapper { position: relative; width: 100% !important; overflow: hidden; height: 500px; }
.banner-wrapper ul { width: 100%; padding: 0; list-style: none; }
.banner-wrapper ul li { width: 100%; padding: 0; }
.banner-txt { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.55); width: 100%; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ color: #ffffff; line-height: 50px; text-align: center; font-size: 23px; height: 50px; display: none; }
.banner-wrapper .pc { overflow: hidden; }
.banner-wrapper .preNext { width: 54px; z-index: 999; }

.banner-dots-container { position: absolute; width: 100%; bottom: 10px; }
.banner-dots { display: table; margin-left: auto; margin-right: auto; text-align: center; padding: 0; list-style: none; }
.banner-dots li { display: table-cell; padding: 0; padding-left: 8px; padding-right: 8px; }
.banner-dots li a { display: block; width: 13px; height: 13px; border-radius: 10px; background-color: #ffffff; /* margin-top: -33px; */ position: relative; cursor: pointer; z-index: 999; }
.banner-dots li.active a { background-color: #bbbbbb; }

/*
.banner-wrapper .dinner-resposive { background: url(../images/dining/ParkLane_George-&-Co._Wine-Cellar.jpg); background-size: cover; background-position: -15px; width: 100%; height: 50px; position: relative; padding-top: 210px; }
.banner-wrapper .pb150 { padding-bottom: 150px; }
*/
.banner .banner-textbar { position: absolute; bottom: 10px; width: 100%; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; box-sizing: border-box; background-image: url(../images/bgc/ffffff_80.png); }
.banner .banner-textbar .title { text-align: center; font-size: 22px; /* margin-top: 10px; */ margin-bottom: 10px; }
.banner .banner-textbar .content { text-align: center; }

.banner-text-container { /* height: 650px; */ height: 500px; }
.banner-text-container .banner-wrapper { position: absolute; }
.banner-text-container .banner-text { position: relative; height: 100%; margin: 0; top: 0; margin: 0 auto; left: 0; right: 0; z-index: 50; }
.banner-text-container .banner-text .banner-text-content { width: 310px; height: 100%; background-color: rgba(0, 0, 0, 0.45); padding-top: 40px; padding-left: 30px; padding-right: 30px; color: #ffffff; font-size: 15px; overflow: hidden; }
.banner-text-container .banner-text .banner-text-content img { width: 120px; margin-bottom: 5px; }
.banner-text-container .banner-text .banner-text-content h1 { font-size: 47px; line-height: 49px; padding-top: 35px; padding-bottom: 30px; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ font-weight: normal; }
.banner-text-container .banner-text .banner-text-content h3 { margin-bottom: 20px; }
.banner-text-container .banner-text .banner-text-content .btn-box { margin: 0; }
.banner-text-container .banner-text .banner-text-content .btn-box .a_btn { height: auto; width: auto; padding-left: 10px; padding-right: 10px; }
.banner-text-container .banner-text .banner-text-content .a_btn { margin-top: 30px; margin-right: 25px; width: 120px; height: 45px; line-height: 45px; font-size: 20px; padding: 0; text-align: center; }

.banner-shortcut-container .shortcut-container { position: absolute; top: 0; height: 100%; width: 100%; }
.banner-shortcut-container .shortcut-container .container { height: 100%; max-width: 760px; padding-left: 98px; padding-right: 98px; }
.banner-shortcut-container .shortcut-container  table { height: 100%; float: right; border-collapse: collapse; margin-right: 120px; }
.banner-shortcut-container .shortcut-container .shortcut { position: relative; display: block; width: 100px; height: 100px; background-color: #ffffff; background-size: 100% 100%; }
.banner-shortcut-container .shortcut-container .shortcut:hover { background-color: #ffffff; }
.banner-shortcut-container .shortcut-container .shortcut span { position: absolute; top: 60px; left: 0; text-align: center; width: 90%; margin-left: 5%; margin-right: 5%; color: #ffffff; font-size: 13px; line-height: 14px; }

/* .zh .banner-shortcut-container .shortcut-container .shortcut span { top: 66px; } */

.banner-text-res-container { background-color: #bbbbbb; padding-bottom: 0 !important; margin-bottom: 25px; }
.banner-text-res-container .content-txt { color: #ffffff; }

.slide-block-container { overflow: hidden; }
.slide-block-container .slide-block { background-size: 100%; box-sizing: border-box; overflow: hidden; height: 100%; }
.slide-block-container .slide-block.fit-width { background-size: 100% auto; }
.slide-block-container .slide-block.fit-height { background-size: auto 100%; }
.slide-block-container .slide-block .s-banner-txt-container { max-width: 900px; }
.slide-block-container .slide-block .tips { color: #ffffff; background-color: rgba(0, 0, 0, 0.4); width: 342px; max-width: 100%; float: left; left: -400px; right: auto; margin-left: 0; margin-right: 0; height: auto; margin-top: 80px; position: absolute; padding-top: 30px; }
.slide-block-container .slide-block .tips .tit { padding-top: 0; line-height: 30px; margin-bottom: 25px; font-size: 35px; }
.slide-block-container .slide-block.even .tips { float: right; left: auto; right: -400px; }
.slide-block-container .slide-block.left .tips { float: left; left: -400px; right: auto; }
.slide-block-container .slide-block.right .tips { float: right; left: auto; right: -400px; }
.slide-block-container .slide-block .tips .btn-box { margin: 0; }
.slide-block-container .slide-block .tips .btn-box a { color: #ffffff; border: rgba(255, 255, 255, 0.4) solid 2px; font-size: 17px; line-height: 35px; height: auto; padding-top: 0; padding-bottom: 0; box-sizing: border-box; min-width: 120px; }
.slide-block-container .slide-block .tips a { color: #ffffff; border: rgba(255, 255, 255, 0.4) solid 2px; }
.slide-block-container .slide-block .tips a:hover { color: #000000; background-color: rgba(255, 255, 255, 0.7); border-color: transparent; }
.slide-block-container .slide-block.full-height .tips { margin-top: 0; height: 100%; }
.slide-block-container .slide-block.pink .tips { background-color: rgba(255, 236, 241, 0.73); color: #1a1a1a; width: 272px; padding-top: 60px; }
.slide-block-container .slide-block.pink .tips a { color: #1a1a1a; border: rgba(26, 26, 26, 0.4) solid 2px; }
.slide-block-container .slide-block.pink .tips a:hover { color: #ffffff; background-color: rgba(26, 26, 26, 0.4); border-color: transparent; }

.shortcut-block-container { max-width: 880px; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; overflow: hidden; margin-bottom: 20px; }
.shortcut-block-container .shortcut-block { float: left; width: 270px; /* width: 33.3%; */ /* margin-top: 30px; */ margin-top: 10px; margin-bottom: 20px; /* margin-left: 12px; margin-right: 12px; */ margin-left: 0; margin-right: 0; box-sizing: border-box; padding-left: 10px; padding-right: 10px; }
.shortcut-block-container .shortcut-block a { text-decoration: none; }
.shortcut-block-container .shortcut-block .img-box { position: relative; width: 100%; height: 230px; /* width: 200px; */ max-width: 100%; overflow: hidden; margin-left: auto; margin-right: auto; }
.shortcut-block-container .shortcut-block img { display: block; width: 100%; height: auto; /* width: auto; height: 100%; */ margin-left: auto; margin-right: auto; }
.shortcut-block-container .shortcut-block .img-box-hover { height: 220px; width: 260px; position: absolute;/* border: 5px solid #FFE53D; */ top: 0; left: 0; display: none; }
.shortcut-block-container .shortcut-block:hover .img-box-hover { display: block; }
.shortcut-block-container .shortcut-block .text-div {  }
.shortcut-block-container .shortcut-block .text-div .tit { padding: 20px 0 20px 0; color: #ab0101; font-size: 20px; text-align: center; }
.shortcut-block-container .shortcut-block .text-div .txt { /* min-height: 50px; */ padding-top: 0; padding-bottom: 20px; font-size: 15px; color: #3d3c3c; width: 100%; }
.shortcut-block-container .shortcut-block .btn-box {  }
.shortcut-block-container .shortcut-block .btn-box .a_btn { margin-top: 20px; margin-bottom: 20px; margin-left: 5px; margin-right: 5px; /* color: #ffffff; */ border: 0; width: 120px !important; padding-left: 0 !important; padding-right: 0 !important; }
/*
.shortcut-block-container .shortcut-block .btn-box .a_btn.btn-1,
.shortcut-block-container .shortcut-block .btn-box .btn-1 .a_btn { background-color: #3d3c3c; }
.shortcut-block-container .shortcut-block .btn-box .a_btn.btn-1:hover,
.shortcut-block-container .shortcut-block .btn-box .btn-1 .a_btn:hover { background-color: #808080; }
.shortcut-block-container .shortcut-block .btn-box .a_btn.btn-2,
.shortcut-block-container .shortcut-block .btn-box .btn-2 .a_btn { background-color: #77406f; }
.shortcut-block-container .shortcut-block .btn-box .a_btn.btn-2:hover,
.shortcut-block-container .shortcut-block .btn-box .btn-2 .a_btn:hover { background-color: #510a37; }
*/

.list-table-container { padding-bottom: 20px; }
.list-table-container .container { padding-left: 20px; padding-right: 20px; }
.list-table-container table { border-collapse: collapse; }
.list-table-container .left.has-margin { padding-right: 10px; }
.list-table-container .right.has-margin { padding-left: 10px; }
.list-table-container .left td,
.list-table-container .right td { padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; box-sizing: border-box; }
.list-table-container .list-table-div { padding-top: 15px; padding-bottom: 15px; }
.list-table-container .list-table .title td { text-align: center; /* font-size: 25px; font-weight: bold; height: 50px; letter-spacing: 2px; */ font-size: 17px; color: #ffffff; background-color: #bbbbbb; border-radius: 10px 10px 0 0; }
.list-table-container .list-table .subtitle td { background-color: #e6e6e6; color: #222222; }
.list-table-container .list-table .list td { color: #222222; background-color: #f0f0f0; }
.list-table-container .list-table .list.even td { background-color: #f8f8f8; }
.list-table-container .list-table .column_1 {  }
.list-table-container .list-table .column_2 { text-align: center; }

.content-txt { margin: auto; text-align: center; /* width: 85%; */ padding-left: 20px; padding-right: 20px; color: #8b8a8a; font-size: 15px; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ line-height: 21px; padding-bottom: 20px; }
.content-txt h1 { font-size: 24px; padding-bottom: 30px; display: block; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ line-height: 35px; font-weight: normal; /* margin-left: 10px; margin-right: 10px; */ }
.content-txt .tit-logo img { width: 108px; margin-bottom: 20px; }
.content-txt .tit { font-size: 24px; padding-bottom: 33px; display: inline-block; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ line-height: 25px; }
.content-txt .tit-content { padding-bottom: 10px; }
.content-txt .btn-box { margin-top: 20px; }
.content-txt table { border-collapse: collapse; margin-left: auto; margin-right: auto; }
.content-txt .a_btn { display: block; text-align: center; font-size: 20px; /* color: #8B8A8A; */ /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ /* border: rgba(61,60,60,0.2) solid 2px; */ min-width: 120px; /* height: 45px; */ line-height: 45px; /* padding: 0 !important; */ padding-top: 0; padding-bottom: 0; float: none; margin-left: auto; margin-right: auto; cursor: pointer; border-width: 2px; border-style: solid; border-color: transparent; }
.content-txt .a_btn:hover { border-color: transparent; /* background: rgba(61, 60, 60, 0.2); */ }

.tabs-container { padding-top: 20px; }
.tabs-container .container { padding-left: 20px; padding-right: 20px; }
.tabs-container .tabs { border-bottom: 1px solid #bbbbbb; padding-left: 10px; padding-right: 10px; }
.tabs-container .tabs table { border-collapse: collapse; }
.tabs-container .tabs td { vertical-align: bottom; height: 100%; padding-right: 5px; position: relative; box-sizing: border-box; }
.tabs-container .tabs td label { display: block; width: 100%; height: 100%; border: 1px solid #bbbbbb; background-color: #eeeeee; border-radius: 5px 5px 0 0; margin-right: 5px; padding: 2px 8px; margin-bottom: -1px; box-sizing: border-box; text-align: center; cursor: pointer; }
.tabs-container .tabs td.active { }
.tabs-container .tabs td.active label { border-bottom-color: transparent; background-color: #ffffff; }
.tabs-container .tabs-content { padding: 20px; }
.tabs-container .tabs-content .tab-content .title { font-weight: bold; margin-bottom: 10px; }

.dining-index-banner img { padding-bottom: 100px;}

.content-gallery-100 { position: relative; }
.content-gallery { overflow: visible; margin-left: auto; margin-right: auto; display: block; background-color: #333333; }
.gallery { max-width: 988px; margin-left: auto; margin-right: auto; padding-top: 30px; padding-bottom: 30px; padding-left: 60px; padding-right: 60px; box-sizing: border-box; }
.slick-slider { margin-bottom: 0; }
.slick-slide { margin-left: 10px; margin-right: 10px; overflow: hidden; outline: none; }
.slick-track { height: 160px; margin-left: auto; margin-right: auto; }
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover { width: 45px; height: 100px; background-size: 100% 100%; opacity: 0.25; font-size: 0; margin-top: -50px; }
.slick-prev, .slick-prev:hover { /* background-image: url('../images/banner-arrow-l.png'); */ background-image: url('../images/gallery-arrow-l.png'); left: -30px; }
.slick-next, .slick-next:hover { /* background-image: url('../images/banner-arrow-r.png'); */ background-image: url('../images/gallery-arrow-r.png'); right: -30px; }
.slick-prev:hover, .slick-next:hover { opacity: 0.8; }
.slick-prev:before, .slick-next:before { display: none; content: ''; }
.slick-prev:before:hover, .slick-next:before:hover { opacity: 0.8; }
.bx-wrapper .bx-viewport { padding-top: 0; padding-bottom: 0; }


.content-gallery-previewer.one-image { margin-top: 20px; margin-bottom: 20px; }
.content-gallery-previewer.one-image .previewer { height: auto; }
/*
.gallery { position: relative; padding-top: 30px; padding-bottom: 30px; margin-left: 70px; margin-right: 70px; height: 160px; }
.gallery .preNext { background-size: 100% 100%; position: absolute; width: 45px; cursor: pointer; height: 100px; background-repeat: no-repeat; top: 60px; opacity: 0.4; transition-duration: 0.5s; transition-property: opacity; }
.gallery .preNext:hover { opacity: 0.8; }
.gallery .pre { background-image: url(../images/banner-arrow-l.png); left: -56px; }
.gallery .next { background-image: url(../images/banner-arrow-r.png); right: -56px; }
.gallery .gallery-wrapper { width: auto; overflow: hidden; height: 100%; position: relative; }
.gallery .gallery-wrapper a { display: block; overflow: hidden; height: 100%; margin-right: 20px; float: left; position: absolute; }
.gallery .gallery-wrapper a img { width: 100%; }
*/
/*
.content-gallery-100 { position: relative; padding-top: 30px; padding-bottom: 30px; }
.bx-wrapper { margin-bottom: 0; }
.bx-wrapper .bx-viewport { box-shadow: none; background-color: transparent; border: none; left: 0; }
.bx-wrapper .bx-pager { display: none; }
.bx-wrapper .bx-controls-direction a { width: 45px; height: 100px; background-size: contain; }
.bx-wrapper .bx-controls-direction a.disabled { display: block; }
.bx-wrapper .bx-prev { background: url(../images/banner-arrow-l.png) no-repeat; }
.bx-wrapper .bx-next { background: url(../images/banner-arrow-r.png) no-repeat; }
*/

.content-div { padding-top: 55px; padding-bottom: 30px; background-position: bottom; background-repeat: repeat-x; /* background-image: url('../images/bg-text.jpg'); */ }
.content-div .tit-content a { color: #8b8a8a; }
.content-div .tit-content a:hover { color: #ab0101; }
.content-div.index { background-color: #ffffff; background-image: none; padding-bottom: 50px; }
.dining .content-div { padding-bottom: 50px; }

.custom-div { color: #8b8a8a; }
.custom-div .container { padding-left: 20px; padding-right: 20px; }
.custom-div a { color: #8b8a8a; }
.custom-div a:hover { color: #ab0101; }

.contact-us .content-txt { text-align: left; }
.contact-us form#contact-form table { margin-left: 0; /* margin-right: 10px; */ border-collapse: collapse; }
.contact-us form#contact-form table td { padding: 5px; box-sizing: border-box; }
.contact-us form#contact-form table td input.text { height: 30px; padding: 0 5px; width: 400px; border: 1px solid #888888; max-width: 100%; box-sizing: border-box; }
.contact-us form#contact-form table td textarea { height: 30px; padding: 5px; width: 400px; border: 1px solid #888888; min-height: 200px; max-width: 100%; box-sizing: border-box; }
.contact-us form#contact-form table td .a_btn { text-transform: capitalize; border-radius: 0 !important; }

#contact-form { text-align: left; }
#contact-form table { margin-left: 10px; margin-right: 10px; border-collapse: collapse; }
#contact-form table td { padding: 5px; box-sizing: border-box; }
#contact-form table td input.text { height: 30px; padding: 0 5px; width: 400px; border: 1px solid #888888; max-width: 100%; box-sizing: border-box; }
#contact-form table td textarea { height: 30px; padding: 5px; width: 400px; border: 1px solid #888888; min-height: 200px; max-width: 100%; box-sizing: border-box; }
#contact-form table td .a_btn { text-transform: capitalize; border-radius: 0 !important; }

.content-div .content-txt .index-content { /* margin-left: 10px; margin-right: 10px; */ }

.location .content-txt { text-align: left; }

/*
.offer-container-bg { background: none; }
.offer-container-bg .container { background: none; padding-left: 20px; padding-right: 20px; }
.offers-txt-div { background: none; }
.offers-txt-div .offers-1, .offers-txt-div .offers-2, .offers-txt-div .offers-3 {  }
.offers-txt-div .offers-txt .offers-txt-title { line-height: 35px; font-size: 23px; }
.offers-txt-div .offers-txt .offers-txt-content ul { padding-left: 20px; list-style: disc; }
.offers-txt-div .offers-txt .offers-txt-content ul li { float: none; padding: 0; list-style: disc; }
.offers-txt-div .offers-txt .offers-txt-content ol { padding-left: 20px; list-style: decimal; }
.offers-txt-div .offers-txt .offers-txt-content ol li { float: none; padding: 0; list-style: decimal; }
.offers-txt-div .offers-txt .offers-txt-content a { color: #d4b87e; }
.offers-txt-div .offers-txt .offers-txt-content .offers-img img { display: block; }
.offers-txt-div .offers-txt .btn-box { margin: 0; }
.offers-txt-div .offers-txt .btn-box .a_btn { height: auto; width: auto; min-width: 120px; padding-left: 10px; padding-right: 10px; }


.photo-txt { margin-left: 20px; margin-right: 20px; margin-top: 30px; margin-bottom: 30px; box-sizing: border-box; float: none !important; }
.acco .photo-txt { margin-left: 50px; margin-right: 50px; margin-top: 50px; margin-bottom: 50px; }
.offer .photo-txt { margin-left: 20px !important; margin-right: 20px !important; margin-top: 0; padding-top: 30px !important; padding-bottom: 30px !important; margin-bottom: 0px !important; border-top: 1px solid #4d4d4d; }
.offer .photo-txt .photo  img { margin: 0; }
.photo-txt .txt { padding-top: 0; padding-bottom: 0; text-align: left; margin-left: 0; margin-right: 0; width: auto; box-sizing: border-box; padding-left: 35px; }
.photo-txt .txt .txt-title { font-size: 35px; padding-bottom: 25px; line-height: 40px; }
.photo-txt .photo { width: 40%; }
.acco .photo-txt .photo { width: 320px; }
.photo-txt .photo img { width: 100%; float: none; }
.photo-txt table { border-collapse: collapse; }
.photo-txt table td {  }
.photo-txt table td .acc-phote { float: none; width: 100%; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 50px; overflow: hidden; width: 320px; height: 270px; }
.photo-txt table td .acc-phote img { height: 100%;}
.photo-txt table td .acc-txt { float: none; width: 100%; margin-bottom: 0; padding-left: 35px; padding-right: 50px; box-sizing: border-box; }
*/

.offer-container { background: none; padding-top: 10px; padding-bottom: 10px; }
.offer-container .container { background: none; padding-left: 10px; padding-right: 10px; max-width: 880px; }
.offer-container .offer { padding-left: 10px; padding-right: 10px; }
.offer-container table { border-collapse: collapse; }
.offer-container .offers .offer { padding-top: 10px; padding-bottom: 10px; }
.offer-container .offers-1, .offers-txt-div .offers-2, .offers-txt-div .offers-3 {  }
.offer-container .img-box { vertical-align: top; width: 32%; }
.offer-container .img-box img { width: 100%; display: block; /* margin-bottom: 10px; */ }
.offer-container .content-box { vertical-align: top; padding-top: 0; text-align: left; padding-left: 30px; padding-bottom: 10px; }
.offer-container .content-box .title { line-height: 35px; font-size: 23px; }
.offer-container .content-box .content ul { padding-left: 20px; list-style: disc; }
.offer-container .content-box .content ul li { float: none; padding: 0; list-style: disc; }
.offer-container .content-box .content ol { padding-left: 20px; list-style: decimal; }
.offer-container .content-box .content ol li { float: none; padding: 7px 0 7px; /* list-style: decimal; */ text-align: justify; }
.offer-container .content-box .content a { color: #d4b87e; }
.offer-container .content-box .btn-box { margin-left: 0; /* margin-top: 15px; */ margin-bottom: 0; }
.offer-container .content-box .btn-box .a_btn { height: auto; width: auto; min-width: 120px; padding-left: 10px; padding-right: 10px; margin-right: 30px; }

.offer-container .list { /* min-height: 250px; */ }
.offer-container .list .img-box,
.offer-container .list .content-box { padding-bottom: 50px; }
.offer-container .list .slick-track { height: auto; }
.offer-container .list .slick-track .slick-slide { margin-left: 0; margin-right: 0; }
.offer-container .slick-dots { max-width: 1000px; margin-left: auto; margin-right: auto; bottom: 0; padding-left: 32%; box-sizing: border-box; padding-bottom: 10px; }
.offer-container .slick-dots table { padding-left: 42%; margin-left: auto; margin-right: auto; box-sizing: border-box; padding-top: 20px; padding-bottom: 30px; margin-top: -68px; }
.offer-container .slick-dots table td { line-height: 0; font-size: 0; margin-bottom: 15px; }
.offer-container .slick-dots table td.divider { width: 20px; }
.offer-container .slick-dots .slide-btn { width: 15px; height: 15px; background-color: #bbbbbb; border-radius: 10px; }
.offer-container .slick-dots .slide-btn.active { background-color: #d4b87e; }
.offer-container .slick-dots li { padding-top: 0 !important; padding-bottom: 0 !important; float: none !important; }
.offer-container .slick-dots li button:before { color: #bbbbbb; font-size: 15px; opacity: 1; }
.offer-container .slick-dots li.slick-active button:before { color: #d4b87e; }
.offer-container .slick-arrow { display: none !important; }

.photo-txt { margin-left: 20px; margin-right: 20px; margin-top: 30px; margin-bottom: 30px; box-sizing: border-box; float: none !important; }
.acco .photo-txt { margin-left: 50px; margin-right: 50px; margin-top: 50px; margin-bottom: 50px; }
.offer .photo-txt { margin-left: 20px !important; margin-right: 20px !important; margin-top: 0; padding-top: 30px !important; padding-bottom: 30px !important; margin-bottom: 0px !important; border-top: 1px solid #4d4d4d; }
.offer .photo-txt .photo  img { margin: 0; }
.photo-txt .txt { padding-top: 0; padding-bottom: 0; text-align: left; margin-left: 0; margin-right: 0; width: auto; box-sizing: border-box; padding-left: 35px; }
.photo-txt .txt .txt-title { font-size: 35px; padding-bottom: 25px; line-height: 40px; }
.photo-txt .photo { width: 40%; }
.acco .photo-txt .photo { width: 320px; }
.photo-txt .photo img { width: 100%; float: none; }
.photo-txt table { border-collapse: collapse; }
.photo-txt table td {  }
.photo-txt table td .acc-phote { float: none; width: 100%; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 50px; overflow: hidden; width: 320px; height: 270px; }
.photo-txt table td .acc-phote img { height: 100%;}
.photo-txt table td .acc-txt { float: none; width: 100%; margin-bottom: 0; padding-left: 35px; padding-right: 50px; box-sizing: border-box; }

.photo-text { }
.photo-text .img-box,
.photo-text .content-box { padding-bottom: 10px; }
.photo-text .no-image .content-box { padding-left: 0; }
.photo-text .img-box img { width: auto; max-width: 100%; margin-left: auto; margin-right: auto; }
.photo-text .image-left .img-box { /* float: left; padding-right: 30px; */ }
.photo-text .image-right .img-box,
.photo-text .image-right .content-box { display: block; }
.photo-text .image-right .img-box { float: right; /* padding-left: 30px; */ /* padding-bottom: 20px; */ }
.photo-text .image-right .content-box { padding-left: 0; padding-right: 30px; }

.text-box-paragraph .img-box .text-box-content { padding: 40px 20px 35px 20px; max-width: 100%; box-sizing: border-box; margin-left: auto; margin-right: auto; }
.text-box-paragraph .img-box .text-box-content h3 { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 25px; }
.text-box-paragraph .img-box .text-box-content div { text-align: justify; }

/* wendy 2016-05-25 start */
/* .service-overview-offers{max-width:860px;padding-left:20px;padding-right:20px;background:none;margin:0 auto;} */
/* .service-overview-offers, .service-overview-offers .offers-txt-div{background:white;} */
/* .service-overview-offers */ .offer .photo-txt{margin-left:0 !important;margin-right:0 !important;border-top:none;padding-bottom:0px !important;}
/* .service-overview-offers */ .offer .offers-txt-div>div:last-child{padding-bottom:30px !important;}
/* .service-overview-offers */ .offer .photo-txt .photo img{margin-left:0 !important;height:auto !important;width:100% !important;max-width:auto !important;max-height:auto !important;}
/* .service-overview-offers */ .photo-txt .txt{padding-left:30px;}
/* .service-overview-offers */ .photo-txt .photo{width:32%;}
/* .service-overview-offers */ .offers-txt-div .offers-txt .offers-txt-title span, /* .service-overview-offers */ .offers-txt-div .offers-txt-content{color:#8b8a8a;}
/* .service-overview-offers */ .offers-txt-div .offers-txt .offers-txt-title{margin-bottom:5px;}
/* .service-overview-offers */ .offers-txt-div .offers-txt-content p{line-height:22px;}
/* wendy 2016-05-25 end */

.acc-content-div { background-image: url('../images/bg-text.jpg'); background-position: bottom; background-repeat: repeat-x; padding-bottom: 40px; }
.acc-content-div.index { background-color: #ffffff; background-image: none; }
.acc-photo-txt { margin-bottom: 50px; }
.acc-photo-txt table td {  }
.acc-photo-txt table td .acc-phote { float: none; width: 100%; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 50px; overflow: hidden; width: 320px; height: 270px; }
.acc-photo-txt table td .acc-phote img { height: 100%;}
.acc-photo-txt table td .acc-txt { float: none; width: 100%; margin-bottom: 0; padding-left: 35px; padding-right: 50px; box-sizing: border-box; }

.paragraph { text-align: left; padding-top: 10px; }
.paragraph .container { text-align: left; }
.paragraph .tit,
.paragraph .title { padding-bottom: 5px; font-weight: normal; font-size: 23px; }
.paragraph .tit-content,
.paragraph .content { /* padding-bottom: 35px; */ font-size: 15px; }
.paragraph .btn-box { /* float: left; */ margin-top: 0; margin-left: 0; }
.paragraph .btn-box .a_btn { margin-top: 5px; }

.paragraph-content .content,
.paragraph-content .tit-content { padding-bottom: 35px; }
.photo-text .content,
.photo-text .tit-content { padding-bottom: 35px; }
.photo-text .content:last-child,
.photo-text .tit-content:last-child { padding-bottom: 0; }
.photo-text .btn-box { margin-bottom: 35px; }
/*
.paragraph { padding-top: 5px; }
.paragraph .container { text-align: left; }
.paragraph .tit { font-size: 23px; }
.paragraph .title { font-size: 23px; }
.paragraph .content { font-size: 15px; }
*/

.gallery-title { padding-bottom: 0; }

.main { background-image: url('../images/bg-promotion.jpg'); background-position: bottom; background-repeat: repeat-x; }
.dining .main { background-image: none; margin-top: 10px; margin-bottom: 20px; }
.meetings-and-events .main { background-image: none; margin-top: 10px; margin-bottom: 20px; }

.index-img-div > div { margin-top: 30px; margin-bottom: 0; }
.index-img-div > div .text-div { width: auto; margin-left: 0 !important; margin-right: 0 !important; }
.index-img-div > div .text-div .txt { padding-bottom: 20px; }
.index-img-div .btn-new { width: 250px; margin-left: auto; margin-right: auto; }
.index-img-div a { margin-top: 20px; margin-bottom: 20px; }
.meetings-and-events .index-img-div { margin-left: 217px; margin-right: 217px; }
.meetings-and-events .index-img-div a { float: none; margin-left: auto; margin-right: auto; }
.meetings-and-events .index-img-div .index-img-2 { margin-right: 0; }

.bottom_line { float: left; display: none; }

.color-div { background-image: url('../images/bg-text.jpg'); background-position: bottom; background-repeat: repeat-x; }

#book-now-div > div { width: auto; }
#book-now-div > div table { border-collapse: collapse; }
#book-now-div > div table td { vertical-align: top; }
#book-now-div > div ul { height: auto; width: auto; white-space: nowrap; }
#book-now-div #hours { /* margin: 0px 37px 0px 0px; */ margin: 0 auto; display: table-cell; float: none; }
#book-now-div #features { /* margin: 0px 37px 0px 37px; */ margin: 0 auto; display: table-cell; float: none; }
#book-now-div #parking { /* margin: 0px 37px 0px 37px; */ margin: 0 auto; display: table-cell; float: none; }
#book-now-div #reservations { /* margin: 0px 0px 0px 37px; */ margin: 0 auto; display: table-cell; float: none; color: #ffffff !important; }
#book-now-div .vertical-line-td { width: 1px; padding-left: 37px; padding-right: 37px; font-size: 0; }
#book-now-div .vertical-line { display: block; background: none !important; border-right: 1px solid rgba(255, 255, 255, 0.3); }
#book-now-div div.book-now-btn { width: auto; }
.book-now-btn a { float: none; margin-left: auto; margin-right: auto; }
.book-now-btn .a_btn { font-size: 25px; min-width: 150px; line-height: 50px; }
.bx-wrapper img { /* max-width: none; */ /* width: auto !important; */ }

#riva.dining-banner{ background-image: url(../images/dining/ParkLane_Riva-and-The-Deck_night.jpg); }
#cafe-one.dining-banner{ background-image: url(../images/dining/Cafe-One-Main.jpg); }
#ebb.dining-banner{ background-image: url(../images/dining/EbbandFlow-Afternoon-Tea.jpg); background-position: top center; }
.dining-banner { min-height: 650px; background-size: cover; }
.dining-banner-tit { width: 400px; height: 100%; background-color: rgba(0,0,0,0.45); }
.dining-banner-txt { padding-top: 40px; margin-left: 30px; margin-right: 30px; width: auto; }
.dining-banner-txt .tit0 { text-align: left; padding-top: 0; }
.dining-banner-txt .tit0 span:first-child { display: none; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ padding-bottom: 0; font-size: 23px; line-height: 50px; font-weight: normal; }
.dining-banner-txt .tit, .dining-banner-txt .tit-content, .dining-banner-txt a.a_btn { display: block; }
.dining-banner-txt a { /* float: none; margin-left: auto; margin-right: auto; */ }
#dining-banner-responsive-txt { display: none; }

.m-s-download-enquiry > table { border: 0; border-collapse: collapse; }
.m-s-download,
.m-s-enquiry { width: 50% !important; float: none !important; }

.promotion-box { /* background-color: #ffffff; background-image: url('../images/bg-promotion.jpg'); background-position: bottom; background-repeat: repeat-x; */ background: none; }
.promotion-box .slick-track { height: auto; }
.promotion-box .container { position: relative; margin-left: auto; margin-right: auto; /* max-width: 1050px; */ width: 100%; padding-left: 25px; padding-right: 25px; /* box-sizing: border-box; */ /* min-height: 300px; */ }
.promotion-box .container .mask { position: relative; overflow: hidden; }
.promotion-box ul.list { position: relative; margin-left: auto; margin-right: auto; width: 100%; box-sizing: border-box; /* min-height: 360px; */ }
.promotion-box ul.list li { position: relative; float: left; padding-top: 30px; padding-bottom: 30px; min-height: 0; margin-left: 0; margin-right: 0; }
.promotion-box ul.list li table { border-collapse: collapse; }
.promotion-box ul.list li .img-box { /* width: 42%; */ width: 32%; overflow: hidden; /* height: 280px; position: absolute; */ /* margin-top: 30px; */ vertical-align: top; }
.promotion-box ul.list li .img-box img { width: 100%; }
.promotion-box ul.list li .content-box { /* padding-left: 45%; */ padding-left: 30px; /* min-height: 320px; */ padding-bottom: 50px; box-sizing: border-box; overflow: hidden; }
.promotion-box ul.list li .content-box .title { /* padding-top: 25px; */ margin-bottom: 5px; color: #d4b87e; color: #8b8a8a; font-size: 23px; line-height: 35px; }
.promotion-box ul.list li .content-box .content { color: #8a8a8a; font-size: 15px; }
.promotion-box ul.list li .content-box .content p a { color: #d4b87e; }
.promotion-box ul.list li .content-box .content ul { padding-left: 20px; list-style: disc; }
.promotion-box ul.list li .content-box .content ul li { float: none; padding: 0; list-style: disc; }
.promotion-box ul.list li .content-box .content ol { padding-left: 20px; list-style: decimal; }
.promotion-box ul.list li .content-box .content ol li { float: none; padding: 0; list-style: decimal; }
.promotion-box ul.list li .content-box .btn-box { margin: 0; }
.promotion-box ul.list li .content-box .btn-box .slider-a-btn { padding-top: 0; padding-bottom: 0; padding-left: 10px; padding-right: 10px; width: auto; height: auto; }
.promotion-box ul.list li .content-box .slider-a-btn { margin-top: 20px; width: 116px; height: 41px; line-height: 41px; font-size: 18px; margin-right: 30px; box-sizing: border-box; text-align: center; padding: 0; }
.promotion-box .slick-dots { max-width: 1000px; margin-left: auto; margin-right: auto; bottom: 0; padding-left: 45%; box-sizing: border-box; padding-bottom: 20px; }
.promotion-box .slick-dots table { padding-left: 42%; margin-left: auto; margin-right: auto; box-sizing: border-box; padding-top: 20px; padding-bottom: 30px; margin-top: -68px; }
.promotion-box .slick-dots table td { line-height: 0; font-size: 0; margin-bottom: 15px; }
.promotion-box .slick-dots table td.divider { width: 20px; }
.promotion-box .slick-dots .slide-btn { width: 15px; height: 15px; background-color: #bbbbbb; border-radius: 10px; }
.promotion-box .slick-dots .slide-btn.active { background-color: #d4b87e; }
.promotion-box .slick-dots li { padding-top: 0 !important; padding-bottom: 0 !important; float: none !important; }
.promotion-box .slick-dots li button:before { color: #bbbbbb; font-size: 15px; opacity: 1; }
.promotion-box .slick-dots li.slick-active button:before { color: #d4b87e; }

.promotion-box.photo-text ul.list li { padding-top: 50px; padding-bottom: 50px; }
.promotion-box.photo-text ul.list li .img-box { margin-bottom: 25px; }
.promotion-box.photo-text ul.list li .content-box { padding-bottom: 0; }
.promotion-box.photo-text ul.list li .content-box .title { padding-top: 0; }

.detail-form-container { background-color: #363636; color: #ffffff; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#474747)); line-height: 20px; padding-top: 40px; text-align: left; font-size: 13px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ }
.detail-form-container td { vertical-align: top; }
.detail-form-container .vertical-line-td { width: 1px; padding-left: 37px; padding-right: 37px; font-size: 0; }
.detail-form-container .vertical-line-td .vertical-line { border-right: 1px solid rgba(255, 255, 255, 0.3); width: 1px; height: 100px; margin-top: 15px; }
.detail-form-container li { text-align: left; }
.detail-form-container li.tit-1 { font-size: 15px; margin-bottom: 10px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ text-transform: uppercase; white-space: nowrap; }

.detail-container { background-color: #363636; color: #ffffff; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#474747)); line-height: 20px; padding-top: 40px; text-align: left; font-size: 13px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ }
.detail-container td { vertical-align: top; }
.detail-container .vertical-line-td { width: 1px; padding-left: 37px; padding-right: 37px; font-size: 0; }
.detail-container .vertical-line-td .vertical-line { border-right: 1px solid rgba(255, 255, 255, 0.3); width: 1px; height: 100px; margin-top: 15px; }
.detail-container li { text-align: left; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ }
.detail-container li.tit-1 { font-size: 15px; margin-bottom: 10px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ text-transform: uppercase; white-space: nowrap; }

.download-form-container {  }
.download-form-container table { border-collapse: collapse; border: 0; }
.download-form-container table td { text-align: center; color: #ffffff; overflow: hidden; }
.download-form-container table td.left { background-color: #444444; background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#4f4f4f), to(#383838)); }
.download-form-container table td.right { background-color: #565656; background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#666666), to(#464646)); }
.download-form-container table td .title { text-transform: uppercase; margin-top: 30px; font-size: 20px; }
.download-form-container table td .a_btn { display: block; float: none; width: 116px; font-size: 20px; line-height: 30px; height: 31px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 30px; border: #dbdbdb solid 2px; }
.download-form-container table td .a_btn:hover { border: transparent solid 2px; }

.download-container {  }
.download-container table { border-collapse: collapse; border: 0; }
.download-container table td { text-align: center; color: #ffffff; overflow: hidden; }
.download-container table td.left { background-color: #444444; background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#4f4f4f), to(#383838)); }
.download-container table td.right { background-color: #565656; background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#666666), to(#464646)); }
.download-container table td .title { text-transform: uppercase; margin-top: 30px; font-size: 20px; }
.download-container table td .btn-box .a_btn { width: auto; min-width: 140px; line-height: 45px; height: auto; }
.download-container table td .a_btn { display: block; float: none; width: 116px; font-size: 20px; line-height: 30px; height: 31px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 30px; border: #dbdbdb solid 2px; }
.download-container table td .a_btn:hover { border: transparent solid 2px; }

.download-list-table { border-collapse: collapse; }
.download-list-table .data_download { text-decoration: none; color: #000000; padding: 4px 7px; background: #ffffff; float: right; }
.download-list-table .data_download:hover { background:#737373; }
.download-list-table td.data_name { float: none; width: auto; }
.download-list-table td.data_size { float: none; width: auto; text-align: center; }
.download-list-table td.data_download { float: none; background: none; background-color: transparent; }
.download-list-table td.data_download:hover { background: none; background-color: transparent; }
.download-list-table td.data_download a { float: right; display: block; color: #000000; background: #ffffff; padding: 0 7px; line-height: 27px; white-space: nowrap; text-decoration: none; }
.download-list-table td.data_download a:hover { background:#737373; }
.download-list-table tr td { border-bottom: 1px solid #ffffff; font-size: 15px; padding: 10px 5px; color: #ffffff; }
.download-list-table tr td .title { font-size: 25px; padding-left: 10px; padding-bottom: 5px; /* width: auto; */ /* min-width: 300px; */ }
.download-list-table tr:last-child td { border-bottom: 0; }

.acco .promotion-box { }
.acco .promotion-box ul.list li { padding-top: 50px; padding-bottom: 50px; }
.acco .promotion-box ul.list li .content-box { padding-bottom: 0; }
.acco .promotion-box ul.list li .content-box .title { padding-top: 0; }

.main .m-fcous-back { height: 300px !important; overflow: hidden; background-color: #ffffff; }
.m-s-photo-txt { background: none; height: 300px !important; }
.m-s-photo-txt .m-s-phote { width: 42% !important; float: left !important; }
.m-s-photo-txt .m-s-txt { width: 53% !important; float: left !important; margin: 0 !important; }
.m-s-photo-txt .m-s-txt-title { margin-right: 25px; line-height: 30px; padding-top: 35px; padding-bottom: 25px; }
.m-s-photo-txt .m-s-txt-content { margin-right: 25px; }
.m-s-phote { height: 280px; margin-top: 10px; margin-bottom: 10px; margin-left: 2%; margin-right: 3%; overflow: hidden; }
.m-s-phote img { min-height: 0; width: 130%; margin-left: -15%;  }
.m-s-photo-txt .a_btn { z-index: 99; position: relative; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; width: 116px; height: 41px; line-height: 41px; text-align: center; font-size: 18px; }
.offers-txt-div a.a_btn { z-index: 99; position: relative; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; width: 116px; height: 41px; line-height: 41px; text-align: center; font-size: 18px; margin-right: 30px; }
.offers-txt-div a.a_btn:hover { color: #000000; }
.offers-txt-div .offers-txt-content a { color: #ffffff; font-weight: bold; }
.m-s-photo-txt .btn { top: auto !important; bottom: 0; padding-bottom: 30px; width: 53%; }
.m-s-photo-txt .btn div { padding-top: 0; padding-bottom: 0; }

.m-s-download-enquiry-title { text-transform: uppercase; }

.meetings .m-s-pro-1 { background-image: url('../images/meetings_events/ParkLane_Churchill_U-shaped.jpg'); }
.meetings .m-s-pro-2 { background-image: url('../images/meetings_events/ParkLane_27F_Classroom.jpg'); }
.meetings .m-s-pro-3 { background-image: url('../images/Roof-Top-Garden-Sky-2MB-2604x1875pixel.jpg'); }

.sitemap .content-txt { text-align: left; /* padding-left: 180px; */ max-width: 700px; }
.sitemap .content-txt ul { padding-left: 0; list-style: none; }
.sitemap .content-txt ul li { line-height: 23px; color: #8b8a8a; }
.sitemap .content-txt ul li.level-2 { list-style: disc; margin-left: 25px; }
.sitemap .content-txt a { color: #8b8a8a; text-decoration: none; }
.sitemap .content-txt a:hover { color: #3d3c3c; }
.sitemap .content-txt a.level-0 { font-weight: bold; }
.sitemap .content-txt a.level-1 { text-decoration: underline; }
.sitemap .content-txt a.level-2 {  }
.sitemap .content-txt a.level-3 { padding-left: 10px; }

.youtube-container { }
.youtube-container iframe { display: block; }

.center-a-btn { max-width: 100%; }
.center-a-btn a { margin-left: auto; margin-right: auto; float: none; }

.s-banner-new { }
.s-banner-new .s-banner-txt-container { height: 300px; }
/* .t1-new { max-width: 352px !important; } */

.t1-new { max-width: 342px !important; }
.s-banner-new .tips .tit { line-height: 30px; margin-bottom: 25px; }
.zh .s-banner-new .tips .tit,
.sc .s-banner-new .tips .tit { font-size: 26px; }

.grey-container { padding-top: 30px; padding-bottom: 60px; }
.grey-container .content-txt { background-color: #dddddd; padding-left: 40px; padding-right: 40px; text-align: left; box-sizing: border-box; padding-top: 55px; padding-bottom: 60px; }
.grey-container .content-txt h1 { margin-left: 0; margin-right: 0; }

.maps-container .container { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; }
.maps-container table { border-collapse: collapse; }
.maps-container table td { position: relative; }
.maps-container .select-box { margin-bottom: 10px; width: 100%; /* padding: 5px; */ font-size: 15px; border: 1px solid #bbbbbb; position: absolute; z-index: 50; color: #888888; background-color: #ffffff; }
.maps-container .select-box select { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; }
.maps-container .map-list-box { min-height: 350px; }
.maps-container .map-list { position: absolute; top: 0; width: 100%; padding-top: 45px; height: 100% !important; box-sizing: border-box; }
.maps-container .map-list ul { border: 1px solid #bbbbbb; height: 100% !important; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; padding-left: 0; list-style: none; }
.maps-container .map-list li { font-size: 15px; padding: 10px 30px 10px 40px; border-bottom: 1px solid #bbbbbb; position: relative; min-height: 30px; }
.maps-container .map-list li .icon-pin { height: 30px; position: absolute; left: 10px; top: 10px; cursor: pointer; }
.maps-container .map-list li .store-name { margin-bottom: 5px; }
.maps-container .map-list li .store-address { margin-bottom: 5px; }
.maps-container .map-list li .store-tel { margin-bottom: 5px; }
.maps-container .map-list li .store-detail { background-color: #dddddd; padding: 8px 10px; display: none; font-size: 13px; line-height: 14px; }
.maps-container .map-list li .detail-btn { position: absolute; top: 15px; right: 8px; width: 15px; height: 15px; }
.maps-container .map-list li .detail-btn img { width: 100%; height: auto; display: none; cursor: pointer; }
.maps-container .map-list li .detail-btn img.active { display: block; }
/*
.maps-container .map-list li.active .icon-pin { height: 35px; left: 8px; top: 5px; }
.maps-container .map-list li.active:after { content: ''; position: absolute; top: 50%; right: -10px; margin-top: -5px; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: transparent transparent transparent #bbbbbb; }
*/
.maps-container .map-box { height: 550px; padding-left: 10px; }
.maps-container .map-box iframe { height: 100%; transition-duration: 0.4s; transition-property: opacity; opacity: 0; position: absolute; width: 100%; top: 0; left: 0; border: 1px solid #bbbbbb; box-sizing: border-box; }
.maps-container .map-box iframe.active { opacity: 1; }

.phone-div { padding-left: 10px; /* padding-right: 20px; */ padding-right: 10px; font-size: 13px; text-transform: uppercase; line-height: 34px; padding-top: 2px; box-sizing: border-box; height: auto; }
.phone-div .container { max-width: 980px; }
.phone-div table { border-collapse: collapse; margin-left: auto; margin-right: auto; }
.phone-div table td { white-space: nowrap; text-align: center; }
.phone-div table td div { margin-left: 0; float: none !important; }

.contact-us-container { padding-top: 20px; padding-bottom: 20px; }
.contact-us-container .contact-us-info .info-tit .info-tit-txt { font-size: 23px; padding-left: 10px; margin-left: 15px; }
.contact-us-container .contact-us-info .info-detail { font-size: 15px; }
.contact-us-container .contact-us-info .info-address { width: 100%; }
.contact-us-container .contact-us-info .info-address .address-tit { font-size: 15px; font-weight: bold; }
.contact-us-container .contact-us-info .info-address .merchant-name { font-size: 13px; }
.contact-us-container .contact-us-info .info-address .merchant-address { font-size: 13px; }

.shortcut-button-container { padding-top: 20px; padding-bottom: 20px; }
.shortcut-button-container .shortcut-button-div .shortcut-button { padding-bottom: 40px; margin-bottom: 20px; }
.shortcut-button-container .shortcut-button-div .shortcut-button .text-div-txt { font-size: 20px; }

.btn_grey_light { position: relative; padding-top: 0; padding-bottom: 0; padding-left: 10px; padding-right: 10px; height: 35px; line-height: 35px; text-align: center; background-color: rgba(255, 255, 255, 0.3); display: block; color: #000000 !important; border: 0px; /* font-family: 'Tahoma', arial, 'microsoft jhenghei' !important; */ text-transform: uppercase; float: left; text-decoration: none; }
.btn_grey_light:hover { border: 0; background-color: rgba(255, 255, 255, 0.8); }

footer .footer-link .hide-footer { padding: 0 !important; }
/* footer .footer-link table tbody tr td { padding-left: 0; padding-right: 0; } */
footer .footer-link table { table-layout: fixed; border-collapse: collapse; }
footer .footer-link table tbody tr td div ul li { /* line-height: 30px; */ padding-top: 0; padding-bottom: 0; line-height: normal; max-width: 400px; white-space: normal; }
footer .footer-link .container { max-width: 920px; border: none; margin-top: 15px; }
footer .footer-link .container .footer-column { /* width: 100%; */ min-width: 150px;   overflow: visible; }
footer .footer-link .container ul { padding-left: 0; list-style: none; }
footer .footer-link .container li { font-size: 8px; text-align: initial; }
footer .footer-link .container li a { display: block;  line-height: 20px; padding-top: 1px; padding-bottom: 1px; margin-top: 10px; font-size: 16px; }
footer .footer-link .container li a .spe { display: none; }
footer .footer-link .container li a.capitalize { text-transform: uppercase; }
footer .footer-link .container li ul { /* padding-left: 18px; */ position: relative; }
footer .footer-link .container li ul li { white-space: normal; padding-left: 0; }
footer .footer-link .container li ul li a { /*text-decoration: underline;*/ text-transform: none; font-size: 14px; }
footer .footer-link .container .footer-column li { position: relative; }
footer .footer-column .layer-0 .layer-0 .layer-0{
	text-decoration: underline;
}
footer .footer-link .container .footer-column li.layer-0 .extend-btn { display: none; color: #ffffff; position: absolute; right: 20px; width: 20px; line-height: 20px; top: 0; margin-top: 10px; font-size: 18px; font-size: 0; background-image: url('../images/m-footer-arrow-down.png'); background-position: 50% 50%; background-size: 100% auto; background-repeat: no-repeat; }
footer .footer-link .container .footer-column li.layer-0.active .extend-btn { background-image: url('../images/m-footer-arrow-up.png'); /* -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); */ }
/*
footer .footer-link .container li ul li:before { content: '-'; position: absolute; left: 0; padding-top: 5px; line-height: 20px; }
*/
footer .footer-link .container li ul li ul { list-style: disc; padding-left: 20px; }
footer .footer-link .container li ul li ul li { /* padding-left: 20px; */ list-style: disc; }
/* footer .footer-link .container li ul li ul li a:before { content: '-'; position: absolute; left: 8px; padding-top: 2px; line-height: 20px; } */
footer .footer-link .container li ul li ul li a { margin-top: 0; text-decoration: none; }
footer .footer-link .container .social li a { height: 35px; }
footer .footer-link .container .social .newsletter { padding-bottom: 35px; }
footer .footer-link .container .social .newsletter input { line-height: 25px; margin-bottom: 0; border-radius: 0; }
footer .footer-link .container .social .newsletter button { line-height: 25px; }

footer .footer-link .container .social .ads { height: auto !important; background-color: transparent !important; }
footer .footer-link .container .social .ads img { width: 60%; }

footer .copyright { text-align: center; padding: 0; height: auto; max-width: 100%; padding-left: 20px; padding-right: 20px; line-height: 18px; }
footer .copyright .container { max-width: 950px; border-top: 1px solid #ffffff; }
footer .copyright .container table { height: 35px; border-collapse: collapse; }
footer .copyright .container div { text-align: left; font-size: 12px; padding-top: 10px; padding-bottom: 10px; }

footer .ads { background-color: #ffffff; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; }
footer .ads .container { max-width: 950px; }
footer .ads img { height: 18px; }

#btn-pop { transition-duration: 0.5s; display: none; }
#btn-pop.active { right: -73px; }
#btn-pop-close { cursor: pointer; }
.pop-up-form { top: 250px; }
#div-pop { position: fixed; top: 0; left: 100%; width: 100%; height: 100%; overflow-y: auto; display: block; overflow-y: auto; transition-duration: 0.8s; transition-timing-function: ease-in-out; }
#div-pop-shield { position: fixed; top: -5%; left: -5%; width: 110%; height: 110%; background-color: transparent; z-index: 9995; cursor: pointer; display: none; }
#div-pop-shield.active { display: block; }
.ickeck-form { }
.ickeck-form .form-container { height: 100%; overflow-y: auto; }
#icheck_th { height: 40px; }
.ickeck-form table.form_table td { height: 35px; }
#pop-1 { z-index: 9999 !important; position: fixed; margin-top: 0; margin-bottom: 0; margin-left: 0; right: -666px; top: 35%; width: 666px; height: 65%; display: block; transition-duration: 0.5s; transition-property: right; position: absolute; top: 215px; height: auto; z-index: 999 !important; }
#pop-1.active { right: 0px; z-index: 9999 !important; }
#pop-1 #btn-pop { display: block; position: absolute; top: 38px; left: -72px; }
#pop-1 table.form_table { width: 100%; }
#pop-1 td { position: relative; }
#pop-1 td #btn-pop-close { top: 38px; left: -72px; }
#pop-1 .td_1, #pop-1 .td_2, #pop-1 .td_3, #pop-1 .td_4, #pop-1 .td_5 { width: 50px; }
#pop-2 { display: none; position: fixed; margin-top: 0; top: 100%; height: 100%; transition-duration: 0.5s; transition-property: top; z-index: 999 !important; }
#pop-2.active { top: 105px; z-index: 9999 !important; }
#pop-2 #btn-pop-close-res { position: absolute; left: 0; top: -34px; }
#pop-2 #pop-2-table table.form_table .pop-uo-form-tit { border: none; }
#pop-2 #pop-2-table table.form_table .pop-uo-form-tit td { padding: 15px 4px; height: auto; text-align: left; }
#pop-2 #pop-2-table table.form_table .pop-up-form-input { border: none; }
#pop-2 #pop-2-table table.form_table .pop-up-form-input td { padding: 0 4px; height: auto; }
#pop-2 #pop-2-table table .form_table.pop-res-hr { border-bottom: 1px solid #666666; }
#pop-2 #pop-2-table table.form_table .pop-res-hr td { padding: 8px 4px 15px; height: auto; }
#pop-2 #pop-2-table table.form_table .pop-submit a { margin-left: auto; margin-right: auto; float: none; }
.ickeck-form table.form_table td .email_input { height: 25px; line-height: 25px; font-size: 13px; width: 180px; padding-left: 10px; padding-right: 10px; background-color: #4c4c4c; color: #000000; }
.ickeck-form table.form_table td .email_input::-webkit-input-placeholder { color: #000000; }
.ickeck-form table.form_table td .email_input::-moz-placeholder { color: #000000; }
.ickeck-form table.form_table td .email_input:-moz-placeholder { color: #000000; }
.ickeck-form table.form_table td .email_input:-ms-input-placeholder { color: #000000; }
.ickeck-form table.form_table td .email_input:focus { background-color: #ffffff; }
.ickeck-form table.form_table td .email_input:focus::-webkit-input-placeholder { color: transparent; }
.ickeck-form table.form_table td .email_input:focus::-moz-placeholder { color: transparent; }
.ickeck-form table.form_table td .email_input:focus:-moz-placeholder { color: transparent; }
.ickeck-form table.form_table td .email_input:focus:-ms-input-placeholder { color: transparent; }
.ickeck-form table.form_table td { }
.ickeck-form table.form_table td table { border-collapse: collapse; }
.ickeck-form table.form_table td table tr{ border-bottom: 0; }
.ickeck-form table.form_table td table tr td { padding: 0; height: auto; }
.ickeck-form table.form_table td label { display: block; margin-left: 10px; }
#div-pop.active { left: 0%; }
#div-pop.active #div-pop-shield { width: 110%; }

.ickeck-form .btn_grey_light { margin-top: 10px; }

a.backToTop { transition-duration: 0.5s; z-index: 999; }
a.backToTop img { width: 56px; height: 56px; }

.pop-submit .a_btn,
#pop-2 #pop-2-table .a_btn { margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; float: none; height: 40px; line-height: 35px; border-radius: 0; }

.submit-form { display: none; position: relative; }
.submit-form.content-div { margin-left: 0; padding-top: 10px; }
.submit-form.content-div .form-table { margin-left: 0; }
.submit-form h1.form-title { text-align: left; }
.submit-form .form-table .a_btn { display: inline-block; }

#dining-form { display: none; position: relative; }
#enquiry-form { position: relative; }

.form-table { padding-left: 5px; padding-right: 5px; width: 600px; max-width: 100%; border-collapse: collapse; }
.form-table td { box-sizing: border-box; }
.form-table.row-border td { border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
.form-table.row-border td:first-child { border-left: 1px solid #bbbbbb; }
.form-table.row-border td:last-child { border-right: 1px solid #bbbbbb; }
.form-table.border td { border: 1px solid #bbbbbb; }
.form-table td.border { border: 1px solid #bbbbbb; }
.form-table td.no_border { border: none; }
.form-table .onerow { border-bottom: 1px solid #ffffff; }
.form-table .title { max-width: 100%; width: auto; padding-bottom: 5px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ font-size: 25px; color: #ffffff; text-transform: uppercase; }
.form-table tr td { padding: 10px 5px; font-size: 13px; }
.form-table .data_name { padding: 10px 0px 10px 0px; /* font-family: 'FuturaCom-Medium', 'microsoft jhenghei'; */ font-size: 13px; line-height: 12px; color: #ffffff; text-transform: uppercase; }
.form-table .data_txt input,
.form-table .data_txt select,
.form-table .data_txt textarea,
.form-table .data_txt .date-txt { width: 100%; padding-left: 8px; padding-right: 8px; box-sizing: border-box; margin-right: 0; border-radius: 0; background-color: #ffffff; font-size: 13px; }
.form-table .data_txt input,
.form-table .data_txt select,
.form-table .data_txt .date-txt { line-height: 40px; height: 40px; margin-bottom: 5px; }
.form-table .data_txt textarea { padding-top: 5px; padding-bottom: 5px; min-height: 120px; }
.form-table .data_txt input.radio,
.form-table .data_txt input.checkbox { width: 18px; height: 18px; line-height: 18px; margin-bottom: 0; vertical-align: middle; color: #000000; cursor: pointer; }
.form-table .data_txt label { vertical-align: middle; margin-left: 5px; margin-right: 13px; color: #ffffff; cursor: pointer; }

.form-table .data_txt .select-box select { width: 110%; }

.form-table.reversed { text-align: left; }
.form-table.reversed td { padding: 5px; padding: 5px 0 5px 0; }
.form-table.reversed .title { color: #888888; }
.form-table.reversed .data_name { color: #888888; text-transform: none; padding: 0 0 2px; line-height: normal; }
.form-table.reversed .data_txt label { color: #888888; }
.form-table.reversed input,
.form-table.reversed select,
.form-table.reversed textarea { border: 1px solid #888888; margin-bottom: 0 }
.form-table.reversed input,
.form-table.reversed select { line-height: 30px; height: 30px; }

.form-table .submit_btn { margin: 20px 0 10px; }
.form-table .submit_btn div { max-width: 100%; }
.form-table .submit_btn .big-a-btn { float: none; margin-left: auto; margin-right: auto; /* color: #ffffff; */ /* border: rgba(255,255,255,0.4) solid 2px; */ margin-bottom: 5px; display: block; text-align: center; width: 155px; height: 50px; font-size: 25px; line-height: 50px; /* font-family: 'Tahoma', arial, 'microsoft jhenghei'; */ padding: 0 !important; }
.form-shield { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none; padding-top: 80px; padding-left: 20px; padding-right: 20px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, 0.8); box-sizing: border-box; }
.form-shield.active { display: block; }

.form-title { text-transform: uppercase; }

form .date-div { padding-right: 50px; position: relative; }
form .date-div .date {  }
form .date-div .date-txt {  }
form .ui-datepicker-trigger { position: absolute; right: 0; cursor: pointer; }

.enquiry-form-table { padding-left: 5px; padding-right: 5px; width: 600px; }
.enquiry-form-table .title { max-width: 100%; width: auto; }
.enquiry-form-table .data_txt input,
.enquiry-form-table .data_txt select,
.enquiry-form-table .data_txt textarea { width: 100%; padding-left: 1%; padding-right: 1%; box-sizing: border-box; margin-right: 0; border-radius: 0; background-color: #ffffff; }
.enquiry-form-table .data_txt textarea { padding-top: 1%; padding-bottom: 1%; }
.enquiry-form-table .submit_btn { margin: 20px 0 10px; }
.enquiry-form-table .submit_btn div { max-width: 100%; }
.enquiry-form-table .submit_btn .big-a-btn { float: none; margin-left: auto; margin-right: auto; }
.enquiry-shield { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none; padding-top: 80px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, 0.8); }
.enquiry-shield.active { display: block; }

.fancybox-title .title { font-size: 17px !important; border-bottom: 1px solid #ffffff; padding-bottom: 8px; margin-bottom: 8px; }
/*
.acco .fancybox-wrap .fancybox-inner { margin-top: 35px; }
.acco .fancybox-wrap .fancybox-title { position: static; padding-top: 10px; color: #ffffff; }
.acco .fancybox-wrap .fancybox-title .title { position: absolute; top: 15px; font-size: 18px !important; }
*/


@media (min-width: 701px){
	#navul-reponsive { display: none !important; }
}

@media (max-width: 1050px){
	.index-img-div { margin-left: auto; margin-right: auto; width: 860px; }
	.index-img-div > div { margin-right: 25px; margin-left: 0; }
	.index-img-div > div.index-img-3 { margin-right: 0; }
}

@media (max-width: 1000px){
	/* #navul li>a { padding-left: 9px; padding-right: 9px; } */

	.phone-div { padding-top: 10px; padding-bottom: 10px; }
	.phone-div .container { line-height: 23px; }
}

@media (max-width: 935px){
	.top { padding-left: 10px; }
	/* #navul >li>a { padding-left: 9px; padding-right: 9px; } */
	/* #navul li.dining-nav ul { left: -24px; }
	#navul li.meetings-nav ul li { margin-left: 9px; margin-right: 9px; }
	*/
	#navul li ul { /* left: -34px; */ }
}
@media (max-width: 900px){
	/*
	#book-now-div #hours { margin: 0px 15px 0px 0px; }
	#book-now-div #features { margin: 0px 15px 0px 15px; }
	#book-now-div #parking { margin: 0px 15px 0px 15px; }
	#book-now-div #reservations { margin: 0px 0px 0px 15px; }
	*/
	#book-now-div .vertical-line-td { padding-left: 15px; padding-right: 15px; }
	#book-now-div .vertical-line {  }

	.detail-form-container .vertical-line-td { padding-left: 15px; padding-right: 15px; }
	.detail-container .vertical-line-td { padding-left: 15px; padding-right: 15px; }


	.shortcut-block-container { max-width: 580px; }

	/*
	.meetings .s-banner .tips .tit { margin-bottom: 20px; font-size: 28px; }
	.meetings .t1-new { font-size: 14px; }
	.meetings .m-s-pro-3 .tit { line-height: 30px; }
	.events .s-banner .tips .tit { margin-bottom: 20px; font-size: 28px; }
	.events .t1-new { font-size: 14px; }
	.events .m-s-pro-3 .tit { line-height: 30px; }
	.weddings .s-banner .tips .tit { margin-bottom: 20px; font-size: 28px; }
	.weddings .t1-new { font-size: 14px; }
	.weddings .m-s-pro-3 .tit { line-height: 30px; }
	*/

	.index-img-div { width: 565px; margin-left: auto !important; margin-right: auto !important; }
	.index-img-div > div { margin-right: 25px; margin-left: 0; /* border-bottom: 1px solid #b3b3b3; */ }
	.index-img-div > div.index-img-2 { margin-right: 0; }

	/* .sitemap .content-txt { padding-left: 20px; } */

	.photo-txt { margin-left: 30px; margin-right: 30px; margin-top: 30px; margin-bottom: 30px; }
	.photo-txt .txt { padding-left: 30px; }

	/*
	.phone-div .container .tel { float: left; width: 50%; }
	.phone-div .container .email { float: right; width: 50%; }
	*/

	footer .footer-link table tbody tr td { padding-left: 10px; padding-right: 10px; }
	footer .footer-link table tbody tr td:first-child { padding-left: 20px; }
	footer .footer-link table tbody tr td:last-child { padding-right: 20px; }
}

@media (max-width: 800px){
	body { /* padding-top: 148px; */ }
	body.no-header { padding-top: 0; }
	header { /* position: fixed !important; top: 0 !important; */ }
	.top { padding-left: 0; }
	.logo { /* padding-top: 18px; padding-bottom: 11px; */ }
	.logo img { /* width: 190px; width: 150px; */ /* width: auto; height: 58px; */ }
	.navbar .top { max-width: 100%;}
	/*
	#nav-toggle { display: block; }
	#navul { display: none; }
	*/
	.nav_z { width: 100%; }

	.form-table.col-border-800 td { border-top: none; /* border-bottom: none; */ border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; }
	.form-table td.border-top-800 { border-top: 1px solid #bbbbbb; }
	.form-table td.border-bottom-800 { border-bottom: 1px solid #bbbbbb; }
}

@media (max-width: 768px){
	.m-s-photo-txt .m-s-txt-title { padding-top: 20px; /* font-size: 20px; line-height: 20px; */ }
	.m-s-photo-txt .m-s-txt-title span { font-size: 24px; line-height: 24px; }
	.m-s-photo-txt .btn { width: 40%; }
	/*
	.photo-txt { padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }
	.photo-txt table td { display: block; width: 100%; }
	.photo-txt .photo { width: 100%; padding-bottom: 30px; }
	.photo-txt .txt { width: 100%; padding-left: 0; }
	*/
}

@media (max-width: 700px){

	.logged-hint { top: 0; left: auto; right: 0; border-radius: 0 0 0 5px; }

	body { padding-top: 130px; }
	body.no-header { padding-top: 0; }

	header { /* position: fixed !important; top: 0 !important; */ }
	.top { padding-left: 0; }
	.logo { padding-top: 18px; padding-bottom: 11px; }
	.logo img { /* width: 190px; width: 150px; width: auto; */ height: 58px; }
	.navbar .top { max-width: 100%;}

	.top-ban { height: 0; z-index: 1000; position: relative; }
	.top-ban .container { height: 0; }
	/* .top-ban .lang { position: absolute; top: 90px; left: 50px; } */
	header .lang-select { position: absolute; top: 92px; left: 65px; display: block; background-color: transparent; border: 0; background-image: none; width: 36px; height: 36px; }
	header .lang-select select {  background-color: #009cdc; width: 60px; line-height: 36px; height: 36px; font-size: 20px; }

	#nav-toggle { display: block; }
	#navul { display: none; }

	.breadcrumb { display: none; }

	.banner { }
	/* .banner#index { height: 260px; } */
	.banner-wrapper { height: 260px; }
	.banner-wrapper .preNext { top: 35% !important; width: 34px !important; height: 75px !important; }
	.banner-wrapper .preNext.pre { left: 10px; }
	.banner-wrapper .preNext.next { right: 10px; }

	.banner-dots { /* display: none; */ }

	.banner-txt { display: block; }

	.banner-text-container { height: 260px; }
	.banner-text-container .banner-text .banner-text-content { display: none; }

	.list-table-container .left.has-margin,
	.list-table-container .right.has-margin { padding-left: 0; padding-right: 0; }

	.gallery { padding-left: 50px; padding-right: 50px; }
	.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover { width: 34px; height: 75px; margin-top: -37px; }
	.slick-prev, .slick-prev:hover { background-image: url('../images/banner-arrow-l.png'); left: -40px; }
	.slick-next, .slick-next:hover { background-image: url('../images/banner-arrow-r.png'); right: -40px; }
	.slick-track { height: 100px; }
	/*
	.gallery { height: 140px; }
	.gallery .preNext { top: 50px; }
	*/

	.dining-tit-div { height: 50px; bottom: 0; top: auto; }
	.dining-banner { min-height: 260px; height: 260px; }
	.dining-banner-tit { width: 100%; height: auto; background-color: #000000; background-color: rgba(0,0,0,0.55); }
	.dining-banner-txt { padding-top: 0; }
	.dining-banner-txt .tit0 { text-align: center; }
	.dining-banner-txt .tit0 span:first-child { display: block; }
	.dining-banner-txt .tit0 span img { display: none; }
	.dining-banner-txt h1, .dining-banner-txt .tit, .dining-banner-txt .tit-content, .dining-banner-txt a.a_btn { display: none; }
	#dining-banner-responsive-txt { display: block; }

	#book-now-div > div table td { display: block; width: 100%; }
	#book-now-div > div ul { text-align: center !important; margin-left: auto !important; margin-right: auto !important; float: none !important; }
	#book-now-div > div ul li { font-size: 15px; }
	#book-now-div > div ul li.tit-1 { font-size: 17px; }
	#book-now-div .vertical-line-td { width: 100%; padding-left: 0; padding-right: 0; }
	#book-now-div .vertical-line { width: 200px; height: 1px; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; float: none; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

	.detail-form-container {  }
	.detail-form-container td { display: block; width: 100%; }
	.detail-form-container .vertical-line-td { width: 100%; padding-left: 0; padding-right: 0; }
	.detail-form-container .vertical-line-td .vertical-line { border-bottom: 1px solid rgba(255, 255, 255, 0.3); width: 200px; height: 1px; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; }
	.detail-form-container li { text-align: center; font-size: 15px; }
	.detail-form-container li.tit-1 { font-size: 17px; }

	.detail-container {  }
	.detail-container td { display: block; width: 100%; }
	.detail-container .vertical-line-td { width: 100%; padding-left: 0; padding-right: 0; }
	.detail-container .vertical-line-td .vertical-line { border-bottom: 1px solid rgba(255, 255, 255, 0.3); width: 200px; height: 1px; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; }
	.detail-container li { text-align: center; font-size: 15px; }
	.detail-container li.tit-1 { font-size: 17px; }

	#view-img #krpanoSWFObject > div { height: 400px !important; }

	.content-div { padding-top: 25px; padding-bottom: 25px; }
	.content-div.index { padding-bottom: 30px; }
	.content-txt h1 { padding-bottom: 25px; }
	.content-txt .tit { padding-bottom: 25px; }
	.content-div.index .content-txt { padding-bottom: 5px; }
	.dining .content-div .content-txt { padding-bottom: 5px; }
	.s-banner { background-size: cover; }

	.contact-us form#contact-form table { width: 100%; }
	.contact-us form#contact-form table td input.text { width: 100%; }
	.contact-us form#contact-form table td textarea { width: 100%; }

	.grey-container .content-txt { padding-top: 25px; padding-bottom: 35px; padding-left: 20px; padding-right: 20px; }

	.acc-content-div { padding-bottom: 30px; }
	.acc-photo-txt { margin-top: 20px; margin-bottom: 40px; }
	.acc-photo-txt table td { display: block; width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
	.acc-photo-txt table td .acc-phote { height: 200px; width: 100%; padding-left: 0; }
	.acc-photo-txt table td .acc-phote img { float: left; width: 100%; height: auto; margin-top: -20%; }
	.acc-photo-txt table td .acc-txt { padding-left: 0; padding-right: 0; margin-top: 30px; }


	.acco .photo-txt { margin-top: 20px; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; }
	.acco .photo-txt table td { display: block; width: 100%; }
	.acco .photo-txt .photo { width: 100%; margin-bottom: 30px; height: 200px; overflow: hidden; }
	.acco .photo-txt .txt { width: 100%; padding-left: 0; }

	.m-s-photo-txt .m-s-phote { width: 35% !important; }
	.m-s-photo-txt .m-s-txt { width: 60% !important; }

	.m-s-download,
	.m-s-enquiry { width: 100% !important; display: block; }
	.m-s-download-enquiry-btn { margin-top: 25px; margin-bottom: 20px; }


	.maps-container .container { padding-left: 30px; padding-right: 30px; padding-top: 30px; }
	.maps-container table { position: relative; }
	/* .maps-container .map-list-box { position: relative; padding-top: 180px; } */
	.maps-container .map-list-box { /* margin-top: 180px; */ }
	.maps-container .select-box { margin-top: 180px; }
	.maps-container .map-list { padding-top: 225px; }
	.maps-container .map-box { position: absolute; top: 0; height: 170px; padding-left: 0; }

	.form-table { width: 100%; }
	.enquiry-form-table { width: 100%; }

	#google_map { height: 400px !important; }


	footer .footer-link table tbody tr td { display: block; width: 100%; overflow: hidden; padding-left: 0 !important; padding-right: 0; }
	footer .footer-link table tbody tr td div { float: none; width: 100%; }
	footer .footer-link table tbody tr td div.ads { width: 225px !important; }
	footer .footer-link table tbody tr td div ul li { line-height: 30px; padding-left: 20px; max-width: 100%; }
	footer .footer-link .container .footer-column {  }

	footer .footer-link .container .footer-column li.layer-0 { padding-right: 20px; }
	footer .footer-link .container .footer-column li.layer-0 a.layer-0 { display: inline-block; }
	footer .footer-link .container .footer-column li.layer-0 ul.layer-1 { /* height: 0; transition-duration: 0.2s; */ overflow: hidden; /* display: none; */ height: 0; /* transition-property: height; transition-duration: 0.4s; */ }
	footer .footer-link .container .footer-column li.layer-0.active ul.layer-1 { /* height: auto; */ }
	/* footer .footer-link .container .footer-column li.layer-0.active ul.layer-1 { height: auto; } */
	footer .footer-link .container .footer-column li.layer-0 .extend-btn { display: block; }
	footer .footer-link .container .footer-column li.layer-0.active .extend-btn { }

	footer .footer-link .container .social { padding-top: 25px; padding-left: 20px; }
	footer .footer-link .container .social ul { padding-bottom: 25px;}
	footer .footer-link .container .social ul li { padding-left: 0; }
	footer .footer-link .container .social .newsletter input { line-height: 35px; height: 35px; width: 200px; }
	footer .footer-link .container .social .newsletter button { line-height: 35px; height: 35px; width: 45px; }
	footer .footer-link .hide-footer { display: none; }

	footer .copyright { /* padding-bottom: 30px; */ }
	footer .copyright table { height: 40px; }


	#pop-1 { display: none; }
	#pop-2 { display: block; }
	a.backToTop { bottom: 18px !important; }
}

@media (max-width: 640px){
	.dining .main { margin-top: 0; margin-bottom: 20px; }
	.meetings-and-events .main { margin-top: 0; margin-bottom: 20px; }
	.index-img-div { width: auto; margin-left: 10px; margin-right: 10px; }
	.index-img-div > div { width: auto; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 0; padding-top: 0; border-bottom: 1px solid #b3b3b3; }
	.index-img-div > div:last-child { border-bottom: 0; }
	.index-img-div > div img { width: 100%; height: auto; box-sizing: border-box; padding-left: 15px; padding-right: 15px; }
	.index-img-div > div .text-div { width: auto; margin-left: 0 !important; margin-right: 0 !important; }
	.index-img-div > div .text-div .txt { width: auto; margin-left: 15px !important; margin-right: 15px !important; }
	.index-img-div .btn-new { height: auto; }
	.index-img-div .bottom_line { margin-left: 0 !important; margin-right: 0 !important; }

	.offer-container .img-box { display: block; width: 100%; padding-bottom: 10px; }
	.offer-container .content-box { display: block; width: 100%; padding-left: 0; }
	.offer-container .slick-dots { padding-left: 0; }
	.offer-container .list .img-box { padding-bottom: 10px; }

	.photo-text .img-box { float: none; width: 100% !important; }
	.photo-text .image-right .content-box { padding-right: 0; margin-right: 0 !important; }

	.promotion-box .container { padding-left: 10px; padding-right: 10px; }
	.promotion-box ul.list li{ padding-top: 20px; }
	.promotion-box ul.list li .img-box { width: 100%; position: relative; }
	.promotion-box ul.list li .content-box { padding-left: 0; min-height: 0; }
	.promotion-box .slick-dots { padding-left: 0; }
	.promotion-box .slick-dots table { padding-left: 0; }

	.acco .promotion-box ul.list li { padding-top: 20px; padding-bottom: 20px; }
	.acco .promotion-box ul.list li .content-box .title { padding-top: 25px; }

	.main .m-fcous-back { height: auto !important; }
	.m-s-photo-txt { height: 540px !important; padding-bottom: 30px; }
	.m-s-photo-txt .m-s-phote { width: auto !important; float: none !important; margin-left: 20px; margin-right: 20px; margin-top: 20px; height: 160px; }
	.m-s-phote img { width: 120%; margin-left: -10%; margin-top: -20%; }
	.m-s-photo-txt .m-s-txt { width: auto !important; float: none !important; margin: 20px 20px 30px 20px !important; }
	.m-s-photo-txt .m-s-txt-title { padding-top: 10px; padding-bottom: 30px; font-size: 24px; line-height: 30px; margin-right: 0; }
	.m-s-photo-txt .m-s-txt-content { padding-bottom: 30px; margin-right: 0; }
	.m-s-photo-txt .btn { width: 100%; }
	.m-s-photo-txt .btn div span { margin-left: 10px !important; margin-right: 10px; }
}

@media (max-width: 600px){
	.shortcut-block-container { max-width: 290px; }
	.shortcut-block-container .shortcut-block { box-sizing: border-box; width: 100%; margin-left: 0; margin-right: 0; /* padding-left: 12px; padding-right: 12px; border-bottom: 1px solid #b3b3b3; */ }
	.shortcut-block-container .shortcut-block:last-child { border-bottom: 0; }
	.shortcut-block-container .shortcut-block .text-div { /* height: auto !important; */ }

	.phone-div .container .tel,
	.phone-div .container .email { float: none; width: 100%; }
	.phone-div table td { white-space: normal; }

	.tabs-container .tabs { border-bottom: 0; /* padding: 0 0 10px; */ }
	.tabs-container .tabs table { margin-left: auto; margin-right: auto; }
	.tabs-container .tabs td { display: block; width: 100%; padding: 3px 0; box-sizing: border-box; }
	.tabs-container .tabs td label { /* border: 0; */ border-radius: 5px; margin-bottom: 0; background-color: transparent; text-align: center; color: #bbbbbb; padding: 5px 8px; }
	.tabs-container .tabs td.active label { border-color: #bbbbbb; background-color: transparent; text-align: center; color: inherit; }
	.tabs-container .tabs-content { padding: 20px 0; }
}

@media (max-width: 480px){
	body { padding-top: 120px; padding-bottom: 30px; }

	header .lang-select { top: 82px; }

	.logo img { height: 48px; }

	.banner { }
	.banner-wrapper { height: 260px; }
	.banner .banner-textbar { position: relative; background-image: none; background-color: #f2f2f2; }
	.banner-wrapper .preNext { top: 42% !important; width: 23px !important; height: 50px !important; }
	.banner-txt { display: block; }
	.banner-wrapper .pc { display: none; }
	.banner-wrapper-new .pc { display: none; }
	/* .bx-wrapper img { max-width: none; width: auto !important; } */


	.slide-block-container .slide-block { background-size: auto 100%; }
	.slide-block-container .slide-block .tips,
	.slide-block-container .slide-block.pink .tips { width: 100%; box-sizing: border-box; }

	.gallery { padding-left: 0; padding-right: 0; }
	.slick-track { height: 60px; }

	.content-gallery-previewer.one-image .previewer { padding-left: 40px; padding-right: 40px; }

	/*
	.gallery { margin-left: 40px; margin-right: 40px; height: 120px; padding-top: 20px; padding-bottom: 20px; }
	.gallery .preNext { width: 23px; height: 50px; top: 62px; }
	.gallery .pre { left: -30px; }
	.gallery .next { right: -30px; }
	.gallery .gallery-wrapper a { min-width: 160px; }
	*/
	.bx-wrapper a.slider { height: 100%; }

	.gallery-title { padding-bottom: 0 !important; }

	.acc-photo-txt table td .acc-phote { height: 130px; }

	.contact-us form#contact-form table td  { display: block; width: 100%; }

	.photo-txt { margin-top: 20px; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; }
	.photo-txt table td { display: block; width: 100%; }
	.photo-txt .photo { width: 100%; margin-bottom: 30px; }
	.photo-txt .txt { width: 100%; padding-left: 0; }

	.offer .photo-txt { border-bottom: 1px solid #4d4d4d; padding-bottom: 20px !important; }
	.offer .photo-txt:last-child { border-bottom: 0 !important; padding-bottom: 40px !important; }
	.offer .photo-txt .txt { margin-top: 0; }
	.offers-txt-div .offers-txt .offers-txt-title { font-size: 24px; line-height: 33px; }


	.promotion-box .container .mask .img-box { height: 200px; }

	#google_map { height: 250px !important; }

	footer .ads img { }
}

@media (max-width: 320px){
	.index-img-div .btn-new { margin-left: auto; margin-right: auto; }
}

@media (min-width: 901px){
	.show_900 { display: none !important; }
}
@media (min-width: 801px){
	.show_800 { display: none !important; }
}
@media (min-width: 701px){
	.show_700 { display: none !important; }
}
@media (min-width: 681px){
	.show_680 { display: none !important; }
}
@media (min-width: 601px){
	.show_600 { display: none !important; }
}
@media (min-width: 481px){
	.show_480 { display: none !important; }
}
@media (min-width: 401px){
	.show_400 { display: none !important; }
}

@media (max-width: 1000px){
	.hide_1000 { display: none !important; }
	.block_1000 > tbody > * > td { display: block; width: 100%; }
	.block_1000 { display: block; width: 100%; }
}
@media (max-width: 900px){
	.hide_900 { display: none !important; }
	.block_900 > tbody > * > td { display: block; width: 100%; }
	.block_900 { display: block; width: 100%; }
}
@media (max-width: 800px){
	.hide_800 { display: none !important; }
	.block_800 { display: block; width: 100%; }
}
@media (max-width: 768px){
	.hide_768 { display: none !important; }
}
@media (max-width: 700px){
	.hide_700 { display: none !important; }
	.block_700 { display: block; width: 100%; }
}
@media (max-width: 680px){
	.hide_680 { display: none !important; }
	.block_680 { display: block; width: 100%; }
}
@media (max-width: 640px){
	.hide_640 { display: none !important; }
}
@media (max-width: 600px){
	.hide_600 { display: none !important; }
	.block_600 { display: block; width: 100%; }
}
@media (max-width: 480px){
	.hide_480 { display: none !important; }
	.block_480 > tbody > * > td { display: block; width: 100%; }
	.block_480 { display: block; width: 100%; }
}



input.alert,
select.alert,
textarea.alert { background-color: #ffbbbb !important; }

.select-box { border-color: #bbbbbb; color: #3d3c3c; }
.select-box.alert { background-color: #ffbbbb; }

.container,
.txt,
.content-txt,
.title,
.content { color: #3d3c3c; }

.top-ban { background-color: #faf0d7; }

.lang ul { background-color: #faf0d7; }
.lang ul li { border-color: transparent; }
.lang ul li > a { color: #939598; }
.lang ul li:hover { background-color: #faf0d7; }
.lang ul li:hover > a { color: #009cdc; }

header .font-size-box ul { background-color: #faf0d7; }
header .font-size-box li:hover { /*background-color: #ffe53d;*/ color: #009cdc; }

.navbar { background-color: #fff; }

#navul a.layer-0:hover font ,
#navul a.layer-0.flink-current font { border-color: #109ad6; }
#navul a.layer-0:hover,
#navul a.layer-0.flink-current  { color: #109ad6; }
#navul a.layer-1 { color: #939598; border-color: #939598; }
#navul a.layer-1:hover,
#navul a.layer-1.flink-current { color: #109ad6; border-color: #109ad6; }
#navul a.layer-2 { color: #939598; }
#navul a.layer-2:hover,
#navul a.layer-2.flink-current { color: #109ad6; }
.nav-child-current { color: #009cdc; }

#nav-toggle a { }
/*.nav-toggle-on { background-color: #ffe53d !important; }*/
/*#navul-reponsive { background-color: #ffe53d; }*/
#navul-reponsive,
#navul-reponsive li a { color: #3d3c3c; }
#navul-reponsive li,
#navul-reponsive li.navli-lang div li { border-color: #009cdc; }
#navul-reponsive li a:hover,
#navul-reponsive li a.current,
#navul-reponsive li.navli-lang div a:hover,
#navul-reponsive li.navli-lang div a.navli-lang-current { color: #009cdc; /* background-color: #ffe53d; */ }
.navbar .height-correct { background-color: #ffe53d; }

.a_btn,
a.a_btn,
.a_btn a { background-color: #109ad6; color: #ffffff; border: 1px solid #109ad6 !important;  cursor: pointer; }
.a_btn:hover,
a.a_btn:hover,
.a_btn a:hover { background-color: #fff; color: #109ad6; }
.arrow-left { border-right-color: #ffffff; }
.arrow-right { border-left-color: #ffffff; }
.a_btn:hover .arrow-left { border-right-color: #009cdc; }
.a_btn:hover .arrow-right { border-left-color: #009cdc; }
/*
.content-txt .a_btn { color: #ffffff; border-color: transparent; background-color: #009cdc; }
.content-txt .a_btn:hover { color: #009cdc; background-color: #ffe53d; }
.btn-box .a_btn { background-color: #009cdc; color: #ffffff; border-color: transparent; }
.btn-box .a_btn:hover { background-color: #ffe53d; color: #009cdc; }
*/

.breadcrumb .breadcrumb-content { color: #009cdc; }

.banner-dots li a { background-color: #ffffff; }
.banner-dots li.active a { background-color: #009cdc; }

.banner-text-res-container { background-color: #009cdc; }
.banner-text-res-container .content-txt { color: #ffffff; }

.banner-shortcut-container .shortcut-container .shortcut:hover { background-color: #ffffff; }
.banner-shortcut-container .shortcut-container .shortcut:hover span { color: #ffffff; }

.list-table-container .list-table .title td { color: #ffffff; background-color: #009cdc; }
.list-table-container .list-table .subtitle td { background-color: #e6e6e6; color: #3d3c3c; }
.list-table-container .list-table .list td { color: #3d3c3c; background-color: #fff7be; }
.list-table-container .list-table .list.even td { background-color: #fffbde; }

.slide-block-container .slide-block .tips { background-color: rgba(255, 229, 61, 0.8); color: #3d3c3c; }
.slide-block-container .slide-block .tips .btn-box a { color: #ffffff; border-color: #109ad6; background-color: #109ad6; }
.slide-block-container .slide-block .tips .btn-box a:hover { background-color: #ffffff; color: #109ad6; }

.offer-container .slick-dots li button:before { /* color: #009cdc; */ }
.offer-container .slick-dots li.slick-active button:before { color: #009cdc; }
.offer-container .content-box .content a { color: #3d3c3c; }
.offer-container .content-box .content a:hover { color: #009cdc; }

.maps-container .map-list li .store-detail { background-color: #fff8c4; }

.paragraph { color: #3d3c3c; }

.custom-div { color: #3d3c3c; }


footer { background: #109ad6; margin-top: -15px;}
footer .phone-div { background: #ffe53d; min-height: 12px; }
footer .footer-link .container { border-color: #ffffff; }
footer .footer-link .container li { color: #ffffff }
footer .footer-link .container li:hover { color: #ffe53d; }
footer .footer-link .container a { color: #ffffff; }
footer .footer-link .container a:before { color: #ffffff; }
footer .footer-link .container a:hover { /*color: #ffe53d;*/ }
footer .footer-link .container a:hover:before { /*color: #ffe53d;*/ }
footer .footer-link .container a.flink-current  { /*color: #ffe53d;*/ }
footer .footer-link .container a.flink-current:before  { /*color: #ffe53d;*/ }

footer .copyright div { color: #ffffff; }

.submit-form .form-title { color: #ffffff; }
.submit-form.content-div .form-title { color: #3d3c3c; }
.submit-form .reversed .title { color: #3d3c3c; }
.submit-form .reversed .data_name { color: #3d3c3c; }
.submit-form .reversed .data_txt label { color: #3d3c3c; }
.form-table.reversed input, .form-table.reversed select, .form-table.reversed textarea { border-color: #bbbbbb; }

.download-list-table tr td .title { color: #ffffff; }

/* eddy 2015.09.14 end */

/* Peter 2016-02-29 start */
li.disc { list-style-type: disc; }

/* Peter 2016-02-29 end */

/* abner 2016.05.25 start*/
/*breadcrumb*/
.breadcrumb {
    height: auto;
    line-height: normal;
    background-color: transparent;
    color: #009CDC;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 15px;
}
/****breadcrumb end***/
.shortcut-block-container .shortcut-block{
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
    margin-right: 0;
	box-sizing: border-box;
}
/*
.shortcut-row-4 .shortcut-block .img-box{
	height: 170px;
}
.shortcut-row-4 .shortcut-block{
	float: left;
    width: 25%;
    margin-top: 10px;
}
@media (max-width: 480px){
	.shortcut-block-container .shortcut-block {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}
*/
/***thumbnail end***/
.shortcut-block-container .shortcut-block .text-div .tit{
	color: #009CDC;
}
.breadcrumb .breadcrumb-content {
    border-bottom: 2px solid #009cdc;
}
.breadcrumb .breadcrumb-content a,.breadcrumb .breadcrumb-content .slash {
    color: #bbbbbb;
}
.breadcrumb .breadcrumb-content a:hover{
	color: #009CDC;
}
.breadcrumb{
	color: #009CDC;
}
/**shortcut-block_4**/
/*.shortcut-block-4-container {
    max-width: 880px;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 20px;
}*/
.shortcut-block-4-container .shortcut-block-4{
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
    margin-right: 0;
    float: left;
    margin-top: 10px;
	box-sizing: border-box;
}
.shortcut-block-4-container .shortcut-block-4 .img-box {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.shortcut-block-container .shortcut-block .img-box-hover{
	/*height: 160px;
    width: 190px;
    position: absolute;*/
/*    border: 5px solid #FFE53D;*/
    /*top: 0;
    left: 0;
    display: none;*/
}
.shortcut-block-4-container .shortcut-block .img-box-hover {
	height: 160px;
    width: 190px;
}
.shortcut-block-4-container .shortcut-block-4 img {
    display: block;
    width: 100%;
    height: auto;
}
/*
.shortcut-block-4-container .shortcut-block-4 .img-box-hover:hover{
	display: block;
}
*/
/*
.shortcut-block-4-container .shortcut-block-4:hover .img-box-hover{
	display: block;
}
*/
.shortcut-block-4-container .shortcut-block-4 .text-div .tit {
    padding: 20px 0 20px 0;
    color: #009CDC;
    /* font-size: 20px; */
    font-size: 18px;
    text-align: center;
}
@media (max-width: 480px){
	.shortcut-block-4-container .shortcut-block-4 {
		float: none;
		/*width: 80%;*/
		margin-left: auto;
		margin-right: auto;
		/*padding-left: 0px;
		padding-right: 0px;*/
		border-bottom: none;
	}
}
@media (min-width: 481px) and (max-width: 680px){
	.shortcut-block-4-container{
		max-width: 440px;
	}
	/*
	.shortcut-block-4-container .shortcut-block-4{
		border-bottom: none;
	}
	*/
}
@media (min-width: 681px) and (max-width: 900px){
	.shortcut-block-4-container{
		max-width: 660px;
	}
}
/**shortcut-block_4 end**/
/* abner 2016.05.25 end*/
/********abner 20160530 start********/
.content-gallery-previewer .container { max-width: 940px; }
.content-gallery-previewer .previewer{
	/* width: 460px; */
	overflow: hidden;
	/* max-height: 300px; */
	height: 620px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 80px; padding-right: 80px;
	transition-duration: 0.5s;
	transition-property: height;
}
.content-gallery-previewer .previewer a { display: none; height: 100%; }
.content-gallery-previewer .previewer a.active { display: block; }
.content-gallery-previewer .previewer a img{
	width: 100%;
	display: block; margin-left: auto; margin-right: auto;
}
.content-gallery-previewer .gallery-previewer{
	/* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.content-gallery-previewer{
	background-color: transparent;
	margin-top: 20px;
}
.content-gallery-previewer .slick-prev { background-image: url('../images/gallery-arrow-l.png');}
.content-gallery-previewer .slick-prev:hover { background-image: url('../images/gallery-arrow-l-on.png');}
.content-gallery-previewer .slick-next { background-image: url('../images/gallery-arrow-r.png');}
.content-gallery-previewer .slick-next:hover { background-image: url('../images/gallery-arrow-r-on.png');}

.content-gallery-previewer .gallery-tit{
	max-width: 860px;
    overflow: hidden;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    margin-bottom: 20px;
}
.content-gallery-previewer .gallery-previewer a.slick-slide{
	cursor: pointer;
	margin-left: 30px;
	margin-right: 30px;
	display: table;
}
.content-gallery-previewer .gallery-previewer .slick-track{
	height: 100%;
}
.content-gallery-previewer .gallery-previewer a.slick-slide img{
	width: 100% !important;
	height: auto !important;
	margin-top: 0px !important;
	vertical-align: middle;
}
.content-gallery-previewer .gallery-previewer a.slick-slide .table-middle{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.gallery-previewer .slick-prev, .gallery-previewer .slick-next, .gallery-previewer .slick-prev:hover, .gallery-previewer .slick-next:hover{
	opacity: 1;
	width: 25px;
	height: 66px;
	margin-top: -33px;
}
.gallery-previewer .slick-next, .gallery-previewer .slick-next:hover{
	/* right: -30px; */
}
.gallery-previewer .slick-prev, .gallery-previewer .slick-prev:hover{
	/* left: -30px; */
}
@media (max-width: 960px){
	.content-gallery-previewer .gallery-previewer a.slick-slide{
		/*margin-right: 10px;
		margin-left: 10px;*/
	}
	.gallery-previewer .slick-next, .gallery-previewer .slick-next:hover{
		/* right: -25px; */
	}
	.gallery-previewer .slick-prev, .gallery-previewer .slick-prev:hover{
		/* left: -25px; */
	}
}
@media (max-width: 700px){
	.content-gallery-previewer .gallery-previewer a.slick-slide{
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (max-width: 480px){

	.content-gallery-previewer { margin-top: 0; }

	.content-gallery-previewer .gallery-previewer a.slick-slide{
		margin-right: 10px;
		margin-left: 10px;
	}
	.gallery-previewer .slick-list{
		/*width: 240px;*/
		margin-left: 20px;
		margin-right: 20px;
	}
	.gallery-previewer .slick-next, .gallery-previewer .slick-next:hover{
		right: -10px;
	}
	.gallery-previewer .slick-prev, .gallery-previewer .slick-prev:hover{
		left: -10px;
	}
	.previewer a .previewer-resize{
		display: none;
	}
	.content-gallery-previewer .gallery-tit{
		margin-bottom: 0px;
	}
}
/********abner 20160530 end********/


/* wendy 2016-05-25 start */
/* new block style */
/*
.paragraph .paragraph-content{text-align:left;}
.paragraph .paragraph-content .tit{padding-bottom:5px;font-weight:normal;}
.paragraph .paragraph-content .tit-content{padding-bottom:35px;}
.paragraph .paragraph-content .btn-box{float:left;margin-top:0;}
*/

.three_photo_without_text-block-container{max-width:860px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;overflow:hidden;}
.three_photo_without_text-block-container table{width:100%;}
.three_photo_without_text-block-container .shortcut-block{width:32%;margin-right:2%;box-sizing:border-box;float:left;margin-top:10px;margin-bottom:10px;}
.three_photo_without_text-block-container table tr div:last-child{margin-right:0;}
.three_photo_without_text-block-container .shortcut-block .img-box{position:relative;width:100%;overflow:hidden;}
.three_photo_without_text-block-container .shortcut-block span { display: block; text-align: center; font-size: 15px; line-height: 15px; padding-top: 5px; }
.three_photo_without_text-block-container .shortcut-block img{width:100%;height:auto; display: block;}

.button_without_text-block-container{padding-top:0;}
.button_without_text-block-container .content-txt .btn-box{margin-top:0;}
.button_without_text-block-container .a_btn{ /* background:#3398cc;color:#fff; */ border:none;padding-left:15px !important;padding-right:15px !important;}
.button_without_text-content .a_btn:hover{ /* background:#3398cc;border:transparent; */ }
.button_without_text-content .button_without_text-element{float:left;padding-right:20px;}
.button_without_text-content .button_without_text-element:last-child{padding-right:0;}
.button_without_text-content>div{overflow:hidden;margin:0 auto;}

/* customer style */
.service-paragraph{padding-top:0px;}
.service-paragraph .btn-box .a_btn{ /* background:#3398cc;color:#fff; */ border:none;}

@media (max-width: 480px){
	.button_without_text-block-container .btn-box{margin-left:0;}
	.button_without_text-content>div{float:left;}

	.service-overview-offers .photo-txt .photo{width:100%;margin-bottom:10px;}
	.service-overview-offers .photo-txt .txt{padding-left:0;}
	.service-overview-offers .offer .photo-txt{border-bottom:0;}
}
/* wendy 2016-05-31 end */

/*abner 20160601 start*/
.contact-us-container .contact-us-info{
 	max-width: 360px;
    float: left;
    width: 39.5%;
    margin-right: 2.3%;
}
.contact-us-container .container{
	padding-right: 20px;
	padding-left: 20px;
}
.contact-us-container .contact-us-map{
	max-width: 500px;
    float: right;
    width: 58.2%;
    height: 300px;
}
/*
.contact-us-container{
	margin-top: 20px;
}
*/
.contact-us-container .contact-us-info .info-tit{
    margin-bottom: 10px;
    overflow: hidden;
}
.contact-us-container .contact-us-info .info-tit .tit-img{
	/* float: left; */
}
.contact-us-container .contact-us-info .info-tit .tit-img img{
	position: absolute;
	width: 20px;
    margin-bottom: -5px;
    margin-right: -3px;
}
.contact-us-container .contact-us-info .info-tit .info-tit-txt{
	/* font-size: 22px; */
    border-bottom: 1px solid #009CDC;
    line-height: 1;
    float: left;
}
.contact-us-container .contact-us-info .info-detail{
    margin-bottom: 30px;
}
.contact-us-container .contact-us-info .custom{
    margin-bottom: 30px;
	font-size: 13px;
}
.contact-us-container .contact-us-info .info-detail td{
	padding-top: 5px;
}
.contact-us-container .contact-us-info .info-address{
	/* float: left; */
}
.contact-us-container .contact-us-info .info-address .merchant-name{
	font-weight: bold;
}
.contact-us-container .contact-us-info .info-address .merchant-address{
	/* width: 75%; */
	/*min-width: 260px;*/
}
.contact-us-container .contact-us-info .info-address .address-tit{
	margin-bottom: 5px;
}
/*
.shortcut-button-container{
	margin-top: 50px;
}
*/
.shortcut-button-container .shortcut-button-div{
	text-align: center;
	display: table;
    margin-left: auto;
    margin-right: auto;
}
.shortcut-button-container .shortcut-button-div .shortcut-button {
	padding-left: 35px;
    padding-right: 35px;
    /* padding-bottom: 60px; */
    display: table-cell;
    width: 200px;
}
.shortcut-button-container .shortcut-button-div .shortcut-button .shortcut-button-img-box{
	width: 90px;
    margin-left: auto;
    margin-right: auto;
}
.shortcut-button-container .shortcut-button-div .shortcut-button .shortcut-button-img-box img{
	width: 100%;
}
.shortcut-button-container .shortcut-button-div .shortcut-button .text-div-txt{
	/* font-size: 22px; */
    text-align: center;
    color: #009CDC;
}
.shortcut-button-container .shortcut-button-div .shortcut-button .shortcut-button-img-box img:hover{
	background-color: #ffe53d;
}
/*
@media (max-width: 680px){
	.contact-us-container .contact-us-info .info-address .merchant-address{
		width: 100%;
	}
}
*/
@media (max-width: 768px){
	.shortcut-button-container .shortcut-button-div .shortcut-button{
		padding-bottom: 30px;
	}
}
/*@media (min-width: 481) and (max-width: 600px){
	.shortcut-button-container .shortcut-button-div .shortcut-button{
		padding-left: 35px;
		padding-right: 35px;
	}
}*/
@media (max-width: 700px){
	.contact-us-container .contact-us-info{
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.contact-us-container .contact-us-map{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.contact-us-container .contact-us-info .info-address .merchant-address{
		/* width: 90%; */
		margin-bottom: 20px;
	}
}
@media (max-width: 480px){
	.shortcut-button-container .shortcut-button-div .shortcut-button{
		display: inline-block;
		width: 100%;
		padding-left: 0;
    	padding-right: 0;
	}
}

/*abner 20160601 end*/


