body {
	font-size: 22px;
}
h1 {
	font-family: 'helvetica_neuemedium';
	font-weight: bold;
	color: #cfa245;
	text-transform: uppercase;
	font-size: 48px;
}
p {
	color: #6a6a6a;
}



#navigation {
	max-width: 1627px;
	margin: 0 auto 20px;
	padding-top: 20px;
	color: #cfa245;
}
#mobile-nav {
	background: #cfa245;
	color: #FFF;
}
#omnibus {
	background-image: url('images/top-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	height: 1891px;
	width: 100%;
}
#omnibus-wrap {
	max-width: 1402px;
	margin: 0 auto 0;
	height: 967px;
	position: relative;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
#omnibus-wrap #title-div {
	width: 380px;
	padding-top: 105px;
}
#omnibus-img {
	min-width: 600px;
}


#lovely-day-set {
	width: 100%;
	height: 891px;
	position: relative;
}
#lovely-day-set #set-30 {
	position: absolute;
	top: 0;
	left: 0;
}
#lovely-day-set #set-15 {
	position: absolute;
	bottom: 0;
	right: 0;
}
#lovely-day-set #set-15 .isweb{
	display: block;
}
#lovely-day-set #set-15 .ismobile{
	display: none;
}
#set-info-web {
	text-align: center;
	padding-top: 50px;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
#daily-set-prices {
	max-width: 484px;
	margin: 0 auto;
}


#datenight {
	height: 966px;
	width: 100%;
	background-image: url('images/datenight-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#datenight-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
#datenight-wrap #datenight-text {
	padding-top: 90px;
	padding-left: 20%;
}
#datenight-wrap #datenight-images {
	position: absolute;
	bottom: 0;
	right: 0;
}
#datenight-wrap #datenight-images .isweb {
	display: block;
}
#datenight-wrap #datenight-images .ismobile {
	display: none;
}

#healthy-together {
	height: 1140px;
	width: 100%;
	background-image: url('images/healthy-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#healthy-together #healthy-wrap {
	width: 100%;
	position: relative;
	height: 976px;
}
#healthy-together #healthy-image {
	position: absolute;
	bottom: 0;
	left: 0;
}
#healthy-together #healthy-text {
	text-align: right;
	padding-right: 20%;
	padding-top: 90px;
}

#glow-together {
	/* height: 970px; */
	width: 100%;
	background-image: url('images/glow-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#glow-together #glow-wrap {
	padding-top: 180px;
	text-align: center;
}
#glow-text {
	margin-bottom: 50px;
}



.set-info-mobile {
	display: none;
}
.clear {
	clear: both;
}
.btn-shop {
	cursor: pointer;
	z-index: 9;
	position: relative;
}
.isWeb {
	display: block;
}
.isMobile {
	display: none;
}



@media screen and (max-width: 1457px) {
	body {
		background-image: url('images/mobile-bg.jpg');
		background-repeat: repeat-x;
		background-size: cover;
		background-color: #FEE4E4;
		font-size: 18px;
	}
	
	h1 {
		font-size: 45px;
	}
	
	
	
	#omnibus {
		background-image: none;
		height: auto;
	}
	#omnibus-wrap {
		padding: 10px 0;
		margin-bottom: 100px;
		height: auto;
	} 
	#omnibus-wrap #title-div {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
	}
	#omnibus-wrap #title-div img {
		max-width: 265px;
		width: 100%;
	}
	#omnibus-img {
		position: relative;
		margin-bottom: 50px;
		min-width: 265px;
	}
	#omnibus-img img{	
		margin: 0 auto;
	}
	
	#lovely-day-set {
		padding: 0;
		height: auto;
	}
	#lovely-day-set #set-30 {
		position: relative;
		float: left;
	}
	#lovely-day-set #set-30 img {
		width: 100%;
		max-width: 716px;
	}	
	#lovely-day-set #set-15 {
		position: relative;
		float: right;
	}
	#lovely-day-set #set-15 .isweb{
		display: none;
	}
	#lovely-day-set #set-15 .ismobile{
		width: 100%;
		max-width: 708px;
		display: block;
	}
	#set-info-web {
		display: none;
	}
	
	
	#datenight {
		background: none;
		height: auto;
	}
	#datenight-wrap {
		padding-left: 0;
		padding-right: 0;
		height: auto;
	}
	#datenight-wrap #datenight-text {
		padding-top: 40px;
		padding-left: 60px;
		margin-bottom: 20px;
		text-align: center;
	}
	#datenight-wrap #datenight-images {
		position: relative;
		float: right;
		bottom: 0;
		margin-top: 50px;
	}
	#datenight-wrap #datenight-images .isweb {
		display: none;
	}
	#datenight-wrap #datenight-images .ismobile {
		display: block;
	}
	
	#healthy-together {
		background: none;
		height: auto;
	}
	#healthy-together #healthy-wrap {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		height: auto;
	}
	#healthy-together #healthy-image {
		position: relative;
	}
	#healthy-together #healthy-text {
		text-align: center; 
		padding-right: 0px;
		padding-left: 0px;
 		padding-top: 30px; 
		margin-bottom: 120px;
	}
	
	#glow-together {
		height: auto;
		background: none;
	}
	#glow-together #glow-wrap {
		padding-top: 50px;
	}
	
	
	
/* 
	.set-info-mobile:first-child{
		float: right;
		text-align: center;
		padding-right: 40px;
		padding-left: 0;
	}
 */
	.set-info-mobile{
		display: block;
		float: none;
		text-align: center;
		padding-left: 60px;
		padding-right: 40px;
	}
}




@media screen and (max-width: 600px) {
	#omnibus-wrap {
		padding-top: 60px;
/* 		margin-bottom: 0px;  */
	} 
	#omnibus-wrap #title-div {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 25px;
		padding-top: 0px;
	}
	#omnibus-wrap #title-div img {
		/* max-width: 165px; */
		width: 100%;
	}
	#omnibus-img {
		margin-bottom: 0;
	}
	
	#datenight-wrap #datenight-text {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto 150px; 
	}
	
	#healthy-together #healthy-text {
		text-align: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0;
		margin-bottom: 150px;
	}
	#healthy-together #healthy-image {
		margin: 0 auto;
	}
	
	
	
	.set-info-mobile{
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
		float: none;
	}
	.set-info-mobile:last-child {
		margin-bottom: 120px;
	}
	.isWeb {
		display: none;
	}
	.isMobile {
		display: block;
	}
	
}
