@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Raleway:100,100i,200,200i,300,400,400i,500,500i,600');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}

body {
	background-color: #48a691;
	color: #333;
	text-align: left;
	font-family: 'Crimson Text', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 36px;
	margin: 25px 0;
}

h3 {
	margin: 30px 0px;
}

p {
	margin: 10px 0px;
}

img {
	width: 100%;
	display: block;
}

section {
	width: 100%;
	background-color: cornflowerblue;
}

.teal {
	color: #48a691;
}

.small {
	font-size: 12px;
	line-height: 12px;
}


/* -- H E A D E R -- */

header {
	background-color: white;
	padding-bottom: 10px;
}

#header_inside {
	width: 100%;
	max-width: 1100px;
	height: 145px;
	margin: auto;
	background-color: white;
}

#logo {
	max-width: 133px;
	width: 100%;
	background-color: white;
	float: left;
	margin-right: 25px;
	margin-top: 10px;
}

#navbox {
	width: 100%;
	min-height: 10px;
	background-color: #48a691;
}

nav {
	min-height: 30px;
	background-color: #48a691;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 16px;
	max-width: 1100px;
	margin: auto;
}

nav a {
	display: block;
	float: left;
    padding: 15px 10px;
	width: 20%;
	color: white;
	text-decoration: none;
	text-align: center;
}

nav a:hover { 
  background-color: #e0f4f0;
  color: #48a691;
	
}

.static {
	position: fixed; 
	top: 0;  
	z-index: 9999;
	width: 100%;
	left: 0;
}

aside {
	background-color: white;
}

aside a {
	display: inline-block;
	float: right;
    padding: 15px 5px;
	color: #48a691;
	text-decoration: none;
/*	border-right: 1px solid #48a691;*/
}

aside a:hover { 
  background-color: #eeeeee;
	border-bottom: 2px solid #48a691;
}

a.phone {
  color: #333;
  text-decoration: none;
  background-color: #ffff;
  padding: 0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: left;
  height: 0;
}


/* -- S L I D E R --*/

#slider {
	background-color: #cecece;
	clear: both;
}

#slider img {
	display: block;
	max-width: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.slide {
	position: relative;
	height: 56.25vw;
	max-height: 400px;
	overflow: hidden;
}

/* -- I N T R O --*/
#intro {
	width: 100%;
	background: white;
	padding: 20px 0px;
}

#intro_inner {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background-color: white;
}

.intro_box {
	float: left;
	width: 100%;
  	height: auto;
	padding: 20px;
	margin: 0;
}

#intro_main {
	width: 60%;
	background-color: white;
	padding: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

#intro_side {
	width: 40%;
	background-color: white;
	padding: 15px;
	display: inline-block;
	margin-bottom: 10px;
}

#intro_side p {
	margin-bottom: 30px;
}

#intro_side a {
	color: #ffffff;
	background-color: #48a691;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 15px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

#intro_side a:hover {
	color: #ffffff;
	background-color: #328b77;
}

/* -- T E A  M E N U --*/
#tea_menu {
	width: 100%;
	background-color: #cecece;
	text-align: center;
}

#menu_inner {
	height: auto;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background-color: #cecece;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tea {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 15px auto;
	background-color: #fff;
	padding-top: 10px;	
	padding-bottom: 10px;
}

.tea table {
	width: 90%;
	vertical-align: top;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-collapse: collapse;
	border: none;
}

.tea th, td {
	border-top: solid thin #cecece;
	height: 15px;
	padding: 7px;
	line-height: 19px;
}


.tea table tr:hover {
	background-color: #e0f4f0;
}

.item {
	text-align: left;
	vertical-align: top;
	width: 80%;
}

.subtea {
	text-align: center;
	vertical-align: top;
	width: 80%;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	color: #48a691;
	font-size: 17px;
	
}

.price {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
}

.weight {
	font-size: 12px;
	text-align: right;
	padding-right: 25px;
}



/* -- T E A  1 0 1 --*/
#tea101 {
	width: 100%;
	background-color: #444;
	margin: 0px;
	padding: 15px 0px;
}

.tea101_inner {
	width: 100%;
	max-width: 1100px; 
	margin: auto;
	background-color: #444;
	text-align: center;
}

.teainfo {
	width: 300px;
	height: auto;
	color: white;	
	display: inline-block;
	text-align: center;
	padding: 25px 15px 25px 15px;
	margin: 15px 10px 15px 10px;
}

.teainfo a {
	color: #50baa1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
}

/* -- A B O U T  U S --*/
#aboutus {
	width: 100%;
	background-color: white;
	margin: 0px;
}

.aboutus_inner {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background-color: white;
	text-align: center;
	padding: 25px;
}

.experts {
	width: 200px;
	height: auto;
	display: inline-block;
	text-align: center;
	padding: 0px 10px 20px 10px;
	margin: 10px;
	z-index: 10;
}

.circular {
  border-radius: 50%;
  margin-bottom: 15px;
}

/* -- P O P U P  N A M E S -- */
.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 100;
}

.box img {
  max-width: 180px;
}

.button {
  padding: 20px 0px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
	
.button:hover {
  color: #48a691;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
	z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
	z-index: 100;
}

.popup img {
  max-width: 180px;
	margin: auto;
}

.popup h2 {
  margin-top: 0;
  color: #48a691;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #50baa1;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
	margin-top: 15px;
}


/* -- L O C A T I O N --*/
#location {
	background-color: #222;
	height: 500px;
	width: 100%;
	margin: auto;
	padding: 20px;
}

#map {
	width: 100%;
	height: 500px;
	z-index: 1;
}

#map_inner {
	width: 25%;
    margin: 20px auto; 
	padding: 15px;
	background-color: #fff;
	z-index: 100;
}


#bodyContent h3 {
	display: block;
	font-weight: bold;
	background-color:  #48a691;
	color: white;
	margin: 0 0 10px 0;
	padding: 5px;
}

#bodyContent p {
	padding: 5px;
}

#bodyContent hr {
	color:  #48a691;
}

.teal {
	color: #48a691;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.area {
	padding: 10px;
}

/* -- C O N T A C T  F O R M --*/
#contactform {
	background-color: white;
	height: auto;
	width: 100%;
}

#contactform_inner {
	height: auto;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background-color: white;
	text-align: left;
	padding: 25px 0 25px 0;
}

form {
	padding: 25px;
	margin-bottom: 25px;
}

form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
  display: block;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}

form > div > label,
legend {
  width: 15%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 85%;
  float: left;
}
form > div > fieldset label {
  font-size: 90%;
}
fieldset {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
	padding: 5px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #48a691;
}

input[type=submit] {
	color: white;
	background-color: #48a691;
	padding: 8px;
	display: block;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	font-size: 12px;
}

input[type=submit]:hover {
	background-color: #2c8571;
}

.submitform {
	float: right;
	width: 100%;
  }

/* -- F O O T E R --*/
footer {
	background-color: #cecece;
	width: 100%;
}

#legal {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background-color: #cecece;
	text-align: center;
	padding: 15px;
	font-size: 10px;
}


@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
	
  	form > div > label,legend {
		float: none;
		width: 100%;
		padding-right: 75px;
	}
	
    form > div > fieldset > div {
		float: none;
		width: 100%;
	}
	
	input[type=text],
	input[type=email],
	input[type=url],
	input[type=password] {
		width: 100%;
	}
	
	input[type=submit] {	
	width: 100%;
	} 	
	
  .submit {
	float: left;
	width: 100%;
  }
}

@media screen and (max-width:560px){
	nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 8px;
		font-weight: 600;
		z-index: 500;
	}
	
	#intro_main {
		width: 100%;
		clear: both;
	}

	#intro_side {
		width: 100%;
		clear: both;
	}
	
	#legal {
		margin-bottom: 60px;
	}
	
	.teainfo {
		clear: both;
}
	.phone {
		clear: both;
}
	
	

}