/* @override 
	http://localhost/Panpuri-Spa/style.css */


@font-face {
    font-family: 'panpurisans';
    src: url('../fonts/panpurisans-regular-webfont.eot');
    src: url('../fonts/panpurisans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-regular-webfont.woff') format('woff'),
url('../fonts/panpurisans-regular-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-regular-webfont.svg#panpurisans') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'panpurisans';
    src: url('../fonts/panpurisans-light-webfont.eot');
    src: url('../fonts/panpurisans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-light-webfont.woff') format('woff'),
url('../fonts/panpurisans-light-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-light-webfont.svg#panpurisans') format('svg');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'panpurisans';
    src: url('../fonts/panpurisans-bold-webfont.eot');
    src: url('../fonts/panpurisans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-bold-webfont.woff') format('woff'),
url('../fonts/panpurisans-bold-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-bold-webfont.svg#panpurisans') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'panpurisans';
    src: url('../fonts/panpurisans-bold-webfont.eot');
    src: url('../fonts/panpurisans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-bold-webfont.woff') format('woff'),
url('../fonts/panpurisans-bold-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-bold-webfont.svg#panpurisans') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'panpuri';
    src: url('../fonts/panpurisans-regular-webfont.eot');
    src: url('../fonts/panpurisans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-regular-webfont.woff') format('woff'),
url('../fonts/panpurisans-regular-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-regular-webfont.svg#panpuri') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'panpurisans';
    src: url('../fonts/panpurisans-light-webfont.eot');
    src: url('../fonts/panpurisans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-light-webfont.woff') format('woff'),
url('../fonts/panpurisans-light-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-light-webfont.svg#panpuri') format('svg');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'panpuri';
    src: url('../fonts/panpurisans-bold-webfont.eot');
    src: url('../fonts/panpurisans-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/panpurisans-bold-webfont.woff') format('woff'),
url('../fonts/panpurisans-bold-webfont.ttf') format('truetype'),
url('../fonts/panpurisans-bold-webfont.svg#panpuri') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* */

html,
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'panpurisans';
	background-size: cover;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
textarea {
	resize:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
p {
	font-size: 13px;
}

/*pop up*/
.fbox {
	width:70%;
	height: auto;
	box-shadow:0 0 80px #333;
	/*border: 10px solid #fff;*/
	margin-top:100px;
	margin-left:15%;
	position:absolute;
	z-index:200;
	display:none;
}
.fbox img{
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
	}

.close {
	margin-left: 1185px;
	padding:5px;
	color:#000;
	background-color:#fff;
	cursor:pointer;
	position:absolute;
}
.cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:150;
    width:100%;
    height:100%;
    display:none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}
.wrap {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.clear{
	clear: both;
}
#header {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 200px;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
}
/* white */
#header.white a{ color: #FFF;}
#header.white .logo{
		-webkit-filter: invert(1);
		filter: invert(1);
}
	
#header.white div.hoption{ color: #FFF; }
#header.white .menu li .submenu a{ 	color: #afafaf; }
#header.white div.hoption input.seachbox {
		color: #FFF;
		border-bottom-color: rgba(255, 255, 255, 0);
	}
#header.white div.hoption input.seachbox:hover{border-bottom-color: rgba(255, 255, 255, 1);	}
/* */
.headin {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
}
.headup {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

.logo {
	padding: 0px;
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -87px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.hoption {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.hoption p {
	padding: 0px;
	float: right;
	height: 20px;
	margin: 0px;
	display: block;
	text-align: right;
	clear: both;
}
a.hmail {
	text-decoration: underline;
}

.hsearch {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 12px;
}

.menu {
	
	text-align: center;
	padding: 0px;
	color: #ffffff;
	float: left;
	height: 14px;
	width: 100%;
	margin: 60px 0px 0px;
	list-style-type: none;
	/*font-weight: bold;*/
	padding-top: 2%;
}
.menu li {
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px;
	height: 14px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	cursor: pointer;
	font-size: 1.3em;
	position: relative;
}
.menu li:hover {
	text-decoration: underline;
}

/* -- edit --*/ 
.menu li a:hover {color: #ffffff; text-decoration: none;}
.menu li.active>a{ text-decoration: underline;}
.menu li a{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #ffffff;
}
.menu li a.visible { text-decoration: underline; color: #4F97AA;}
.menu li.active .submenu,
.menu li.visible .submenu,
.menu li.active.visible .submenu{
	opacity: 1;
	visibility: visible;
	padding-top: 0px;
}
.menu li.active.hidden .submenu{
	opacity: 0;
	visibility: hidden;
}

.submenu {	
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	padding: 0 0px 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 0;
	width: 100px;	
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: absolute; display: inherit;
}
.submenu li {
	position: relative;
	color: #ffffff;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 60px;
	height: 20px;
	font-weight: normal;
	font-size: 0.9em;
}
.submenu li a {
	color: #ffffff!important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	font-weight: normal;
	font-size: 0.9em;
}
.submenu li a:hover {
	color: #ffffff!important;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.9em;
}
#content {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.mainslide {
	padding: 0px;
	float: left;
	height: 780px;
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0px;
}
.galleria1 {
	height: 100%;
}
.mainslon {
	width: 1050px; /*1050px;*/
	margin-left: -525px; /*-525px*/
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 40px;
	text-align: center;
	display: block;
}
.mainsllink {
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	height: 40px;
	width: 450px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #fff;	
	display: inline-block;
	font-weight: bold;
	font-size: 13px; /*14 old*/
	padding-top: 8px;
}
 a.mainsllink.active,
 a.mainsllink:hover{
 	color: #000000; /*c1c2c1*/
 	background-color: #ffffff;
 }
.main_a {
	margin: 0px;
	float: left;
	width: 100%;
	background-image: url(../images/main_02.jpg);
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 180px;
	padding-left: 0px;
	background-size: cover;
}
.mnacon {	
	text-align: center;
	padding: 0px;
	width: 710px;
	margin: 0px auto;
	float: none;
	clear: both;
}
.mnacon :last-child{
	margin-bottom: 0;
}
.mnahead {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	font-weight: bold;
	font-family: panpuri;
}
.mnatext  {
	line-height: 21px;
	font-size: 18px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.mnamore {
	padding: 0px;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
	width: 150px;
	text-align: left;
}
.mnamore p {
	
	font-size: 14px;
	color: #4c4c4c;
	padding: 0px;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
.mnamore img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 43px;
}
.main_b {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
}
.mnbhead {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	font-family: panpuri;
}
.mnbin {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}
.mnbin .swiper-button-next{
	background-image: url(../images/main_19.jpg);
	background-size: 100%;
	width: 45px;
	right: -85px;
}
.mnbin .swiper-button-prev{
	background-image: url(../images/main_16.jpg);
	background-size: 100%;
	width: 45px;
	left: -85px;
}

.main_b .swiper-container {
	width: 100%;
	height: 516px;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}
.swiper-slide {
  
}
.mnbcon {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.mnb-prev {
	height: 11px;
	width: 43px;
	position: absolute;
	z-index: 10;
	left: -110px;
	top: 250px;
}
.mnb-next {
	height: 11px;
	width: 43px;
	position: absolute;
	z-index: 10;
	top: 250px;
	right: -110px;
}
.mnbpic,
.mnbpic.small{
	width: 250px;
	height: 250px;
	margin-bottom: 16px;
}
.mnbpic.land{
	height: 250px;
	width: 516px;
}
.mnbpic.big{
	height: 516px;
	width: 516px;
}
.mnbmore {
	
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	float: none;
	height: 33px;
	width: 188px;
	margin: 80px auto 0px;
	border: 1px solid #000;
	font-weight: bold;
	display: block;
	clear: both;
}
.main_c {
	background: url(../images/main_31.jpg) fixed;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
	color: #fff;
	

	
}
.main_c .swiper-container{
	width: 100%;
	float: left;
	height: auto;
	

}
.main_c .swiper-container .swiper-wrapper{
	height: auto;
	
	transition: all 1s !important;
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
}
.mnchead {	
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: panpuri;
}
.mncmenu {
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	color: #aaa;
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 85px;
	margin-left: 0px;
	list-style-type: none;
	font-weight: bold;
}
.mncmenu li {
	display: inline-block;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #aaa;
	cursor: pointer;
}
.mncmenu li.active,
.mncmenu li:hover {
	
	color: #fff;
	text-decoration: underline;
}
.mnccon {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1050px;
	float: none;
}
.mncbox {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 65px;
	margin-left: 25px;
	min-height: 230px
}
.mncbox:nth-child(3n+1){
	clear: left;
}

.mncbar{padding: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	min-width: 1050px;
	float: none;
}

.mncname {
	
	font-size: 13px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.mnctext {
	font-size: 13px;
	line-height: 24px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #fff!important;
}
.mnclink {
	
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.mnclink a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.main_d {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}
.mndbox {
	padding: 0px;
	float: left;
	margin: 0px 0px 46px 0;
	width: 100%;
}
.mndpic {
	padding: 0px;
	float: left;
	width: 515px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mnddetail {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 445px;
}
.mndname {	
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
.mnddate {
	text-transform: uppercase;
	color: #b0b0b0;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mndtext {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 18px;
}
.mndtextsmall {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:20px;
	margin-left: 20px;
	line-height: 15px;
	font-size: 18px;
}
.mndmore {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 20px;
	height: 20px;
}
.mndmore p {
	padding: 0px;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mnddetail .readmore{
	padding-right: 25px;
	display: block;
	float: left;
	background: url(../images/readmore.jpg) right center no-repeat;
	background-size: 30px;
}
.mndmore img {
	margin: 0px;
	padding: 0px;
	float: left;
}
.mndbox.z {
	height: 150px;
	width: 515px;
}
.mndpic.z {
	height: 150px;
	width: 240px;
	margin-right: 20px;
}
.mnddetail.z {
	width: 210px;
}
.main_e {
	background-image: url(../images/main_64.jpg);
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 140px;
	padding-left: 0px;
	background-size: cover;
}
.main_e .row-last{
	margin-right: 0;
}
.mnecon {
	float: left;
	width: 100%;
}
.mnebox {
	float: left;
	width: 455px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 35px;
	background-color: #fff;
}
.mnehbox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
.mnename {
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 30px;
}
.mneicon {
	padding: 0px;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mnedate {
	line-height: 20px;
	color: #b0b0b0;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	text-transform: uppercase;
}
.mnebox.y {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 278px;
}
.mnelogo.y {
	padding: 0px;
	float: left;
	margin: 0px;
}





.mnelogo {
	margin: 0px;
	padding: 0px;
	float: right;
}
.mnetext {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main_f {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 110px;
	padding-left: 0px;
}
.mnfcon {
	width: 100%;
}
.mnfcon img {
	padding: 0px;
	float: left;
	width: 515px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mnfdetail {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.mnfpart {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.mnfhead {
	
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
.mnftext {
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.mnfmap {
	
	text-transform: uppercase;
	color: #999;
	text-decoration: underline;
	float: left;
	margin-top: 10px;
}
.mnfresv {
	
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	float: left;
	height: 33px;
	width: 223px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000;
	font-weight: bold;
}



#footer {
	width: 100%;
	float: left;
	margin: 0px;
	height: 390px;
	padding: 0px;
}
.ftup {
	background-color: #212121;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.ftucon {
	/*background-image: url(images/main_99.jpg);*/
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
}
.ftucon a{
	color: #ffffff;
}
.ftubox {
	padding: 0px;
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 35px;
	color: #fff;
}
.ftuhead {
	
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.ftutext {
	line-height: 20px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.ftutel {
	font-size: 28px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.ftusocial {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.ftusocial img {
	padding: 0px;
	float: left;
	height: 25px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ftusubc {
		font-family: 'panpurisans';
	
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 223px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background-color: #202120;
	cursor: pointer;
		-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	border-radius: 0;
}
.fttwo {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.ftgoto {
	
	line-height: 25px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ftby {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 35px;
}
.ftby p {
	
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	height: 15px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ftby img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 175px;
}

/* Add */	
.txblack span { margin-right: 15px;}	
.mnfdetailtrip {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	margin-top: 25px;
}
.mnfdetailtrip img { width: 80%; }

/* updated 20180816 */
.btdownload { text-align: center; font-size: 18px; margin-bottom: 15px;}
.btdownload a:link { text-decoration: underline; font-weight: bold;}
.btdownload a:visited { text-decoration: underline;}
.btdownload a:hover { text-decoration: none;}

/*new*/
.main_h { margin: 0px; float: left; width: 100%; padding-top: 120px; padding-right: 0px; padding-bottom: 40px; padding-left: 0px; }
.mnhbox { padding: 0px; width: 100%;}
.mnhbox img { width: 100%;}
.mnhhead {font-size: 16px; line-height: 30px; font-weight: bold; text-transform: uppercase; text-align: center; padding: 0px; float: left; width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 50px; margin-left: 0px; font-family: panpuri;}

.main_studio { margin: 0px; float: left; width: 100%; padding-top: 80px; padding-right: 0px; padding-bottom: 40px; padding-left: 0px; }
.studiohead {font-size: 16px; line-height: 30px; font-weight: bold; text-transform: uppercase; text-align: center; padding: 0px; float: left; width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 50px; margin-left: 0px; font-family: panpuri;}
.studiobox { padding: 0px; width: 100%;}
.studiobox img { width: 100%;}

.btview { text-align: center; font-size: 18px; margin-top: 15px;}
.btview a:link { text-decoration: underline; }
.btview a:visited { text-decoration: underline;}
.btview a:hover { text-decoration: none;}

.btdownloadmenuspa { text-transform: uppercase; color: #fff; font-weight: bold; border: 1px solid #fff; width: 295px; margin-left: 37.5%; padding-top: 10px; padding-bottom: 10px;}
.btdownloadmenuspa a:link { text-decoration: none; color: #fff;}
.btdownloadmenuspa a:visited { text-decoration: none; color: #fff;}
.btdownloadmenuspa a:hover { text-decoration: none; color: #999;}

.mncbox-download { text-align: center; }

.offerimg { width: 497px;}
.offerimg img { width: 100%;}

@media (max-width: 1280px) {
	.mnbin .swiper-button-next{
		right: 0;
		bottom: -45px;
		top: auto;
	}
	.mnbin .swiper-button-prev{
		left: 0;
		bottom: -45px;
		top: auto;
	}


}