/* main */
div.fceImg a { display:block }
.btnStyle {
	display:block;
    font-family:'goudy-trajan', serif;
	font-weight:normal;
	font-size:15px;
	color:#a11338;
	height:30px;
	line-height:32px;
	text-align:center;
	background-color:rgba(224,215,203,0.4);
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	transition:all .3s ease-in-out;
	padding:0 15px;
	box-sizing:border-box;
}
input.btnStyle {
	width:100%;
	font-family:inherit;
	color:#be9d7d;
}
.btnStyle:before {
	font-size:8px; line-height:32px;
	vertical-align:top;
	margin-right:.5em;
	transition:all .3s ease;
}
.btnStyle:hover {
	background-color:rgba(224,215,203,0.6);
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25) inset;
}
.fceMoreInfoBar .btnStyle:hover:before,
.fceMoreInfoBar.active .btnStyle:before {
	margin:0 .75em 0 -.25em;
	transform:rotate(90deg);
}
.btnContent { margin:2em 0 1em }
.btnContent .btnStyle { border:1px solid #d9c6b2 }
.btnContent .btnStyle.btnHighlight { border-color:#b6916d }

.columnContent { text-align:center }
.columnContent > div, .columnContent > a, .columnContent > figure { display:inline-block }
.columnContent.column3 > div, .columnContent.column3 > a, .columnContent.column3 > figure {
	width:246px; margin:0 20px 40px;
}
.columnContent.column3full > figure {
	position:relative; float:left;
	width:31%; width:312px; margin:0 30px 30px 0;
}
.columnContent.column3full > figure:nth-child(3n+0){ margin-right:0 }
.columnContent.columnFlex > a {
	width:auto;
	padding-left:.5em;
	padding-right:.5em;
	margin:0 0.5em 1em;
}
/* fs_imgs */
.imgContent { margin:1em 0 0; }
.fs_img {
	transition:all .3s ease;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.25);
	margin:0;
}
.fs_img a {
	display:block; position:relative; overflow:hidden;
	width:100%; transition:box-shadow .3s ease;
}
.fs_img img { display:block; width:100%; height:auto }
.fs_img:hover { box-shadow:0 0 6px rgba(0, 0, 0, 0.25); }

/* img 4 columns */
div.fs_imgWrapper, div.fs_imgWrapper div.fs_img, div.fs_galleryWrapper, div.fs_galleryWrapper div.fs_img {
	position:relative;
	float:left;
}
div.fs_imgWrapper { width:100%; margin:10px 0 20px; }
div.fs_galleryWrapper { width:100%; }
div.fs_imgWrapper ul, div.fs_galleryWrapper ul { margin:0; }
div#content div.fs_imgWrapper ul li, div#content div.fs_galleryWrapper ul li {
	position:relative; float:left; background:none; padding:0;
	width:312px;
	margin:0 30px 0 0;
	transition:box-shadow .3s ease;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.25)
}
div#content div.fs_imgWrapper .fsi_2 { margin:0; }
div#content div.fs_galleryWrapper .fs_img {	margin-bottom:30px; }
div#content div.fs_galleryWrapper .fs_2, div#content div.fs_galleryWrapper .fs_5, div#content div.fs_galleryWrapper .fs_8, div#content div.fs_galleryWrapper .fs_11, div#content div.fs_galleryWrapper .fs_14, div#content div.fs_galleryWrapper .fs_17, div#content div.fs_galleryWrapper .fs_20, div#content div.fs_galleryWrapper .fs_23, div#content div.fs_galleryWrapper .fs_26, div#content div.fs_galleryWrapper .fs_29, div#content div.fs_galleryWrapper .fs_32, div#content div.fs_galleryWrapper .fs_35, div#content div.fs_galleryWrapper .fs_38, div#content div.fs_galleryWrapper .fs_41, div#content div.fs_galleryWrapper .fs_44, div#content div.fs_galleryWrapper .fs_47, div#content div.fs_galleryWrapper .fs_50 {
	margin-right:0;
}
div#content div.fs_imgWrapper.imgCaption ul li { padding:0 0 14px; }
div#content div.fs_imgWrapper.imgCaption .fs_img:hover { box-shadow:none; }
div#content div.fs_imgWrapper.imgCaption .fs_img:hover a { box-shadow:0 0 10px rgba(0, 0, 0, 0.25); }
.fs_img span.fsiCaption {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	padding:10px 0 0;
}

.pattern {
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	background:url(../images/patternTrans.png) repeat center center transparent;
}
/* 2 Columns */
div.columnWrapper  { width:100%; position:relative; float:left }
div.columnWrapper > div { position:relative; float:left; width:483px }
div.columnWrapper > div.columnLeft { margin:0 30px 0 0 }
/* zoom & fsg loading */
a.iz { display:block; position:relative; overflow:hidden; }
a.iz img {
	display:block;
	width:100%;
	height:auto;
    transform: scale(1);
    transition-duration: 0.7s;
    transition-timing-function:ease-in-out;
}
a.iz:hover img { transform: scale(1.15) }
a.iz span.iconZoom {
	position:absolute;
	display:block;
	left:0; top:0; bottom:0; right:0;
	z-index:210;
	background:url(../images/zoom40.png) no-repeat center center;
	opacity:0.8;
	transition:opacity .3s ease;
}
a.iz:hover span.iconZoom { opacity:1 }
div.cbImg a.iz:hover span.iconZoom { border:none }
span.fsgLoading {
	position:absolute; left:0; right:0; top:0; bottom:0;
	width:100%; z-index:220;
	background:url(../js/gallery/loading.gif) no-repeat center center #fff;
	background:url(../js/gallery/loading.gif) no-repeat center center rgba(255,255,255,0.85);
}
/* packageSlide */
div.fceWrapper { width:100%; }
div.fceWrapper.clickable { cursor:pointer; }
span.psControls, span.hPreload {
	display:none;
	bottom:100px;
    left: 50%;
    margin: 0 -200px;
    position: absolute;
    text-align: center;
    width: 400px;
}
span.psControls {
	display:block;
	opacity:0;
	transform:translateY(20px);
	transition:all .3s ease-in-out;
}
span.psControls.active {
	transform:translateY(0);
	opacity:1;
}
span.hPreload { color:#fff; text-indent:-999em; }
span.psControls ol li { display:inline-block; margin:0 5px; }
span.psControls ol li a {
	display: block;
	width:14px;
	height:14px;
	border:1px solid white;
	border-radius:50%;
	box-shadow:0 0 3px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.5) inset;
	text-indent: -999em;
	transition:all .3s ease-in-out;
}
span.psControls ol li.current a, span.psControls ol li a:hover {
	background-color:white;
	box-shadow:0 0 3px rgba(0,0,0,0.5), 0 0 0 rgba(0,0,0,0) inset;	
}
/* fce3Col */
div.fce3Col, div.ctSub {
	position:relative;
	float:left;
	width:312px;
	margin:0 30px 30px 0;
}
div.fce3Col {
	text-align:center;
	background-color:#fff;
	border-bottom:1px solid #D9C6B2;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.25);
}
div.ctSub > div.fce3Col { margin:0 }
div.ctSub > div.fce3Col:not(:last-child) { margin-bottom:30px }
div.fce3Col.clickable { cursor:pointer; }
div.ctSub.ctRight, div.fce3Col.cb2, div.fce3Col.cb5, div.fce3Col.cb8, div.fce3Col.cb11, div.fce3Col.cb14, div.fce3Col.cb17, div.fce3Col.cb20, div.fce3Col.cb23, div.fce3Col.cb26, div.fce3Col.cb29, div.fce3Col.cb32 { margin-right:0; }

div.fce3Col:hover {
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.25);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.25);
}
div.fce3Col div.colImg {
	position:relative;
	overflow:hidden;
}
div.fce3Col div.cbImg {
	width:100%;
}
div.fce3Col div.cbContent {
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	background:url(../images/specialOverlay.png) no-repeat center top;
	margin:-66px 0 0;
	padding:86px 8% 52px;
	line-height:22px;
}
div.fce3Col.acCol div.cbContent {
	height:218px;
}
div.cbContent h3 {
	color:#A11338;
	font-size:20px;
	margin:0 0 3px;
}
div.cbContent h4 {
	font-size:16px;
	color:#BE9D7D;
	margin:0 0 1em;
}
div.cbContent p { margin:0; }
div.cbPrice {
	position:relative; float:left; text-align:center; width:100%; font-size:14px; margin:0; height:24px;
}
div.cbLink {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
div.cbPrice span {
    font-family: 'goudy-trajan', serif;
	font-size:18px;
	color:#BE9D7D;
}
div.cbLink a { display:inline-block; margin:0 auto; position:relative }
/* accoDetail */
div.acWrapper, div.pWrapper {
	width:100%;
	text-align:left;
	margin:0 0 60px;
}
div.acImg, div.acContent, div.acButton, div.pPrice {
	position:relative;
	float:left;
}
div.acImg { width:312px; margin:0 30px 0 0; }
div.pWrapper div.acImg { margin-bottom:20px; }
div.acButton, div.acContent { width:654px; }
div.pPrice { width:100%; margin:20px 0 0; }
div.pPrice div.priTbl table td { width:33.3%; }
div.acImg figure {
	position:relative;
	float:left;
	margin:14px 14px 0 0;
	width:149px;
	padding:0;
	background:none;
}
div.acImg figure:nth-child(2n+1) { margin-right:0 }
div.acImg figure.first { width:100%; margin:7px 0 0 !important; }
div.acButton { position:relative; float:right; }
div#content div.acButton ul { list-style:none; margin:0; text-align:center; }
div#content div.acButton ul li {
	margin:0; padding:0; background:none;
	position:relative;
	float:left;
}
div#content div.acButton ul li a {
	display:block;
	width:312px;
}
div#content div.acButton ul li.acInquiry a { margin:0 30px 0 0; }
div.pButton { position:relative; float:left; width:100% !important; }
div#content div.pButton ul li { float:none; display:inline-block; margin:0 15px }
div#content div.pButton ul li.pBooking { display:none }
div.fcePricelist { text-align:center; padding:0 0 40px }
div.priTbl { width:100%; margin:0 0 30px; }
div.priTbl table {
	width:100%;
    border-spacing: 1px;
    border-collapse: separate;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.20) inset;
}
div.priTbl table th, div.priTbl table td { padding:9px 12px 7px; }
div.priTbl table th {
    font-family: 'goudy-trajan', serif;
	font-size:16px;
	padding:13px 12px 11px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	color:#a11338;
	background-color:#f5f1eb;
	background-color:rgba(165,121,79,0.1);
}
div.priTbl table td {
	background-color:#faf7f5;
	background-color:rgba(165,121,79,0.05);
	text-align:center;
	transition:background-color .3s ease;
}
div.priTbl table tr.odd td {
	background-color:#f5f1eb;
	background-color:rgba(165,121,79,0.1);
}
div.priTbl table tr.season td {
	color:#BE9D7D;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
}
div.priTbl table td h4 {
	font-size:0.9em;
	color:#be9d7d;
}
div.priTbl table tr:hover td { background-color:#D9C6B2; background-color:rgba(165,121,79,0.15); }
div.priTbl table tr.odd:hover td { background-color:#D9C6B2; background-color:rgba(165,121,79,0.15); }
div.priTbl table tr.season td h5 { font-size:16px; }
div.priTbl.priSummer table td { width:25%; }
div.priTbl.priSummer table tr td:first-child, div.priTbl.priWinter table td { width:50%; }
div.priTbl table td.priDesc { text-align:left; width:50% }
div.priInfo {
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:20px;
}
div#content div.priTbl p { margin:0; }
div.priTbl.priComplete table th { font-family:"proxima-nova-n3","proxima-nova",sans-serif; font-weight:300; color:inherit; font-size:16px; }
div.priTbl.priComplete table th { width:19%; }
div.priTbl.priComplete table tr.priHead td { font-family:"goudy-trajan", serif; text-transform:uppercase; color:#a11338; background-color:#F6F1ED; }
div.priTbl.priComplete table tr th.priDesc, div.priTbl.priComplete table tr td.priDesc { text-align:left; width:24%; }
div#content div.priTbl.priComplete table tr td h4 { cursor:pointer; }
div#content div.priTbl.priComplete table tr td h4 a { font-family:"goudy-trajan",serif; font-weight:normal; }
div.priTbl.priComplete tbody tr td { background-color:#f5f1eb; background-color:rgba(165,121,79,0.1); }
div.priTbl.priComplete tbody tr.odd td { background-color:#faf7f5; background-color:rgba(165,121,79,0.05); }
div.priTbl.priComplete tbody tr:hover td { background-color:#D9C6B2; background-color:rgba(165,121,79,0.15); }
div.priTbl.priComplete tbody tr.odd:hover td { background-color:#D9C6B2; background-color:rgba(165,121,79,0.15); }
div.priTbl div.tblLeft {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
div.priTbl div.tblLink, div.priTbl div.tblDesc {
	position:relative;
	float:left;
}
div.priTbl div.tblLink {
	height:40px;
	width:40px;
	margin:0 6px;
	display:none;
}
div.priTbl div.tblDesc {
	display:block;
	width:100%;
}
div.priTbl div.tblRow {
	position:relative;
	float:left;
	width:100%;
}
div.priTbl table tr td p, div.priTbl table tr.tblBody td ul {
	margin:0;
}
div.priTbl div.tblRow.tblBtn { display:none; }
div#content div.priTbl table tr td ul {
	margin:6px 0 0 0;
}
div.priTbl table tr td ul li {
	position:relative;
	float:left;
	margin:0 1px 0 0;
	padding:0 !important;
}
div.priTbl table tr td ul li a {
	display:block;
	font-family:inherit;
	font-weight:300;
	font-size:15px;
	text-transform:uppercase;
	height:24px;
	line-height:25px;
	padding:0 10px;
	color:#be9d7d;
}
div.priTbl table tr td ul li a::before {
	line-height:inherit;
	font-size:9px;
}

div.priTbl table tr td a.info {
	display:block;
	width:26px;
	height:26px;
	background:url(../images/arrow6x11.png) no-repeat center center;
	text-indent:-999em;
	margin:6px 4px 0 0;
	opacity:0.9;
	cursor:pointer;
}
div.priInfo {
	margin:0 0 0;
	text-align:center;
	font-size:0.9em;
}

/* packages */
div.packagePrices {
	padding:0 0 30px;
}
div#content div.packagePrices a {
	font-family:'goudy-trajan',serif;
	text-transform:uppercase;
	font-weight:normal;
}

/* massagen & fceMoreInfoBar */
div#content div.fceMoreInfoBar h3.fmibHeader { color:#a11338; margin:5px 0; cursor:pointer }
div.fmibContent {
	padding:15px 0 0;
	margin:-4px 0 5px;
	display:none;
}
div.fmibSub {
	position:relative;
	float:left;
	width:86%; padding:15px 7% 0;
}
div.fmibSub.fmibMassage { padding:8px 7% 16px; }
div.fmibSub.fmibImgCol {
	padding:1.5% 3% 0;
	width:94%;
}
div.fmibSub div.fICL, div.fmibSub div.fICR {
	position:relative;
	float:left;
}
div.fmibSub div.fICL {
    margin:0 3% 0 0;
    width: 30%;
}
div.fmibSub div.fICR {
	width:67%;
	text-align:left;
	margin:-4px 0 0;
}
div#content div.fmibContent ul.fmDP { margin:0; }
div#content div.fmibContent ul.fmDP li {
	display:inline-block;
    font-family: 'goudy-trajan', serif;
	font-style:normal;
	color:#be9d7d;
	font-size:14px;
}
div#content div.fmibContent ul li.dur { padding:0 10px 0 0; }
div#content div.fmibContent ul li.price { margin-left:-3px; }
div#content div.fmibContent ul li.dur span.listIcon { display:none; }
div#content p.fmInfo { font-size:0.85em; margin:0; line-height:1.3em; }
div.fmib2Cols div {
	position:relative;
	float:left;
	width:48%;
	text-align:left;
}
div.fmib2Cols div.f2cLeft { padding:0 4% 0 0; }
/* googlemap */
div#gmContainer {
	width:100%;
	margin:0 -1px 25px;
	height:500px;
	border:1px solid #BE9D7D;
	text-align:left;
}
div#gmCanvas, div#gmInput, fieldset.gmRoute p {
	position:relative;
	float:left;
}
div#gmCanvas {
	width:69%;
	width:68.8%;
	height:500px;
}
div#gmInput {
	width:31%;
	width:31.2%;
	height:100%;
	background-color:#BE9D7D;
	color:#fff;
}
div#gmInput strong {
	color:#fff;
	text-transform:uppercase;
	margin:0 0 5px;
	width:100%;
	font-weight:normal;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}
fieldset.gmRoute {
	display:block;
	border:none;
	padding:20px 25px;
	margin:0;
}
fieldset.gmRoute p {
	width:100%;
	margin:0 0 20px !important;
}
fieldset.gmRoute div.legend {
	font-size:22px;
    width: 100%;
    padding: 0 0 20px;
    text-transform: uppercase;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3)
}
fieldset.gmRoute input {
    border: medium none;
    text-align: center;
}
fieldset.gmRoute input#gmStart {
	position:relative;
	width:94%;
	background:#fff;
	border:none;
	text-align:left;
	padding:6px 3% 4px;
	height:20px;
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.15);
	box-shadow:inset 0px 0px 3px rgba(0,0,0,0.15);
}
fieldset.gmRoute input#gmStart:focus {
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:inset 0px 0px 3px rgba(0,0,0,0.3);
}
fieldset.gmRoute input#gmSubmit {
    background:transparent;
    color: #fff;
    cursor: pointer;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	text-transform:uppercase;
	transition:padding .3s ease;
}
fieldset.gmRoute input#gmSubmit:hover {
	padding:0 0 0 10px !important;
}
form#gmRoute {
	display:block;
}
/* sitemap */
div.sp_sitemap {
	position:relative;
	float:left;
	width:33%;
	margin:0 0 22px;
}
div#content div.sp_sitemap h3 a {
	font-family:"AthenaRegular", serif;
	font-weight:300;
}
div#content div.sp_sitemap a { font-weight:500; font-size:0.95em; }
div#content div.sp_sitemap ul {
	margin:0;
}
/* shadowbox */
#sb-overlay { opacity:0.8 !important; }