/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
@import url(http://fonts.googleapis.com/css?family=Pacifico);

*, *:before, *:after {
  	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

.section {
	background: white;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #A8A8A8;
	text-decoration: none;
}

a:link{ color: #815F14; text-decoration: none;}
a:visited{ color: gray;}
a:hover { color: #BBD352;}
a:active{ color: green;}

/*-----------------header*/
#header-main {
	background: #fff;
	height: 100px;
	overflow: hidden;
}

#header-logos a {
	float: left;
	padding: 20px;
	/*border-left: gray solid 1px;*/
}

#header-logos img {
	width: 350px;
	height: inherit;
}

#header-logos a h1{
	text-indent: -9999px;
}



/*-----------------nav*/
#nav-main #menu {
    display: none;
    padding: .8em 1.5em;
    cursor: pointer;
}

#nav-main {
	background: white;
	min-height: 35px;
	border-top: solid #815F14 1px;
	}

#nav-main li {
	margin: 0;
}


#nav-left li a { 
	color: #BBD352;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
	}

#nav-left li a:hover{ 
	transition: all 500ms ease;
	color: #815F14;
	background: #cccccc;
	}
	
#nav-right	{ 
	float: right;
	padding-top: 7px;
	border-bottom: 1px solid #BBD352;
}
#nav-right p { 
	margin: 0; 
	color: #CCCCCC;
	text-align: left;
	padding-bottom: 3px;
	}

#nav ul li ul {
	display: none
}
	
#nav-left .selected {
	margin: 0;
	color: #815F14;
	background: #ececec;
}


/*----------------subnav*/

#nav-left ul li .submenu {
	display: none;
	position: absolute;
	margin-top: 38px;
}

#nav-left ul li .submenu li{
	float: left;s
}

#nav-left ul li .submenu li a {
	padding: 10px;
	color: white;
}

#nav-left ul li .submenu li a:hover {
	transition: all 500ms ease;
	color: #815F14;
	background: white;
}
#nav-left ul li .submenu{
		float: left;
		display: none;
		text-decoration: none;
		background: #BBD352;
	}

#nav-left ul li:hover .submenu{
		display: block;
		position: absolute;
		z-index: 9999;
	}

#subnav {
			display: block;
			margin: 0 auto;
			border: 1px solid #815F14;
		}

		#subnav ul li {
			float: left;
		}

/*-------------------------------------slideshow*/
#slidshow { 
	background: #fff;
	overflow: hidden; 
	max-height: 600px;
	border-top: solid #cccccc 1px;
	border-bottom: #cccccc solid 1px;
	}

#slideshow-img {
	background: url("../images/Tea_in_different_grade_of_fermentation.jpg");
	height: 600px;
	width: 100%;
	background-size: cover;
	position: relative;
}

#slideshow-tea {
	background: url("../images/k571308719.jpg");
	height: 600px;
	width: 100%;
	background-size: cover;
	position: relative;
}

#blur {
	position: absolute;
	left: 0;
	right: 0;
	height: inherit;
	/*background: rgba(250, 250, 250, 0.25);
	background-size: cover;*/
	
}

#banner-text {
	position: absolute;
	text-align: center;
	top: 30%;
	/*background: rgba(250, 250, 250, 0.75);*/
	background-size: cover;
	padding: 20px;
}

#banner-text h2 {
	font-size: 3.5em;
	line-height: 1.25em;
	font-family: 'Pacifico', cursive;
	color: #cccccc;
}

#banner-text a h3 {
	padding: 8px;
	font-family: 'Pacifico', cursive;
	font-size: 2em;
	color: #FF7F50;
	/*background: rgba(250, 250, 250, 1);
	border: 1px solid #BBD352;*/
}

#banner-text a:hover h3 {
	color: #708090; 
	/*background: rgba(250, 250, 250, 1);
	border: 1px solid #BBD352;*/
}


/*---------------------------- tea sub hero image ---*/
#slidshow-tea { 
	background: #fff;
	overflow: hidden; 
	max-height: 600px;
	border-top: solid #815F14 1px;
	border-bottom: #815F14 solid 1px;
	}

#slideshow-tea-img img {
	width: 100%;
	height: auto;
}

/*---------------------------- about sub hero image ---*/
#slidshow-about { 
	background: #fff;
	overflow: hidden; 
	max-height: 300px;
	border-top: solid #815F14 1px;
	}

#slideshow-about-img img {
	width: 100%;
	height: auto;
}


/*-----------------both section*/


#two-col h2, #four-col h2 {
	padding-left: 10px;
}


/*-----------------home page section two*/
/*#four-col {
	background: #ececec;
}
*/
#home-four-col .row {
	margin: 0;	
}

#home-four-col .four { 
	background: #fff; 
	margin: 20px 10px 20px 10px; 
	padding: 0 10px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	}

#home-four-col .sub-border{
	border-bottom: #815F14 solid 1px;
	margin-bottom: 5px;
}

#home-four-col h4 a {
	padding: 0 0 5px 0;
	color: #BBD352;
	text-transform: uppercase;
}

#home-four-col h4 a:hover {
	color: #815f14;
	}

#home-four-col p {
	display: block;
	min-height: 15px;
}
    
#home-four-col .four img {
	width: 100%;
	height: auto;
}

#home-four-col .columns {
	margin-bottom: 20px;
}


/*----------------- sub section one*/

#two-col .eight { 
	margin: 20px 10px 10px 10px;
	padding: 10px;
	min-height: 370px;
	background: white;
	}

#two-col .row {
	margin: 0;
}

#two-col h3 {
	margin: 0;
	padding: 10px 0 5px 0;
}


#two-col h3 a {
	color: #815F14;
}


#two-col h3 a:hover {
	color: #BBD352;
}

#two-col p {
	display: block;
	min-height: 100px; 
}

.two-left 	{ 
	height: inherit;
	background: white;
	}

.two-left 

.two-right 	{ 
	height: inherit; 
	background: white;
	}

.two-right img {
	height: 292px;
	border: solid red 1px; 
	/*width: 100%;
	overflow: hidden;*/
}

/*----------------- sub section two*/
/*#four-col {
	background: #ececec;
}
*/
#four-col .row {
	margin: 0;	
}

#four-col .four { 
	background: #fff; 
	margin: 20px 10px 20px 10px; 
	padding: 0 10px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	}

#four-col .sub-border{
	border-bottom: #815F14 solid 1px;
	margin-bottom: 5px;
}

#four-col h4 a {
	padding: 0 0 5px 0;
	color: #BBD352;
	text-transform: uppercase;
}

#four-col h4 a:hover {
	color: #815f14;
	}

#four-col p {
	display: block;
	min-height: 125px;
}
    
#four-col .four img {
	width: 100%;
	height: auto;
}

#four-col .columns {
	margin-bottom: 20px;
}

/*-------------------------- sub title ----*/

#about-two-col {
	min-height: 60px;
	padding: 5px;
}

#about-two-right li {
	height: 40px;
	float: right;
	overflow: hidden;
	padding: 0;
}

#about-two-right li img {
	width: auto;
	height: 100%;
	padding: 5px 0 0 3px;
}
/*----------------- about content---*/

#about-content-left {
	border: 1px solid #cccccc;
	padding: 0 10px;
}

#about-content-left ul, li{
	margin: 10px;
}

#about-content-right article {
	padding: 0 50px;
}

#about-content-right h4, h5 {
	padding: 10px 0;
}


/*-----------------breadcrumb*/
#breadcrumb {
	background: white;
	height: 40px;
	margin-top: 10px;
	border-bottom: solid #ececec 1px;
}

#breadcrumb ol{
	list-style-type: none;
	margin: 0;
	}

#breadcrumb ol li {
	float: left;
	padding: 0 10px;
	}	
#breadcrumb ol li strong {
	color: #815F14;
}

#breadcrumb ol li a {
	color: #BBD352;
	text-decoration: none;
}

#breadcrumb ol li a:hover {
	color: #815F14;
}
	
/*-----------------footer*/
#footer-main {
	background: white;
	border-top: 1px solid black;
	height: 260px;
}

#footer-logo img { 
	float: left;
	width: 55px;
	height: auto;
	margin-right: 20px;
	}
	
#footer-main ul { 
	margin-bottom: 0;
	}	
	
#footer-main ul li { 
	float: left;
	margin: 0 3px 0 3px;
}
#footer-main .more-op {
	border-bottom: 1px solid #D1D1D1;
	padding: 15px 10px 0 10px;  
	margin: 0;
	display: block;
	color: #BBD352;
}

#footer-main a { 
	padding: 15px 10px 0 10px;  
	display: block;
	text-decoration: none;
	color: #D1D1D1;
	}
	
#country-change {
	padding: 20px 10px 0 10px;
	float: right;
	padding: 0;
}

#country-change a{
	color: #D1D1D1;
}

#footer-main a:hover {
	color: #BBD352;
}

#footer-nav {
	background: #FFFFFF;
	display: none;
}
#footer-nav ul {
	margin: 10px;
}

#footer-nav a {
	color: #BBD352;
	text-decoration: none;
}



/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 960px) {

		#nav-left ul li .submenu {
			margin-top: 38px;
		}

		#home-four-col .four { 
			height: 300px;
			}

		/*-------------------------- sub title ----*/

		#about-two-right {
			width: inherit;
		}

		/*----------------- about content---*/

		#about-content-left {
			width: inherit;
		}

		#about-content-right {
			width: inherit;
		}

		#about-content-right article {
			padding: 20px;
		}


		/*----------------- footer ---*/
		#footer-logo img { 
			float: none;
			}
		
		#footer-nav {
			display: block;
		}

		#footer-main ul li {
			float: none;
			border-bottom: 1px solid #BBD352;
		}

		#footer-main ul li a {
			padding: 10px;
		}

		#footer-main .more-op {
			border-bottom: none;
		}

		#country-change {
		float: none;
		margin: 10px 0 30px 0;
		}

		#nav-main #menu {
	        display: block;
	    }

	    #nav-main ul {
	        display: none;
	        text-align: left;
	    }
	    #nav-main ul li {
	        display: block;
	        float: none;
	    }

	    #nav-main ul li a {
	        float: none;
	    }

	    #nav-main ul li a {
	        display: block;
	        padding: .75em 1.5em .5em 1.5em;
	    }
		#nav-right {
			padding: 0 20px;
			margin-bottom: 10px;
		}

		#nav-left ul li .submenu li {
			display: none;
			margin-top: 0;
			margin-left: 160px;
		}

		#nav-left ul li .submenu li {
			float: none;
		}

		#subnav {
			display: block;
			margin-bottom: 10px;
			border: 1px solid #815F14;
		}

		#subnav ul li {
			float: left;
		}

		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		#home-four-col .four { 
			height: 250px;
			}

		#about-content-right article {
			padding: 13px;
		}

		#country-change {
			float: left;
			}

		
	}
