/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 desktop layout (larger than 1200): common settings for wide desktop screen
*************************************************************************************/
	
	
@media only screen and (max-width: 1023px), (max-device-width: 1023px) {
	
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.beautyadd_background_2{
		background-image:none !important;
	}
}
@media only screen and (min-width: 1024px) {
/* Beautyadd custom css Beginning */
/* Header */
	ol li {
		font-size: 1vw;
		letter-spacing: 1px;
		line-height: 1.5;
		font-family: 'Roboto Condensed', 'Microsoft JhengHei', 微软雅黑, Tahoma, Verdana, Arial, Simsun, 宋体, sans-serif;
	}
	.linda-logo img{
		height:auto !important;
		width:25%;
		margin-top:-2vw;
	}
	#jsn-menu span{
		text-shadow: 1px 1px 10px #979797;
	}
	div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul{
		width:100%;
	}
	div.jsn-modulecontainer ul.menu-mainmenu ul, div.jsn-modulecontainer ul.menu-mainmenu ul li{
		width:100% !important;
	}
	.jsn-submenu-level-1{
		font-size:1vw;
	}
/* Main Body */
	#jsn-mainbody	{
		padding: 0px !important;
	}
	
/* Home page and Slide in Main page */
	.n2-ss-margin{
		margin:-5.5vw 0 -3.5vw 0 !important;
	}
	.my-item-3{
		padding-left:5% !important;
		padding-right:5% !important;
	}
	.beautyadd_background_1{
		background-image: url('../../../images/beautyadd_background_1.jpg');
	}
/* Footer */
	.my-footer-icon{
		width:3vw !important;
		margin:1%;
	}
/* 皇牌療程 */
	.jsn-article-toolbar{
		display:none;
	}
	.articleBody{
		margin-top:-1.5vw;
	}
	.beautyadd_treatment_title{
		background: linear-gradient(#EFC8C8, whitesmoke);
		font-weight:bold;
		padding:0.1%;
		padding-left:1%;
	}
	.beautyadd_treatment_list{
		padding-left:3%;
	}
	.beautyadd_background_2{
		/* background-image: url('https://previews.123rf.com/images/fieryprince/fieryprince1302/fieryprince130200260/17822996-branch-of-a-plant-the-japanese-style-background.jpg'); */
		padding-top: 3vw;
		padding-bottom: 3vw;
		background-size: cover;
	}
}
@media only screen and (min-width: 1900px){
	body{
		font-size:90% !important;
	}
}
@media only screen and (min-width: 3000px){
	body{
		font-size:95% !important;
	}
}
@media only screen and (min-width: 4000px){
	body{
		font-size:100% !important;
	}
}