@import url('https://fonts.googleapis.com/css?family=Quicksand');
			 
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-shadow: 0;
	box-sizing: border-box;
}

html, body{
	width: 100%;
	float: left;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	background: #000;
	font-weight: 400;
}
body:before{
	content: '';
	background: url(../images/background.png) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1200px;
	z-index: 1;
}
body.home-page:before{
	top: 80px;
}

a{
	color: #00a561;
	text-decoration: none;
}

.fleft{float: left}
.fright{float: right}
.center-text{text-align: center;}

.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt120{
	margin-top: 120px !important;
}

.mb20{
	margin-bottom: 20px;
}

.max-imw img{
	max-width: 100%;
	height: auto;
}

.li-inside{
	list-style-position: inside;
}

.full-width{
	width: 100%;
	float: left;
	position: relative;
	z-index: 3;
}
.full-width.bigit{
	z-index: 30;
}

.wrapper{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.learn-more-butt{
	display: block;
    width: 140px;
    color: #fff;
    text-align: center;
    background: #00a561;
    font-size: 15px;
    line-height: 36px;
    margin-top: -10px;
    margin-bottom: 15px;
    clear: both;
}

#header{
	border-bottom: 5px solid #00a561;
	padding-bottom: 20px;
	background: #000;
}
body.home-page #header{
	border-bottom-color: rgba(0, 165, 97, 0.9);
    background: rgba(0, 0, 0, 0.4);
}
	.logo{
		float: left;
		color: #fff;
		display: block;
		margin-top: 20px;
	}
		.logo > strong{
			font-size: 34px;
			display: block;
		}
			.logo > strong > span{
				font-size: 42px;
			}
		.logo > img{
			width: auto;
			height: auto;
			max-width: 100%;
		}
	#header-right{
		float: right;
		margin-top: 28px;
	}
		#buy-tea-plants{
			padding: 0 24px;
		    color: #fff;
		    background: #00a561;
		    font-size: 17px;
		    line-height: 36px;
		    position: absolute;
		    bottom: -3px;
		    right: 0;
		}
		#header-right > div{
			float: right;
			margin-left: 50px;
			margin-top: 4px;
		}
			#header-right > div > a{
				width: 24px;
				height: 24px;
				display: block;
				margin-left: 22px;
				background: center center no-repeat transparent;
				float: left;
			}
			#header-right > div > a.fb{
				background-image: url(../images/fb.png);
			}
			#header-right > div > a.tw{
				background-image: url(../images/tw.png);
			}
			#header-right > div > a.ig{
				background-image: url(../images/ig.png);
			}
			#header-right > div > a.contact{
				background-image: url(../images/email.png);
			}
			#header-right > div > a:first-child{
				margin-left: 0;
			}

		#header-right > nav{
			float: left;
		}
			#header-right > nav > ul{
				list-style: none;
				display: block;
			}
				#header-right > nav > ul li{
					display: block;
					float: left;
				}
				#header-right > nav > ul > li.drop-down-h{
					position: relative;
				}
				#header-right > nav > ul > li.drop-down-h > ul{
					width: 200px;
					position: absolute;
					top: 100%;
					left: 0;
					border: 2px solid #fff;
					background: #000;
					z-index: 20;
					display: none;
				}
				#header-right > nav > ul > li.drop-down-h:hover > ul{
					display: block;
				}
					#header-right > nav > ul > li.drop-down-h > ul > li{
						width: 100%;
					}
					#header-right > nav > ul li a{
						color: #fff;
						letter-spacing: 3px;
						padding: 10px;
						display: block;
					}
					#header-right > nav > ul > li.drop-down-h > ul > li a.sub{
						padding-left: 32px;
						position: relative;
					}
					#header-right > nav > ul > li.drop-down-h > ul > li a.sub:before{
					    content: '';
					    width: 15px;
					    height: 1px;
					    position: absolute;
					    left: 10px;
					    top: 50%;
					    background: #313131;
					}
					#header-right > nav > ul > li > a:last-child{
						margin-left: 20px;
					}
					#header-right > nav > ul li a:hover{
						color: #00a561;
					}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.home-video{
	width: 100%;
	float: left;
	margin-top: -136px;
	position: relative;
    box-shadow: 0 0 25px 2px #000;
    background: #666;
    overflow: hidden;
}
	#home-video{
		width: 100%;
		float: left;
	}
	#home-video-mute, #home-video-play, #turn-lang{
		position: absolute;
		top: 156px;
		width: 60px;
		height: 60px;
		background: center center no-repeat rgba(0, 0, 0, 0.4);
		cursor: pointer;
		z-index: 200;
	}

	#to-listen-story{
		right: 20px;
		line-height: 24px;
		font-size: 16px;
		color: #fff;
		padding: 20px;
		position: absolute;
		top: 236px;
		right: 20px;
		background: rgba(0, 0, 0, 0.4);
		z-index: 200;
		cursor: pointer;
	}
		#to-listen-story .mobile{
			display: none;
		}

	#home-video-mute{
		right: 20px;
		background-image: url('mute.png');
	}
	#home-video-mute.muted{
		background-image: url('unmute.png');
	}

	#home-video-play{
		right: 100px;
		background-image: url('pause.png');
	}
	#home-video-play.paused{
		background-image: url('play.png');
	}

	#turn-lang{
		right: 180px;
	}
	#turn-lang.japan{
		background-image: url('japan.png');
	}
	#turn-lang.uk{
		background-image: url('united-kingdom.png');
	}


#home-gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 31px;
    background: #000;
    border-radius: 0  0 6px 6px;
    -webkit-border-radius: 0  0 6px 6px;
}
#home-gallery a {
    display: none;
    width: 100%;
    padding-top: 44.333333333333336%;
    position: relative;
}
#home-gallery a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2
}
#home-gallery a:before {
    content: '';
    background: url('../images/loader.gif') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 1
}
#home-gallery a.current {
    display: block
}
#home-gallery a.make-absolute {
    position: absolute;
    top: 0
}
#home-gallery .navigation-dots {
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translate(-50%, 0);
    font-size: 0;
    white-space: nowrap;
    display: block
    z-index: 8;
}
#home-gallery .navigation-dots span {
    width: 13px;
    height: 13px;
    background-color: #646462;
    display: inline-block;
    border-radius: 50%;
    transition: background-color .2s;
    margin: 3px 4px;
    cursor: pointer
}
#home-gallery .navigation-dots span.current {
    background-color: #00a561
}

.top-tgs{

}
	.top-tgs a{
		display: block;
		width: calc(50% - 15px);
		float: left;
		position: relative;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		overflow: hidden;
		margin-top: 30px;
	}
	.top-tgs a:last-child{
		float: right;
	}
		.top-tgs img{
			width: 100%;
			height: auto;
			display: block;
			float: left;
		}
		.top-tgs p{
			width: 100%;
			top: 50%;
			left: 0;
			position: absolute;
			font-size: 26px;
			text-align: center;
			letter-spacing: 5px;
			color: #fff;
			text-shadow: 0 1px 3px #000;
			font-weight: 600;
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			-o-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}

.top-tgs.rd3{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.top-tgs.rd3 a{
	display: block;
	width: auto;
	float: none;
	margin-top: 0;
	flex: 0 0 calc(33.3% - 20px);
}

.top-quote{
	font-size: 33px;
	line-height: 32px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
	padding: 50px 12%;
	box-sizing: border-box;
	font-weight: 400;
}
	.top-quote:before, .top-quote:after{
		content: ;
		font-size: 55px;
		position: absolute;
		top: 64px;
	}
	.top-quote:before{
		left: calc(12% - 30px);
	}
	.top-quote:after{
		right: calc(12% - 30px);
	}

.home-article{

}
	.home-article > figure{
		display: block;
		float: left;
		width: calc(40% - 19px);
		border-radius: 6px;
		overflow: hidden;
	}
		.home-article > figure > img{
			width: 100%;
			float: left;
			display: block;
			height: auto;
		}
	.home-article > div{
		width: calc(60% - 19px);
		float: right;
	}
	.home-article > div img{
		max-width: 100%;
		height: auto;
	}
	.home-article > div.full-width{
		width: 100%;
	}
	.home-article > div.full-width p a,
	.home-article > div.full-width h2{
		text-shadow: 0 0 1px #000;
	}
	.home-article > div.full-width p a{
		font-size: 16px !important;
	}
	.home-article > div.full-width img.full{
		width: 100%;
		float: left;
		margin-top: 10px;
		height: auto;
	}
	.home-article > div.full-width img.half{
		width: calc(50% - 5px);
		float: left;
		margin-top: 10px;
		height: auto;
	}
	.home-article > div.full-width img.half:nth-child(odd){
		clear: left;
	}
	.home-article > div.full-width img.half:nth-child(even){
		float: right;
	}
		.home-article > div > h1{
			width: 100%;
			text-align: center;
			font-size: 34px;
			line-height: 35px;
			font-weight: 600;
			color: #00a561;
			text-transform: uppercase;
			margin-top: -5px;
	}
		.home-article > div > h2{
			width: 100%;
			float: left;
			font-size: 30px;
			line-height: 35px;
			font-weight: 600;
			color: #00a561;
			text-transform: uppercase;
			margin-top: -5px;
		}
		.home-article > div > p{
			width: 100%;
			float: left;
			margin-top: 22px;
			font-size: 16px;
			line-height: 22px;
		}

.instagram-circles{
	margin-top: 40px;
    margin-bottom: 10px;
}
.instagram-circles.fixed-circles{
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}
.instagram-circles > p{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #00a561;
    font-weight: bold;
    letter-spacing: 2px;
}
.instagram-circles > div{
	width: 100%;
	float: left;
}
.instagram-circles.fixed-circles > div{
	float: none;
}
.instagram-circles > div > .wrp{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	text-align: center;
}
.instagram-circles > div > a,
.instagram-circles > div > .wrp > a{
	width: 13%;
    padding-top: 13%;
    margin-right: 4.15%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	margin-top: 20px;
}
.instagram-circles > div > .wrp > a{
	width: 150px;
	height: 150px;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	float: none;
}
.instagram-circles > div > a:last-child{
	margin-right: 0;
}
.instagram-circles > div > .wrp > p{
	display: block;
	margin-top: 2px;
	color: #00a561;
	font-size: 17px;
	word-wrap: break-word;
}
.instagram-circles > div > a > img{
	position: absolute;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** contact form start **/
#contact-form{
	margin-top: 12px;
}
#contact-form #success-message, #contact-form #cantsend-message{
	font-size: 22px;
	color: #509433;
	line-height: 26px;
	padding-bottom: 12px;
	font-family: 'Overlock SC';
	display: none;
}
#contact-form #cantsend-message{
	color: #cc0000;
}
#contact-form #success-message.show, #contact-form #cantsend-message.show{
	display: block;
}
#contact-form input[type="text"], #contact-form textarea{
	width: 400px;
	line-height: 36px;
	border: 1px solid #615033;
	color: #615033;
	background: #fff;
	font-family: Arial;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#contact-form textarea{
	height: 120px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 500px;
}
#contact-form input[type="text"].error, #contact-form textarea.error{
	border-color: #cc0000;
	box-shadow: 0 0 4px 0px #cc0000;
}
#contact-form #recaptcha-place{
	margin-top: 5px;
}
#contact-form #captcha-error{
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	font-size: 17px;
	color: #cc0000;
	line-height: 20px;
	margin-top: -10px;
	font-family: 'Overlock SC';
	display: none;
	white-space: nowrap;
}
#contact-form #captcha-error.error{
	display: block;
}
#contact-form input[type="submit"]{
	display: block;
	float: left;
	padding: 10px 40px;
	font-size: 23px;
	color: #fff;
	background-color: #615033;
	font-family: 'Overlock SC';
	cursor: pointer;
	margin-top: 10px;
}
/** contact form end **/

.testimonials{
	padding-top: 90px;
}
	.testimonials h2{
		width: 100%;
		float: left;
		height: 1px;
		background: #00a561;
		text-align: center;
	}
		.testimonials h2 > span{
			padding: 0 20px;
			background: #000;
			color: #00a561;
			font-size: 28px;
			text-transform: uppercase;
			display: inline-block;
			margin-top: -21px;
			line-height: 34px;
			letter-spacing: 3px;
			font-weight: 700;
		}
			.testimonials h2 > span > span{
				font-size: 38px;
			}
	.social-media-embeds{
		margin-top: 34px;
	}
		.social-media-embeds > div{
			display: inline-block;
			margin-top: 30px;
			height: 400px;
		}
			.social-media-embeds > div > iframe{
				width: 100% !important;
				max-width: 100% !important;
			}
		.social-media-embeds > div.fb-posts{
			width:300px;
			float: right;
		}
		.social-media-embeds > div.reviews-place{
			width: calc(100% - 760px);
			margin-left: 30px;
			position: relative;
		}
			.social-media-embeds > div.reviews-place > div{
				width: 100%;
				position: absolute;
				top: 0px;
				bottom: 0;
				left: 0;
				overflow: auto;
			}
				.social-media-embeds > div.reviews-place > div > div{
					margin-top: 10px;
					padding-bottom: 10px;
					border-bottom: 1px solid #00a561;
					width: calc(100% - 4px);
					float: left;
				}
					.social-media-embeds > div.reviews-place > div > div > h3{
						margin-bottom: 5px;
						color: #00a561;
						font-size: 20px;
						text-transform: uppercase;
					}
						.social-media-embeds > div.reviews-place > div > div > h3 > a{
							color: inherit;
							font-size: inherit;
							font-family: inherit;
						}
		.social-media-embeds > div.ig-posts{
			overflow-x: hidden;
			overflow-y: scroll;
			width: 400px;
			float: left;
		}
			.social-media-embeds > div.ig-posts > .ig-post{
				width: 100%;
				float: left;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			.social-media-embeds > div.ig-posts > .ig-post:first-child{
				margin-top: 0;
			}
			.social-media-embeds > div.ig-posts > .ig-post:last-child, .social-media-embeds > div.ig-posts > .ig-post:last-child iframe{
				margin-bottom: 0;
			}

.last-section{
	margin-top: 70px;
}
	.last-section > div{
		width: 100%;
		float: left;
		font-size: 0;
		border-radius: 6px;
		overflow: hidden;
	}
		.last-section > div > img{
			display: inline-block;
			width: 20%;
			height: auto;
		}
	.last-section > h2{
		width: 100%;
		float: left;
		margin-top: 23px;
		color: #00a561;
		text-align: center;
		font-size: 30px;
	}
	.last-section > p{
		width: 100%;
		float: left;
		margin-top: 22px;
		font-size: 16px;
		line-height: 22px;
	}

#footer{
	background: #4f4f4f;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 16px;
	padding-top: 12px;
}
	#footer:before{
		content: '';
		width: 100px;
		height: 75px;
		background: ;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		top: -38px;
	}
	#footer .logo{
		display: inline-block;
		color: #000;
		float: none;
	}
	#footer ul{
		width: 100%;
		float: left;
		list-style: none;
		margin-top: 8px;
	}
		#footer ul li{
			display: inline-block;
		}
		#footer ul li:last-child{
			margin-left: 10px;
			position: relative;
		}
			#footer ul li:last-child:before{
				content: '';
				width: 8px;
				height: 8px;
				background: #00a561;
				position: absolute;
				top: 15px;
				left: -11px;
				border-radius: 50%;
			}
			#footer ul li a{
				display: block;
				padding: 6px 10px;
				font-size: 16px;
				letter-spacing: 3px;
				font-weight: 600;
			}

.email-subscription{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #333;
	z-index: 10;
}
.email-subscription .wrapper .full-width{
	position: relative;
}
.email-subscription .headline{
	display: block;
    float: left;
    font-size: 18px;
    line-height: 26px;
    margin-right: 110px;
}
.email-subscription .subsc-form{
	display: block;
    float: left;
}
.email-subscription .subsc-form input{
	line-height: 42px;
    border: 2px solid #00a561;
    width: 360px;
    display: block;
    float: left;
    padding: 0 18px;
    font-size: 18px;
    color: #222;
    background: #f9f9f9;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}
.email-subscription .subsc-form.error input{
	background: #E57373;
	border-color: #E57373;
	color: #fff;
}
.email-subscription .subsc-form.error input::-webkit-input-placeholder {
  color: #fff;
}
.email-subscription .subsc-form.error input:-ms-input-placeholder {
  color: #fff;
}
.email-subscription .subsc-form.error input::placeholder {
  color: #fff;
}
.email-subscription .subsc-form.success:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #4CAF50;
}
.email-subscription .subsc-form.success:after{
	content: 'Thank you!';
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.email-subscription .subsc-form button{
	display: block;
    float: left;
    line-height: 42px;
    border: 2px solid #00a561;
    color: #fff;
    background: #00a561;
    width: 150px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.email-subscription .close{
	position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.email-subscription .close:before,
.email-subscription .close:after{
	content: '';
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.email-subscription .close:before{
	width: 2px;
	height: 80%;
	top: 10%;
	left: 50%;
	margin-left: -1px;
}
.email-subscription .close:after{
	width: 80%;
	height: 2px;
	top: 50%;
	left: 10%;
	margin-top: -1px;
}



#hamburger{
	display: none;
}
@media only screen and (max-width: 1240px){
	.wrapper{
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1200px){
	#header .logo{
		width: 400px;
	}
	.home-video{
		margin-top: -116px;
	}
	#header-right > div{
		margin-left: 190px;
	}
	#buy-tea-plants{
		bottom: 28px;
    	right: 42px;
	}
	#header-right > div > a:not(:first-child){
		display: none;
	}
}
@media only screen and (max-width: 1090px){
	#header-right > div, #header-right > nav{
		clear: both;
		margin-left: 0;
		margin-top: 10px;
	}
	#header-right > div{
		margin-top: 0;
	}
	#buy-tea-plants{
		bottom: 44px;
		right: 50px;
	}
	.home-video{
		margin-top: -126px;
	}
}
@media only screen and (max-width: 1100px){
	.instagram-circles > div > a{
		width: 15%;
	    padding-top: 15%;
	    margin-right: 2%;
    }
	.learn-more-butt{
		display: inline-block;
	}
	.social-media-embeds > div.reviews-place{
		width: 100%;
		margin-left: 0;
		height: 300px;
	}
	.social-media-embeds > div.ig-posts{
		width: calc(100% - 350px);
	}
	.home-article > figure{
		width: 320px;
		float: left;
		margin-right: 24px;
		margin-bottom: 10px;
	}
	.home-article > div, .home-article > div > h2, .home-article > div > p{
		width: auto;
		float: none;
	}
	#contact-form{
		width: calc(100% - 344px);
	}
	#contact-form input[type="text"], #contact-form textarea{
		max-width: 100%;
	}

	.email-subscription .headline{
		width: calc(50% - 60px);
		margin-right: 40px;
	}
	.email-subscription .headline br{
		display: none;
	}
	.email-subscription .subsc-form{
		width: calc(50% - 60px);
	}
	.email-subscription .subsc-form input{
		width: calc(100% - 150px);
	}
}
@media only screen and (max-width: 1025px){
	.top-quote{
		padding: 16px;
		font-size: 27px;
	}
	.home-article > div > h2{
		font-size: 27px;
		line-height: 31px;
	}
	.home-article > div > p, .last-section > p{
		font-size: 14px;
		line-height: 21px;
	}
	.logo > strong{
		font-size: 29px;
	}
	#to-listen-story .desktop{display: none;}
	#to-listen-story .mobile{display: inline;}
}
@media only screen and (min-width: 901px){
	#header-right > nav{
		display: block !important;
	}
}
@media only screen and (max-width: 950px){
	.email-subscription .headline{
		width: calc(50% - 40px);
		margin-right: 30px;
		font-size: 16px;
	}
	.email-subscription .subsc-form{
		width: calc(50% - 40px);
	}
	.email-subscription .subsc-form input{
		width: calc(100% - 100px);
		font-size: 16px;
	}
	.email-subscription .subsc-form button{
		font-size: 16px;
		width: 100px;
	}
}
@media only screen and (max-width: 900px){
	#header-right{
		position: relative;
	}
	#buy-tea-plants{
		width: 164px;
    	text-align: center;
    	bottom: 7px;
    	right: 110px;
	}
	#header-right > div{
		clear: none;
		margin-top: 11px;
	}
	#header-right > nav{
		width: 300px;
		float: left;
		position: absolute;
		top: 100%;
		right: 0;
		border: 2px solid #fff;
		background: #000;
		display: none;
	}
		#header-right > nav > ul{
			width: 100%;
			float: left;
		}
			#header-right > nav > ul li{
				width: 100% !important;
				float: left;
			}
				#header-right > nav > ul li > ul{
					position: relative !important;
					top: auto !important;
					left: auto !important;
					width: calc(100% - 16px) !important;
					margin-right: 16px;
					float: left !important;
					display: block !important;
					border: 0 !important;
					background: transparent !important;
					padding-right: 4px;
					box-sizing: border-box;
					border-right: 1px solid #fff !important;
				}
				#header-right > nav > ul li > a{
					margin: 0 !important;
					text-align: right;
				}
				#header-right > nav > ul > li.drop-down-h > ul > li a.sub{
					padding-left: 10px;
					padding-right: 32px;
				}
				#header-right > nav > ul > li.drop-down-h > ul > li a.sub:before{
					left: auto;
					right: 10px;
				}
	#hamburger{
		width: 50px;
		height: 50px;
		background: url(../images/hamburger.png) center center no-repeat;
		float: right;
		cursor: pointer;
		display: block;
		margin-left: 15px;
	}
	.home-video{
		margin-top: -116px;
	}
	#home-video-mute, #home-video-play, #turn-lang{
		top: 135px;
	}
	#to-listen-story{
		top: 212px;
	}
}

@media only screen and (max-width: 830px){
	.email-subscription{
		padding: 11px 0 13px 0;
	}
	.email-subscription .headline{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		padding-right: 50px;
		line-height: 24px;
	}
	.email-subscription .subsc-form{
		width: 400px;
	}
}

@media only screen and (max-width: 770px){
	#contact-form{
		width: 100%;
	}
	.home-article > div.full-width img.half{
		width: 100%;
	}
	body:before{
		opacity: 0.7;
	}
}

@media only screen and (max-width: 770px){
	.last-section{
		margin-top: 30px;
	}
		.last-section > div{
			border-radius: 0;
			text-align: center;
		}
			.last-section > div > img{
				width: calc(33.33% - 10px);
				margin: 5px;
			}

	.testimonials{
		padding-top: 60px;
	}
		.social-media-embeds > div.reviews-place{
			margin-top: 2px;
		}

	.home-article > div > h2, .last-section > h2{
		font-size: 24px;
	}

	#footer{
		margin-top: 60px;
	}

	.top-tgs.rd3 a{
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 720px){
	.social-media-embeds > div.ig-posts, .social-media-embeds > div.fb-posts{
		width: 100%;
	}
	.social-media-embeds > div.fb-posts{
		text-align: center;
	}
		.social-media-embeds > div.fb-posts iframe{
			display: inline-block;
			width: auto !important;
		}
	#footer .logo{
		margin-top: 25px;
	}
	#header .logo{
		width: 80px;
    	overflow: hidden;
    	margin-top: 10px;
	}
	#header .logo > img{
		max-width: 326px;
	}
	#header{
		padding-bottom: 10px;
	}
	#header-right{
		margin-top: 16px;
	}
	.home-video{
		margin-top: -83px;
	}
	#home-video-mute, #home-video-play, #turn-lang{
		top: 93px;
		width: 40px;
		height: 40px;
		background-size: 24px 24px;
	}
	#home-video-mute{
		right: 10px;
	}
	#home-video-play{
		right: 60px;
	}
	#turn-lang{
		right: 110px;
	}
	#to-listen-story{
		top: 142px;
		right: 10px;
		padding: 14px;
	}

	.instagram-circles > div > a{
		width: 25%;
	    padding-top: 25%;
	    margin-right: 12.20%;
	}
	.instagram-circles > div > a:nth-child(3n){
		margin-right: 0;
	}
}

@media only screen and (max-width: 640px){
	.top-quote{
		padding-left: 30px;
		padding-right: 30px;
	}
		.top-quote:before {
		    left: 5px;
		}
		.top-quote:after {
		    right: 5px;
		}

	.top-tgs:not(.rd3) a{
		width: 100%;
	}

	.home-article > figure,
	.home-article > div{
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 600px){
	.home-video{
		margin-top: 0;
	}
	#home-video-mute, #home-video-play, #turn-lang{
		top: 10px;
		width: 40px;
		height: 40px;
		background-size: 24px 24px;
	}
	#to-listen-story{
		top: 60px;
		background: rgba(0, 0, 0, 0.6);
	}
	body.home-page:before{
		top: 0;
	}
}

@media only screen and (max-width: 540px){
	.instagram-circles{
		margin-top: 30px;
	}
	.instagram-circles > div > .wrp{
		margin: 7px;
	}
	.instagram-circles > div > a{
		width: calc(33.33% - 7px);
	    padding-top: calc(33.33% - 7px);
	    margin-right: 10px;
	    margin-top: 10px;
	}
}

@media only screen and (max-width: 520px){
	.email-subscription .subsc-form{
		width: calc(100% - 60px);
	}
}

@media only screen and (max-width: 440px){
	#buy-tea-plants{
		right: 60px;
	}
	#header-right > div{
		display: none;
	}
}
@media only screen and (max-width: 410px){
	#header-right > div > a{
		margin-left: 8px;
	}

	.email-subscription .subsc-form input{
		width: calc(100% - 90px);
		padding: 0 12px;
	}
	.email-subscription .subsc-form button{
		width: 90px;
	}
}
@media only screen and (max-width: 500px){
	.last-section > div > img {
	    width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 380px){
	#buy-tea-plants{
		padding: 0;
	    width: 128px;
	    font-size: 16px;
	}
}