* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Helvetica';
} 

/* 
strong {
	font-family: 'Helvetica Bold';
}
 */

/*
 * INDEX
 */
#aojiru-main {
	width: 100%;
	background-image: url('images/aojiru-bg-new-rev.png');
	background-repeat: no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
	background-position: center;
	min-height: 964px;
	color: #FFF;	
}

#aojiru-main p {
	font-size: 21px;
}

#products-main p.title,
#aojiru-green p.title, 
#aojiru-main p.title {
	font-size: 46px;
}

/*************************/
div#social-icons {
	float: right;
	margin-top: 20px; /******* | added here| ********/
}

div#social-icons ul {
	list-style: none;
}

div#social-icons ul li {
	float: left;
	margin: 0 10px;
}

div#social-icons ul li:first-child {
	margin-left: 0;
}

div#social-icons ul li:last-child {
	margin-right: 0;
}

/*************************/

#web-nav {
	border-bottom: solid 2px #FFF;
	margin-top: 10px;
	padding-bottom: 25px;
}

#web-logo {
	float: left;
}

#web-links {
	float: right;
	font-family: 'Helvetica';
}

#web-links ul {
	list-style: none;
}

#web-links ul li {
	float: left;
	margin-left: 45px;
	margin-top: 15px;
}

#web-links ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#web-links ul li a:hover,
#web-links ul li a.active {
	border-bottom: solid 1px #FFF;
	padding-bottom: 5px;
}

#aojiru-kanji {
	margin: 35px auto 0;
	text-align: center;
	width: 45%;
}
#aojiru-kanji img {
	max-width: 369px;
	width: 100%;
}

#health-brand {
	position: absolute;
	top: 540px;
	right: 80px; 
}

#health-brand img {
	width: 100%;
	max-width: 320px;
}





#aojiru-green {
	width: 100%;
	background-image: url('images/green-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
	background-position: center;
	min-height: 900px;
	color: #FFF;
}

#aojiru-green p {
	font-size: 24px;
}

#aojiru-green .img-fluid {
	max-width: 707px;
	width: 100%;
}




#essential-sect .img-fluid {
	width: 100%;
}

#essential-sect a img.img-fluid {
	width: 100%;
	max-width: 240px;
}

#essential-sect div#slideshow {
	width: 100%;
	max-height: 905px;
	position: relative;
}

#essential-sect div#slideshow div.slides {
	background-attachment: cover;
	background-repeat: no-repeat;
	max-height: 905px;
}

#essential-sect div#slideshow div.slides div#slide1 {
	max-height: 905px;
	text-align: center;
	/* background-image: url('images/slide-1-bg-repeat.jpg'); */
}

#essential-sect div#slideshow div.slides div#slide1 div#top {
	background-image: url('images/slide-1-bg-top.png');
	background-position: left;
	background-repeat: repeat-x;
	height: 300px;
}

#essential-sect div#slideshow div.slides div#slide1 div#repeater {
	padding: 0 20px;
}

#essential-sect div#slideshow div.slides div#slide1 div.slide1-wrap {
	max-width: 729px;
	text-align: center;
	margin: 0 auto;
}

#essential-sect div#slideshow div.slides div#slide1 div#bottom {
	background-image: url('images/slide-1-bg-bottom.png');
	background-position: left;
	background-repeat: repeat-x;
	height: 300px;
}

#essential-sect div#slideshow div.slides p {
	color: #696e75;
}

#essential-sect div#slideshow div.slides img {
	margin: 0 auto;
}

#essential-sect div#slideshow div.slides div#slide2 {
	background-image: url('images/slide-2-bg.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	max-height: 905px;
	background-size: cover;
}

#essential-sect div#slideshow div.slides div#slide2 div.wrapper {
	background-image: url('images/aojiru-in-glass.png');
	background-position: right;
	background-repeat: no-repeat;
	height: 905px;
}

#essential-sect div#slideshow div.slides div#slide2 div.slide2-wrap {
	max-width: 592px;
	padding: 300px 20px 0 20px;
	text-align: center;
}

#essential-sect div#slideshow div.slides div#slide3 {
	background-image: url('images/slide-3-bg.jpg');
	background-position: center;
	background-repeat: repeat-x;
	background-color: #ffffff;
	max-height: 905px;
	background-size: cover;
}

#essential-sect div#slideshow div.slides div#slide3 div.wrap {
	background-image: url('images/heartpose-right.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 905px;
	width: 100%;
}

#essential-sect div#slideshow div.slides div#slide3 div.slide3-wrap {
	float: right;
	padding: 300px 20px 0 20px;
	max-width: 817px;
	text-align: center;
}

#essential-sect div#slideshow div.slides div#slide3 div.slide3-wrap p {
	color: #ffffff;
}

#essential-sect div#slideshow div.slides div#slide4 {
	background-image: url('images/slide-4-bg.jpg');
	background-position: center;
	background-repeat: repeat-x;
	background-color: #ffffff;
	max-height: 905px;
	background-size: cover;
}

#essential-sect div#slideshow div.slides div#slide4 div.wrap {
	height: 905px;
	width: 100%;
}

#essential-sect div#slideshow div.slides div#slide4 div.slide4-wrap {
	float: left;
	padding: 300px 20px 0 20px;
	max-width: 817px;
	text-align: center;
}

#essential-sect div#slideshow div.slides div#slide4 div.slide4-wrap p {
	color: #fff;
}

#essential-sect div#slideshow button.slick-arrow {
    position: absolute;
    z-index: 999;
    background: transparent;
    border: none;
	top: 85%;
}

#essential-sect div#slideshow button.slick-prev {
	left: 30%;
}

#essential-sect div#slideshow button.slick-next {
	right: 30%;
}




#benefits-sect {
	background: #ebebeb;
	padding: 10% 0;
	text-align: center;
}

#benefits-sect p.title {
	color: #2e612e;
	font-family: 'Helvetica';
	font-size: 46px;
}

#benefits-sect p strong {
	color: #2e612e;
	font-weight: bold;
	font-family: 'Helvetica';
}

#benefits-sect p {
	font-size: 21px;
	color: #696e75;
}

#benefits-sect div.benefits {
	flex: 50%;
	padding-right: 80px;
	text-align: left;
	margin-top: 20px;
	min-width: 300px;
	color: #696e75;
}

#benefits-sect div.benefits p.title {
	color: #2e612e;
	font-family: 'Helvetica';
	font-size: 22px;
	text-align: left;
}

#benefits-sect div.benefits ul{
	list-style: disc;
	margin-left: 20px;
}

#benefits-sect div.benefits ul li {
	color: #696e75;
	margin-bottom: 10px;
	padding-left: 10px;
}

#vidFrame{
	width: 100%;
	height: 80%;
	max-width: 890px;
	max-height: 675px;
	max-width: 890px;
	min-height: 440px;
}




#healthy {
	width: 100%;
	background-image: url('images/vegies-bg-rev.png');
/* 	background-attachment: fixed; */
	background-size: cover;
	background-position: center;
	padding: 5% 0;
	text-align: center;
}

#healthy p.title {
	font-size: 46px;
	color: #2e612e;
	font-weight: bold;
}

#healthy p strong {
	color: #fc0018;
}

#healthy .img-fluid{
	max-width: 1969px;
	width: 100%;
	margin-top: 70px;
}

#healthy a img {
	width: 100%;
	max-width: 240px;
}




/*
 * OUR PRODUCTS
 */
#products-main {
	width: 100%;
	background-image: url('images/hero-products-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 964px;
	color: #FFF;	
}

#products-main p.title {
	font-weight: bold;
}

#products-main div.product-details {
	max-width: 600px;
	margin-top: 140px;
}

#products-main img#made-in-japan {
	width: 100%;
	max-width: 280px;
}

#products-main div.products-image {
	position: absolute;
	top: 180px;
	left: 45%;
	flex: 50%;
}

#products-main div.products-image img {
	max-width: 872px;
	width: 100%;
}


#products-aojiru-jelly {
	width: 100%;
	background-image: url('images/aojiru-jelly-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	color: #FFF;
	padding-top: 50px;
}

#products-aojiru-jelly #product-image-holder {
	flex: 50%;
	max-width: 1107px;
	position: relative;
	height: 100vh;
}

#products-aojiru-jelly #aj-plate {
	position: absolute;
	bottom: 0;
	left: 0;

}

#products-aojiru-jelly #aj-plate img {
	max-width: 1107px;
	width: 100%;
}

#products-aojiru-jelly #products-aojiru-jelly-description {
	float: right;
	max-width: 520px;
	margin-top: 70px;
	color: #6f7072;
	line-height: 22px;
	flex: 50%;
	padding-bottom: 50px;
} 

#products-aojiru-jelly #products-aojiru-jelly-description p.title{
	font-size: 62px;
	color: #4d7641;
	line-height: 72px;
}

#products-aojiru-jelly #products-aojiru-jelly-description p.title strong {
	color: #385a2f;
}

#products-aojiru-jelly #products-aojiru-jelly-description p.price {
	font-size: 22px;
}

#intake-aojiru-jelly {
	background: #f8f8f8;
}

#intake-aojiru-jelly #intake-aj-product-holder {
	width: 60%;
}

#intake-aojiru-jelly #intake-aj-product-holder img {
	width: 100%;
	max-width: 761px;
}

#intake-aojiru-jelly #intake-aj-product-description {
	width: 40%;
	text-align: center;
	padding-top: 80px;
}

#intake-aojiru-jelly #intake-aj-product-description p {
	color: #0f693a;
	font-size: 28px;
}

#intake-aojiru-jelly #intake-aj-product-description p.smaller {
	color: #757575;
	font-size: 18px;
}

#intake-aojiru-jelly #intake-aj-product-description #logo2 {
	width: 100%;
	max-width: 604px;
}

#intake-aojiru-jelly #intake-aj-product-description #sachet {
	width: 100%;
	max-width: 623px;
}

#lifestyle-aojiru-jelly {
	width: 100%;
	background-image: url('images/aojiru-prevents-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	color: #33673e;
	padding-top: 50px;
}

#lifestyle-aojiru-jelly p.title {
	font-size: 62px;
}

#lifestyle-aojiru-jelly p.sub-title {
	font-size: 38px;
}

#lifestyle-aojiru-jelly #lifestyle-aj-product-description {
	width: 50%;
}

#lifestyle-aojiru-jelly #lifestyle-aj-product-holder {
	width: 50%;
}

#lifestyle-aojiru-jelly #lifestyle-aj-product-holder img {
	width: 100%;
	max-width: 612px;
}




/* 
 * FOOTER 
 */
footer{
	padding: 50px 0;
	background: #f1f1f1;
	width: 100%;
}

footer p {
	color: #414042;
}

footer a {
	text-decoration: none;
}

footer div#footer-logo, 
footer div#quick-links, 
footer div#follow-us, 
footer div#newsletter, 
footer div#downloadapp {
	flex: 20%;
	padding: 0 25px;
	
}

footer div#footer-logo img{
	width: 100%;
	max-width: 402px;
}

footer div#follow-us table tr td.top{
	vertical-align: top;
}

footer div#follow-us p {
	margin-top: 8px;
}

footer div#follow-us table tr td{
	vertical-align: text-bottom;
}

footer div#newsletter table{
	border-collapse: collapse;
}

footer div#newsletter table tr td{
	vertical-align: top;
}

footer p.title{
	font-family: 'Helvetica';
	font-size: 20px;
	font-weight: bold;
}

footer p{
	font-family: 'Helvetica';
	font-size: 16px;
}

footer a{
	color: #414042;
}

footer a:hover{
	text-decoration: none;
	color: #414042;
}

footer #quick-links p {
	margin-bottom: 15px;
}

footer div#quick-links a:hover{
	padding-bottom: 5px;
	border-bottom: solid 1px #414042;
}

footer #copyright{
	font-size: 12px; 
	text-align: center;
	border-top: solid 1px #939598;
	padding: 20px;
	color: #414042;
	margin-top: 20px;
}

footer .row{
	flex-wrap: wrap;
	display: flex;
}

footer #downloadapp img {
	width: 100%;
	max-width: 152px;
}






.w1442 {
	max-width: 1442px;
	margin: 0 auto;
}

.wrapper{
	max-width: 1442px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	font-family: 'Helvetica';
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.hamburger-icon {
	font-size:30px;
	cursor:pointer;
	color:#FFF;
	display: none;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row > div {
	width: 50%;
}

.product-description {
	max-width: 520px;
	margin-top: 50px;
}

.product-image {
	min-width: 700px;
}

.product-image img {
	max-width: 897px;
	width: 100%; 
	position: absolute; 
	left: 44%;
/* 	top: 450px; */
}

.aojiru-info {
	padding-top: 15%;
	padding-left: 55%;
	width: 45%;
}

.sugar {
	font-weight: bold;
	color: #efe811;
}

.japan {
	font-family: 'Optima';
	font-weight: bold;
}

.red {
	color: #ff0000;
	font-size:28px;
}

.white {
	font-size: 32px;
	color: #FFFFFF;
}

.center {
	text-align: center;
}

@media only screen and (max-width: 2145px) {	
	
	#products-main {
		background-position: bottom right;
	}
	
	#health-brand {
		position: absolute;
		top: 405px;
		right: 34%; 
	}
	
	#health-brand img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 1660px) {
	#web-links ul li{
		margin-left: 14px;
	}

	.w1442{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.product-image {
		background-image: url('images/aojiru-collagen-jelly.png');
		background-position: -100px;
		height: 578px;
		max-width: 700px;
		margin-top: 10px;
		margin-left: 15%;
		background-repeat: no-repeat;
	}
	.product-image img {
		display: none;
	}
	
	
	#health-brand {
		position: absolute;
		top: 435px;
		right: 30%; 
	}
	
	#health-brand img {
		max-width: 200px;
	}
	
	
	
	
/* 
	#products-aojiru-jelly #pl {
		display: none;
	}
	
	#products-aojiru-jelly #aj {
		top: 0;
		bottom: auto;
	}
 */
}

@media only screen and (max-width: 1475px) {
	.product-image {
		margin-left: 5%;
	}	
	
	#products-main div.products-image {
		left: 50%;
	}
}

@media only screen and (max-width: 1325px) {
	.product-image {
		margin-left: 0%;
	}	
	
	.aojiru-info {
		padding-left: 45%;
	}
}

@media only screen and (max-width: 1276px) {

	#health-brand {
		position: absolute;
		top: 810px;
		right: auto;
		width: 100%;
		text-align: center;
	}
	
	#health-brand img {
		max-width: 140px;
	}

	.product-description {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		margin: 50px auto 70px;
	}

	.product-image {
		margin: 20px auto 0;
		background-image: none;
		background-position: 0;
		height: auto;
		width: auto !important;
		text-align: center;
		margin-top: 0;
		min-width: auto;
	}
	
	.product-image img {
		position: relative; 
		margin: 80px auto;
		left: 0;
		top: 0;
		display: inline;
		width: 100%;
		max-width: 897px;
	}
		
	#aojiru-green {
		background-position: right;
	}
	
	.aojiru-info {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	
	
	
	#products-main div.product-details {
		max-width: 100%;
		margin-top: 50px;
		text-align: center;
		flex: 100%;
	}
	
	#products-main div.products-image {
		position: relative;
		top: 0;
		text-align: center;
		left: 0;
		margin-top: 50px;
	}
	
	
	#products-aojiru-jelly .flex-row {
		flex-direction: column-reverse;
	}
	
	#products-aojiru-jelly #product-image-holder {
		flex: none;
		width: 100%;
		height: auto;
	}
	
	#products-aojiru-jelly #aj-plate {
		position: relative;
		bottom: 0;
		left: 0;
	
	}
	
	#products-aojiru-jelly #products-aojiru-jelly-description {
		flex: none;
		width: 90%;
		padding-bottom: 50px;
		text-align: center;
		max-width: 720px;
		margin: 0 auto;
	}
	
	#intake-aojiru-jelly .flex-row {
		flex-direction: column-reverse;
	}
	
	#intake-aojiru-jelly #intake-aj-product-holder {
		width: 100%;
	}
	
	#intake-aojiru-jelly #intake-aj-product-description {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 50px;
	}
	
	#lifestyle-aojiru-jelly #lifestyle-aj-product-description {
		width: 100%;
		text-align: center;
	}
	
	#lifestyle-aojiru-jelly #lifestyle-aj-product-holder {
		width: 100%;
		text-align: center;
	}



	
	footer div#quick-links, 
	footer div#follow-us, 
	footer div#newsletter, 
	footer div#downloadapp {
		display: none;
	}
	
	footer div#footer-logo {
		flex: none;
		margin: 0 auto;
		width: 20%;
	}

}

@media only screen and (max-width: 1020px) {
	#web-logo{
		width: 92%;
		text-align: center;
	}
	#web-links{
		display: none;
	}
	
	.sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    
    .hamburger-icon {
    	display: inline;
    	float: left;
    	margin-top: 10px;
    }
    
    .product-image,
	.product-description {
		width: 100% !important;
	}
}