/* CSS Document */
@import "../css/container.css";
@import "../css/text.css";
@import "../css/background.css";
@import "../css/animation.css";
@import "../css/form-style.css";

/* Modules Style*/
@import "../modules/image-viewer/style.css";
@import "../modules/calendar/style.css";

/* Main Style */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body{
	width: 100%;
	min-width: 360px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/mainBk.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;	*/
}
.top-content{
	margin-top: 64px;
}
.logo-full{
	display: block;
	position: relative;
	margin: 20px auto 0 auto;	
}
#notice{
	position: fixed;
	top: 5px;
	left: 10px;
	color: Red;
	font-size: 10px;
	font-family: 'Noto Sans Thai', serif;
	z-index: 20;
}

#mainHeader{
	display: block;
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 10;	
	background-color: White;	
	/*backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);*/
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

#hamburger{
	display: none;
	width: 50px;
	height: 50px;
	float: right;
	position: relative;	
	margin: 0 5px 0 0;
	background-image: url(../images/hamburger.webp);
	cursor: pointer;	
	z-index: 11;
}
#hamburger:hover,
#hamburger:focus{
	transform: translate(0, 2px);
}

#language-option{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-family: 'Noto Sans Thai', serif;
	z-index: 11;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
#language-option span{
	margin: 0 10px;
	cursor: pointer;
}

#siteLogo{
	display: block;
	width: 200px;
	height: 41px;	
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translate(-50%,0);		
	z-index: 12;
	cursor: pointer;
}

#mainNav{
	display: none;
	width: 100%;
	height: auto;
	position: fixed;	
	top:  0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	z-index: 11;
}
#main-ul{
	width: 100%;
	height: 30px;
	position: relative;
	padding: 10px 0 0 0;
	display: flex;
	justify-content: center;			
	background: White;
}
#main-ul li{
	list-style: none;
	text-align: center;
}
.hli{
	width: 120px;
	height: 30px;
	position: relative;
	float: left;	
	margin: 0;
	color: Black;
	font-family: 'Noto Sans Thai', serif;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	cursor: pointer;	
}
.logo-li{
	list-style: none;	
	width:  260px;
}
.hli:hover{color: Maroon;}

.dropdown{
	width: 120px;
	height: 30px;
	position: relative;
	float: left;	
	margin: 0 5px 0 5px;
	color: Black;
	font-family: 'Noto Sans Thai', serif;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;	
	cursor: pointer;	
}
.dropdown:hover ul{
	display: block;	
}
.dropdown ul{
	display: none;
	width: 160px;	
	height: auto;
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0 0 10px 0;
	color: Black;	
	background: White;
	border-radius: 0 0 10px 10px;
}
.dropdown li {
	width: 100%;
	height: auto;	
	margin: 0;	
}
.dropdown li div{
	width: calc(100% - 30px);
	color: Black;	
	margin: 5px 0;
	padding:  10px 15px;	
	text-align: left;
	font-size: 14px;
	background: White;	
}
.dropdown li div:hover{
	background: #CCB17C;
}

.book-bt{
	display: block;
	width: 100px;
	position: absolute;
	top: -10px;
	left:  50%;
	transform: translate(-50%,0);
	padding: 5px 5px;
	font-size: 14px;
	color: Gray;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;	
	text-shadow: none;	
}
.book-bt img{
	float: left;
	vertical-align: center;
	margin: 0 2px 0 0;	
}
.book-bt:hover{
	background-color: #CCB17C;
	color: White;
}

#mainContainer{
	width: 100%;
	height: auto;
	float: left;
	position: relative;	
	margin: 0;
	padding: 0;
}

#categoryList{
	display: flex;
	width:  calc(100% - 10px);	
	height: auto;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 5px;
	justify-content: center;
	align-items: center;
	overflow-x: scroll;
}
#categoryList::-webkit-scrollbar {
	display: none;
}
#categoryList{
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

#categoryList article{
	display: inline-block;
	width: 16%;
	max-width: 450px;
	aspect-ratio: auto 9 / 16;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px 5px;
	cursor: pointer;	
}
.category span{	
	position: absolute;
	Width: 100%;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 10px 0;
	color: Black;
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Sans Thai', serif;	
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	background: hsl(0 0% 100% / 0.3);	
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
}

.zoomer{
	overflow: hidden;
}
.cover{
	width: 100%;   
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
}

.albumArticle:hover .cover,
.albumArticle:focus .cover{
     -ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/* package section*/
#packageSection{
	padding: 50px 0 50px 0;
	font-family: 'Noto Sans Thai', serif;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
#serviceHead{
	width: 100%;
	height: auto;
}

.service-figure-content{
	width: 80%;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;	
}
.service-figure{
	width: calc((100% / 3) -  2px);
	aspect-ratio: 1 / 1;
	float: left;
	position: relative;
	margin: 1px 1px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.guide{
	display: flex;
	width: 80%;
	height: 300px;
	position: relative;
	margin: 0 auto;
	justify-content: center;
	align-items: center;	
}
.guide div{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.guide div h1{
	font-size: 28px;
	color: White;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.guide div p{
	margin: 20px 0;
}
.guide div button{
	margin: 20px 0 0 0;
	padding: 20px 20px;
	font-size: 20px;
	font-family: 'Noto Sans Thai', serif;
	background: hsl(0 0% 100% / 0.4);
	border: none;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	cursor: pointer;
}
.guide div button:hover{
	background: hsl(0 0% 100% / 0.6);
}

footer{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	font-family: 'Noto Sans Thai', serif;
	background-color:  #f0f0f0;
}

#inbox{
	width: calc(50% - 40px);
	height: auto;
	float: left;
	position: relative;
	margin: 10px 0 0 0;
	padding: 10px 20px 20px 20px;
	border-radius: 5px;
}

#contactInfo{
	clear: none;
	width: calc(50% - 50px);
	height: auto;
	float: left;
	position: relative;
	margin: 10px 0 0 30px;
	padding: 10px 10px;
	border-radius: 5px;
}
#contactInfo h2{
	margin: 10px 0 0 0;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	color: #CCB17C;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
#contactInfo h3{
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #CCB17C;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.contactData{
	margin: 10px 0;
}
.contactData p{
	height: auto;
	padding: 10px 0 0 37px;
}
.contactData div{
	margin-top: 10px;	
}

video{
	width: 100%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

.margin-t60{
	margin-top: 60px;
}
.margin-t80{
	margin-top: 80px;
}

.margin-t15p{
	margin-top: 15%;
}

.plane-text{
	width: calc(100% - 20px);
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 10px 40px 10px;
	font-size: large;
	font-family: 'Noto Sans Thai', sans-serif;
	text-align: center;	
	background-color:  #f0f0f0;
	line-height: 2;
}

/* Page */
#aboutContent{
	font-family: 'Noto Sans Thai', sans-serif;	
}
#aboutContent h1{
	padding: 60px 0 20px 0;
	color: #CCB17C;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	text-align: center;	
}
#aboutContent h2{
	font-size: 20px;
}
.aboutText{
	width: 80%;
	max-width: 500px;
	height: auto;
	position: relative;
	margin: 50px auto 20px auto;
}
#aboutContent p{
	
	line-height: 2;
}
.about-cover{
	display: block;
	width: 80%;
	max-width: 500px;
	height: auto;
	margin: 0 auto 50px auto;
}
#contactContent{
	color: Black;
	font-family: 'Noto Sans Thai', sans-serif;
}
#contactContent iframe{
	width: 100%;	
	height: 600px;
	float: left;
	position: relative;
	margin-top: 20px;	
}

/* gallery.php */
#galleryContent{
	width: 100%;
	max-width: 1280px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Noto Sans Thai', serif;	
}
#galleryContent h1{
	padding: 60px 0 0 0;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	color: #CCB17C;
}
#weddingAlbum{
	margin: 60px 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
#albums{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 0 0 50px 0;
}

#weddingAlbum h1{
	font-size: 40px;
	text-align: center;
	color: Gray;
	font-family: 'Playfair Display', serif;	
}
#weddingAlbum h1 span{
	color: #CCB17C;	
}
#weddingDay{
	width: 100%;
	max-width: 1280px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}
.albumArticle{
	width: calc((100% / 3) - 80px);
	height:  auto;
	float: left;
	position: relative;
	margin: 10px 40px 10px 40px;
	cursor: pointer;
}
.album{
	width: 100%;
	aspect-ratio: 4 /5;	
}
.albumName{
	width: calc(100% - 10px);
	height: 60px;
	float: left;
	position: relative;
	padding: 15px 5px;
	color: Black;
	text-align: center;
	font-family: 'Noto Sans Thai', serif;
	font-size: 18px;
}
.album a{
	color: White;	
	text-decoration: none;
}
.album:hover div.album-info{
	background: hsl(0 0% 0% / 0.3);
}
.album-cover{
	
}
.album-info{
	position: absolute;
	width: auto;
	bottom: 95px;
	left: 5px;
	padding: 0 5px;
	color: White;
	font-family: 'Noto Sans Thai', serif;	
	background: hsl(0 0% 0% / 0.4);	
	border-radius: 2px 2px;
	backdrop-filter: blur(0.2rem);
	-webkit-backdrop-filter: blur(0.1rem);
}
.album-info p{
	font-size: 14px;
}
.viewer-counter{
 	font-size: 12px !important;
}

/* album.php */
#albumContainer{
	width: calc(100% - 2px);
	height: auto;	
	position: relative;
	margin-left: 1px;	
	
}
#albumContent{	
	color: White;
	text-align: center;
	font-family: 'Noto Sans Thai', sans-serif;
}
#albumContent img{
	width: auto;
	height: 240px;
	margin: 0 2px;
	cursor: pointer;
}
#albumContent span{
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

#albumContent h1{	
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	color: #CCB17C;
}
#albumContent p{	
	color: Black;
}
.album-footer{

}
.album-footer img{
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
}
.album-footer span{
	font-weight: normal !important;
}
#albumIndicators{
	width: calc(100% - 20px);
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	color: Black;
}
.page-indicator{	
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	margin: 0 2px;
	font-size: 16px;
	text-align: center;
	font-family: 'Noto Sans Thai', sans-serif;
	border: none;
	border-radius: 50%;
	cursor: pointer;	
}
.page-indicator:hover{
	background: #DDC28D;
}
.page-active{
	background: #BBB17C;
}
/* service.php*/
#serviceContent{
	color: White;
	font-family: 'Noto Sans Thai', sans-serif;
}
#serviceContent h1{
	color: #CCB17C;
	padding: 50px 0 20px 0;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	text-align: center;	
}
.package-section{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0;
}
.package-img img{
	 display: block;
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.package-section h3{
	padding: 30px 0;
	color: black;
	text-align: center;
}
.download{
	width: 80%;
	position: relative;
	margin: 0 auto;
}
.download-item{
	width: calc(50% - 40px);
	height: 100px;
	float: left;
	position: relative;
	margin: 10px 20px;	
	background: linear-gradient(to left, rgba(230,230,230,1), rgba(250,250,235,1));
	border-radius: 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	cursor: pointer;
}
.download-item p{
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
	color: black;
	font-size: 16px;
}
.download-item span{
	color: Gray;
	font-size: 14px;
}
.download-item span img{
	float: left;
	position: relative;
	margin: 18px 0 0 40px;
}
.download-item i img{
	position: absolute;
	top: 32px;
	right: 40px;
}
/* reserve.php*/
.calendar{
	width: 300px;
	height: auto;
	float: left;
	position: relative;	
	padding: 10px 20px;
	border-right: 1px solid LightGray;
}
.form-container{
	display: block;
	width: calc(100% -40px);
	height: auto;
	float: left;
	position: relative;
	padding: 20px 20px 30px 20px;
	font-family: 'Noto Sans Thai', sans-serif;
	border-radius: 10px;
}
.form-container h2{
	width: 100%;
	float: left;
	position: relative;
	font-size: 18px;
}
.form-container h3{
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
}

#reserveForm {
	float: left;
	position: relative;
}
#reserveForm h1{
	color: Navy;
}
#reserveForm p{
	text-align: center;
}
.bookNow{
	display: flex;
	width: 100%;
	height: auto;
	float: left;	
	position: relative;
	padding: 50px 0;
	font-family: 'Noto Sans Thai', sans-serif;
	background-image: url(../images/booknow.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;		
	justify-content: center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.bookhead{
	font-size: 24px;
	text-align: center;
}
.bookhead img{
	vertical-align: middle;
}
.formBooknow{
	display: block;
	position: relative;
	width: 640px;
	height: auto;		
}
.bookNowState{
	width: 100%;
	height: auto;		
	float: left;
	position: relative;
	color: White;
}
.bookNowForm{
	width: 620px;
	height: auto;		
	float: left;
	position: relative;
	margin: 50px 0 0 0;
	padding: 20px 10px;
	background-color: White;
	border-radius: 5px;
}
.bookNowForm h1{
	text-align: center;
}
.divbt{
	width: calc(100% - 50px);
	height: auto;
	position: relative;
	margin: 20px 20px;
	padding: 10px 5px;
	border: 1px solid LightGray;
	border-radius: 5px 5px;
	cursor: pointer;
}
.divbt img{
	vertical-align: middle;
}
#bookNowSubmit{
	display: block;
	width: 150px !important;
	position: relative;
}

/* footer */
.social-icon{
	display: block;
	width:  32px;
	height: 32px;
	float: left;
	position: relative;
	margin: 0  40px 40px 0;
	background-size: cover;
}
.Line{
	background-image: url(../images/social/line.png);	
}
.Facebook{
	background-image: url(../images/social/facebook.png);	
}
.Instagram{
	background-image: url(../images/social/instagram.png);	
}
.Twitter{
	background-image: url(../images/social/twitter.png);	
}
.Tiktok{
	background-image: url(../images/social/tiktok.png);	
}
.Youtube{
	background-image: url(../images/social/youtube.png);	
}

.chat{
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/icon/chat.png);	
	background-size: cover;
	cursor: pointer;
}

/* Screen Resize */
@media only screen and (max-width: 640px) {	
	.albumArticle{
		width: calc(100% - 80px) !important;
		max-width: 400px;
		float: none;
		margin: 20px auto 20px auto !important;	
	}	
	.album-info p{
		font-size: 12px;
	}
	
	#albumContent img{
		width: calc(100% - 4px);
		height: auto;
	}
	
	#inbox{
		width: calc(100% - 40px);
	}
	#contactInfo{
		width: calc(100% - 20px);
		margin: 10px 0 0 0;
	}	
	#other{
		width: calc(100% - 20px);
		margin: 10px 0 0 0;
	}
	.download{
		width: 100%;		
	}
	.download-item{
		width: calc(100% - 40px);
	}
	.download-item span img{
	margin: 18px 0 0 10px;
	}
	.download-item p{
		padding: 20px 0 0 10px;
		font-size: 14px;
	}
	.icon-download{
		top: 60px;
		right: 5px;
	}
	.formBooknow, {
		width: 100%;
	}
	.bookNowForm {
		width: calc(100% - 20px);
		border-radius: 0;
	}
	.divbt{
		width: calc(100% - 20px);
		margin: 20px 5px;
	}
	.chooseData{
		width: 100%;
		top: 0px;
		left: 0px;
	}
	.calendar{
		width: calc(100% - 40px);
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid LightGray;
	}

}

@media only screen and (min-width: 640px) {
	#inbox{
		width: calc(50% - 40px);
	}	
	.package-cover{
		width: 100%;
	}
	.exhibit .description{
		width: calc(100% - 30px);
	}
	#contactInfo{
		width: calc(50% - 30px);
		margin: 10px 0 0 10px;
	}
}
@media only screen and (max-width: 1000px) {	
	.hideOnMobile{
		display: none;
	}
	.split-half{
		width: 100%;
	}
	.top-content{
		margin-top: 50px;
	}
	#notice{
		top: 30px;
		left: 50%;
		transform: translate(-50%, 0);
	}	
	#mainHeader{
		height: 50px;
	}
	#hamburger{
		display: block;
	}	
	#language-option{
		right: 50px;
	}
	#siteLogo{
		width: 156px;
		height: 32px;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#mainNav{
		width: 300px;
		display: none;
		/*float: right;*/
		height: auto;
		top: 40px;
		right: 0px;
	}	
	#main-ul{	
		display: block;
		width:  calc(300px - 20px);
		height: auto;
		float: right;
		position: relative;
		padding: 10px 0 20px 10px;
		background: hsl(0 0% 0% / 0.4) !important;
		backdrop-filter: blur(0.5rem);
		-webkit-backdrop-filter: blur(0.5rem);
		border-radius: 5px 0 0 5px;
	}
	.hli, .dropdown{
		width:  calc(100% - 20px);
		height: auto;
		float: left;
		position: relative;
		margin: 5px 0 0 5px;	
	}
	.hli div{
		padding: 10px 10px;	
		background: White;	
		border-radius: 5px;
	}
	.hli:hover div{
		background-color: #CCB17C !important;
	}
	.dropdown ul{
		width: calc(100% - 30px);
		display: block;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 0 15px;
		padding: 0;
		background: none;
		z-index: 12;
	}	
	.dropdown li div{
		border-radius: 5px;
	}
	.dropdown div i{
		display: none;
	}
	.book-bt{
		width: 120px;
		position: relative;
		top: 0;
	}
	.about-cover{
		margin-bottom: 0;
	}
	.aboutText{
		margin-top: 20px;
	}
	.chat{
	width: 50px;
	height: 50px;
	}	
	.albumArticle{
	width: calc((100% / 2) - 80px);
	margin: 10px 40px 10px 40px;
	}
}
@media only screen and (min-width: 1000px) {
	.hideOnDesktop{
		display: none;
	}
	
	#mainNav{
		display: block !important;
	}
	
	#albumContainer{
		width: 100%;
	}

	#inbox{
		width: calc(50% - 40px);
	}
	#contactInfo{
		width: calc(50% - 50px);
		margin: 10px 0 0 20px;
	}		
	#other{
		width: calc(20% - 30px);
		margin: 10px 0 0 10px;
	}
	.package-cover{
		width: 50%;
	}
	 .exhibit .description{
		width: calc(50% - 30px);
	 }
		.albumArticle{
	width: calc((100% /3) - 80px);
	margin: 10px 40px 10px 40px;
	}	
}
@media only screen and (min-width: 1360px) {
	#albumContainer{
		width: calc(100% - 2px);
		margin-left: 1px;
	}
	.hli, .dropdown{
		width: 180px;
	}
	.logo-li{
	l	width:  380px;
	}
}
@media only screen and (max-width: 1440px) {	
	#categoryList{
		justify-content: left;
	}
	#categoryList article{
		min-width: 260px;
	}
	#packages{
		justify-content: left;
	}
	.package{
		min-width: 260px;
	}
}