body {
	margin: 0;
	padding: 0;
}
.container {
	box-shadow: 0 0 3px 0 black;
}
/*---------------------------  HOME PAGE  ----------------------------------*/
/* Header & Navigation */
#header {
	background-color: #365F01;
}
#header_row {
	padding-top: 20px;
}
#navigation_row {
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 8px;
}
.index_navi {
	padding-left: 3%;
}
.index_navi h1 {
	font-weight: 100;
	font-size: 47px;
	padding: 0;
	margin: 0;
}
.navigation_ul {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
.navigation_li a {
	text-decoration: none;
	font-size: 15px;
	color: white;
}
.navigation_li a:hover {
	border-bottom: solid 2px white;
}
.navigation_li {
	list-style-type: none;
	display: inline;
	padding-right: 5%;
}
#web_text {
	font-family: 'Open Sans', sans-serif;
	color: #FDFCFC;
	text-transform: uppercase;
	font-size: 0.8em;
	word-wrap: break-word;
	letter-spacing: 1.5px;
	padding-left: 0.5%;
}
#logo2 {
	border-style: solid;
	border-color: white;
	border-width: 2px;
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#triangle-right {
	width: 0;
	height: 0;
	border-top: 140px solid transparent;
	border-left: 175px solid #80B808;
	border-bottom: 190px solid transparent;
	z-index: 100;
	position: absolute;
	top: -70px;
}
.tea_nav {
	text-decoration:none !important;
	font-size: 1em !important;
}
.tea_navigation_list:hover {
	text-decoration:none !important;
}
.dropdown {
	position: relative;
	z-index:2000;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #365F01;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
	display: block;
}
#logo {
	z-index: 9000;
	position: absolute;
	top: 40px;
	left: 9%;
}
 @media only screen and (min-width:0px) and (max-width: 1278px) {
#logo {
display:none
}
}
 @media only screen and (min-width:0px) and (max-width: 1278px) {
#triangle-right {
display:none
}
}
#title_text {
	font-family:"Times New Roman", Times, serif;
	color: white;
	font-size: 2.2em;
	text-shadow: 2px 2px 2px black;
	font-weight:bold;
	letter-spacing: 3px;
}
#slideshow {
	padding: 0;
}
/*Footer (3 Boxes)*/
#footer_boxes {
	background-color: #345D01;
}
.bottom_col {
	background-color: #FFFFFF;
	border-radius: 7px;
	padding: 10px 10px 10px 20px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	z-index: 100;
	border-color: #DBD6D2;
	border-width: 1px;
	border-style: solid;
	margin-top: -145px;
}
#first_box {
	margin-left:4%
}
 @media only screen and (min-width:0px) and (max-width: 760px) {
.bottom_col {
 top:0px;
}
}
 @media only screen and (min-width:0px) and (max-width: 767px) {
#first_box {
margin-left:0% !important
}
 .bottom_col {
margin-top:0px
}
}
#first_box {
	margin-left:4%
}
.box_title {
	font-family: 'Montserrat', sans-serif;
	color: #917518;
	font-size: 1.8em;
	padding-top: 8px;
}
.box_text {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.7;
	padding-top: 10px;
}
#leaf {
	background-image: url(../images/leaf.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position-x: 100%;
	background-position-y: 73px;
}
#watermark_line {
	margin-bottom: 5px;
}
/*---------------------------  ABOUT PAGE  ----------------------------------*/
/*Page Title*/
#page_title {
	font-family: 'Open Sans', sans-serif;
	/* font-size: 2.1em; */
	padding-top: 20px;
	padding-bottom: 20px;
}
#about_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	padding-bottom:180px;
	text-align:justify;
	line-height: 1.8;
}
/*---------------------------  PRODUCTS PAGE  ----------------------------------*/
.products {
	padding-top: 10px;
	width: 90%;
}
.room {
	border:1px solid #C5C5C5;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 4px 4px 5px #C5C5C5;
}
#products_bottom {
	padding-bottom: 70px;
}
.product_description {
	text-align:justify
}
.room_imgs {
	width: 100%;
}
.room_facilities {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-size: 1em;/* line-height: 1.8; */
}
.room li {
	list-style-type: none;
}
.room_facilities img {
	float: left;
	padding-right: 7px;
}
.room:hover {
	background-color: #F6F6F6;
}
.product_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-align:justify;
	line-height: 1.8;
}
#range_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.8;
}
.sub_product_space {
	padding-bottom: 65px;
}
#product_space {
	padding-top: 165px;
}
.product_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.8;
	font-weight: bold;
}
.tea_nav {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	padding-right: 4%;
	padding-top: 10px;
	font-size: 1.1em;
}
.tea_nav_a {
	color: black !important;
	text-decoration:none !important
}
#tea_selection {
	padding-bottom: 40px;
}
.tea_nav_title {
	text-decoration:none !important
}
/*---------------------------  CONTACT PAGE  ----------------------------------*/
.contact_form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.contact_form td:nth-child(1) {
width: 25%;
}
.contact_form td:nth-child(2) {
width: 70%;
}
.contact_form span {
	color: #F00;
}
.contact_form td {
	padding: 0px 0px 10px 0px;
}
.requirement {
	width: 100%;
	height: 160px;
}
.con_address {
	width: 100%;
	margin-top: 15px;
}
.address {
	float: left;
	width: 30%;
}
#address_space {
	padding-top: 30px;
	padding-bottom: 180px;
}
.label_text {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7;
}
.contact_label {
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em
}
#clock {
	width:68%;
	height: 112px;
}
.contact_col {
	padding-top:15px
}
#fb:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
 @keyframes shake {
 10%, 90% {
 transform: translate3d(-1px, 0, 0);
}
 20%, 80% {
 transform: translate3d(2px, 0, 0);
}
 30%, 50%, 70% {
 transform: translate3d(-4px, 0, 0);
}
 40%, 60% {
 transform: translate3d(4px, 0, 0);
}
}
#twitter:hover {
	animation: shake2 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
 @keyframes shake2 {
 10%, 90% {
 transform: translate3d(-1px, 0, 0);
}
 20%, 80% {
 transform: translate3d(2px, 0, 0);
}
 30%, 50%, 70% {
 transform: translate3d(-4px, 0, 0);
}
 40%, 60% {
 transform: translate3d(4px, 0, 0);
}
}
 
/* Footer - Margin top - Mobile Version */
 @media only screen and (min-width:767px) and (max-width: 1199px) {
 #clock {
width:116%
}
}
 @media only screen and (min-width:0px) and (max-width: 767px) {
#about_text {
 padding-bottom: 30px;
}
 #address_space {
padding-bottom: 5px;
}
#product_range_space {
 padding-bottom: 40px;
}
 #product_space {
padding-top:0px
}
#products_bottom {
padding-bottom:0px
}
}
 @media only screen and (min-width:768px) and (max-width: 991px) {
 #product_range_space {
 padding-bottom: 200px;
}
 #about_text {
 padding-bottom: 170px;
}
}
/*---------------------------PREVIOUS CODES !!!!! ---------------------------------*/
 
.row3 {
	position: absolute;
	top: 650px;
	z-index: 1000;
	width: 92.7%;
	height: 200px;
}
.bottom_container {
	background-color: #a72e50;
	width: 100%;
	height: 200px;
	margin-top:40px;
}
.bottom_col h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.navi_2lvl h1 {
	padding: 0;
	margin: 0;
	font-size: 47px;
	font-weight: 100;
	padding-left: 10px;
}
.content {
	width: 100%;
	height: auto;
	padding:7px;
}
.row4 {
	z-index: 1000;
	width: 100%;
	height: 200px;
	border: 1px solid #fff;
}
.head {
	width: 100%;
	background-image:url('../images/hd_bg.jpg');
	height: 135px;
	border-bottom: 1px solid;
	border-color: #7a2f44;
}
.head div {
	float: left;
	margin-right: 90px;
	margin-left: 10px;
}
.navi_2lvl {
	margin-top: 20px;
}
.bottom {
	width: 100%;
	height: 60px;
}
.bottom_nvi {
	width: 100%;
	height: 50px;
}
/*news*/
.articles_ul li {
	list-style-type: none;
	display: inline;
	margin-right: 7px;
}
.articles_ul img {
	border: 1px solid #ccc;
	padding: 4px;
}
.articles_ul a {
	text-decoration: none;
}
#jquery-lightbox {
	z-index: 20000 !Important;
}
/*end of news*/
#rand{
    font-weight: bold;
    font-size: 20px;
    width: 100%;
        border: 1px solid darkgrey;
    padding: 5px;
    
    margin-top: 11%;
    background:url('../images/captcha.JPG');
}

#home_email{
    color: white;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:15px;
}
#rand_conf{ border-radius:0px;    margin-top: 10px;}
