@font-face {
    font-family:Trajanpro;
    src:url(../fonts/Trajan-Pro-Regular.woff) format("woff");
}

.header-logo {
	background-color: rgba(254, 252, 227, 0.91);
}

.header-logo img {
	width: 130px;
}

.para-scene {
	position: absolute;
  	top: -40px;
  	left: 0;
  	z-index: -10;
}

.para-scene-item.first {
	position: relative;
	  top: 0;
	  left: 0;
}

#para-clouds {
  position: absolute;
    width: 120%;
    top: -279px !important;
    left: -107px !important;
}

#para-mountains {
	position: absolute;
    top: -187px !important;
    left: 231px !important;
}

#para-sea {
	position: absolute;
    top: -321px !important;
    width: 110%;
    left: -75px !important
}

#para-pier {
    position: absolute;
    top: -155px !important;
    left: 890px !important;;
}

#para-ship {
	position: absolute;
	top: 232px !important;
    left: -92px !important;
    width: 500px;
}

.hero-intro .legacy.headline {
    color: #f1f1f1;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.48);
}

/*Newly added*/
.headline {
    font-weight: 700;
    text-transform: uppercase;
    font: normal normal 60px/1.1 Trajanpro;
    margin: 0;
    padding: 0;
}

.headline_50 {
    font-weight: 700;
    text-transform: uppercase;
    font: normal normal 50px/1.1 Trajanpro;
    margin: 0;
    padding: 0;
}

.headline_60 {
    font: normal normal 60px/1.1 Trajanpro;
}

.headline1 {
    font-weight: 700;
    text-transform: uppercase;
    font: normal normal 40px/1.1 Trajanpro;
    margin: 0;
    padding: 0;
}

.headline2 {
    font-weight: 700;
    text-transform: uppercase;
    font: normal normal 20px/1.1 Trajanpro;
    margin: 0;
    padding: 0;
}
/*End Newly added*/

.hero-intro-text p.intro-para {
	color: #fff;
	text-shadow: 0px 0px 5px black;
	font-size: 17px;
        font-family: 'Roboto Slab',serif;
	font-weight: 400;
}

.home .black .box {
	background-image: url(../images/categories/black.png);
}

.home-hero-wine .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-attachment: fixed;
}

.home-hero-wine .button {
	background-color: red;
}

.home .wine-subtitle2 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.home .button {
	background-color: rgba(6, 6, 6, 0.21) !important;
}

.home .button:after {
	background-color: rgba(6, 6, 6, 0.21) !important;
}

.home .bg {
    background-image: url(../images/tea-pattern.png) !important;
}

/* black tea */
.home .black-tea {
    background-color: #2a0d05;
}

.home .black-tea .box {
	background-image: url(../images/categories/black.png);
}

.home .black-tea .wine-title {
    color: #ddd;
}

/* green tea */
.home .green-tea {
    background-color: #daeac0;
}

.home .green-tea .box {
	background-image: url(../images/categories/green.png);
}

.home .ceylon-tea .box {
	background-image: url(../images/categories/green.png);
}

.home .green-tea .wine-title {
    color: #2b2b2b;
}


/* herbal tea */
.home .herbal-tea {
    background-color: #bdc431;
}

.home .herbal-tea .box {
	background-image: url(../images/categories/herbal.png);
}

.home .herbal-tea .wine-title {
    color: #c31230;
}

/* local tea */
.home .local-tea {
        background-color: #009ade;
}

.home .local-tea .box {
	background-image: url(../images/categories/local.png);
	background-size: 400px auto;
}

.home .local-tea .wine-title {
    color: #f5f5f5;
}

/* gift tea */
.home .gift-tea {
        background-color: #6b4552;
}

.home .gift-tea .box {
	background-image: url(../images/categories/gift.png);
	background-size: 300px auto;
}

.home .gift-tea .wine-title {
    color: #f5f5f5;
}

/* ceylon tea */
.home .ceylon-tea {
    background-color: #874a99;
}

.home .ceylon-tea .box {
background-image: url(../images/categories/steuarts.png);
background-size: 300px auto;
}

.home .ceylon-tea .wine-title {
color: #f5f5f5;
}

/* Home category grid */

.category-box {
    overflow: hidden;
    cursor: pointer;
    width: 33.3%;
    padding: 20px;
    height: 50%;
    background: #09F;
    position: relative;
    float: left;
    transition: transform 0.4s;
    text-align: center;
    /*box-shadow: inset 0 0 91px #2323236e;*/
}

.home-hero-wine div.box.category-box-wrapper {
    position:relative;
    width: 50%;
}

.category-image {
    /* width: 86%; */
    width: 106%;
}

.category-image:hover {
    transform: scale(1.1);
}

.category-name {
    color: white;
    margin-top: 0px;
    /*font: 600 normal 16px/1.4 Open Sans,Helvetica,Arial,sans-serif;*/
    font: normal normal 17px/1.1 "Roboto Slab",sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: 0 0 6px grey;
    bottom: 10px;
}

.black-cat {
    background: #8e461f;
}
.green-cat {
    background: #c1d2a8;
}
.herbal-cat {
    background: #bec531;
}
.local-cat {
    background: #009bdf;
}
.steuarts-cat {
    background: #874a99;
}
.gift-cat {
    background: #6f2230;
}

/* END Home category grid */



/* Certification Boxes */
.cert-wrap, .home-article-wrap {
    position:relative;
    width: 80%;
    margin: 0 auto;
}

.cert-box {
    position: relative;
    float: left;
}

.cert-image {
    width: 118px;
}


.home-article-wrap {
    position:relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home-article {
    width: 32%;
    position: relative;
    float: left;

}

.article-image {
    width: 150px;
}

/* END Certification Boxes */



.icon-caption {
    font-family: 'Roboto Slab', sans-serif;
    color: rgba(0, 0, 0, 0.81);
}

.icon-box {
    position: relative;
    float: left;
    width: 33%;
}

.scroll-button:after {
    content: none !important;
}

.scroll-button {
    border-radius: 10px;
}


/* PRODUCTS PAGE */
.home-hero-wine div.box.category-box-wrapper.products {
    position:relative;
    width: 100%;
    padding-top: 120px;
}

.product-box {
    cursor: pointer;
    width: 33.3%;
    padding: 20px;
    height: 50%;
    background: transparent;
    position: relative;
    float: left;
    transition: transform 0.4s;
    text-align: center;
    overflow: hidden;
}

.product-box .category-image {
    height: 90%;
    width: auto;
    margin: 0 auto;
}


.product-box .category-name {
    color: rgba(47, 47, 47, 0.88);
    text-shadow: none;
}

.category-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}


.home-hero-wine div.box.category-page.category-box-wrapper {
    position:relative;
    width: 100%;
    padding-top: 30px;
}

.category-page-box {
    cursor: default;
    width: 21%;
    margin: 20px;
    height: 35%;
    background: transparent;
    position: relative;
    float: left;
    transition: transform 0.4s;
    text-align: center;
    overflow: hidden;
}

.category-page-box .category-image, figure {
    height: 90%;
    width: auto;
    margin: 0 auto;
}

.category-page-box:hover {
    transform: scale(1.1);
    /*box-shadow: 0px 0px 5px gray;
    background-color: rgba(50,50,50, 0.1);*/
}

.category-page-box .category-name {
    bottom: 0;
    color: #4a4a4a;
    text-shadow: none;
    font-family: "Roboto Slab", serif;
}

/* Shine */
.shine figure {
    /*position: relative;*/
}
.shine figure::before {
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


/*End Shine*/

.underline {
    width: 248px;
    border-bottom: 3px solid #d08f99;
    margin: 0 auto;
    margin-top: 3px;
}


.ethos-hero-item.item5 {
    width: 100%;
     right: 0;
     top: 0;
    transition-duration: 1.7s;
    z-index: 1;
    position: relative;
}

.ethos-hero-items:after {
    content: "";
    z-index: 3;
    background: linear-gradient(0deg,rgba(245, 240, 234, 0.64) 0,rgba(245, 240, 234, 0.52));
}

.news-section {
    background: url(../images/tea-news.jpg);
    background-size: cover;
    background-position: center;
}

.news-section-para {
    font: 400 normal 16px/1.4 Open Sans,Helvetica,Arial,sans-serif;
    font-family: 'Roboto Slab',serif;
    color: rgba(51, 51, 51, 0.9);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 5px black;
}


/*############################*/


.article-card__thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  background-color: #fffcdf;
}

/* Article card */
.article-card {
    position: relative;
    float: left;
  max-width: 280px;
  height: 210px;
  /*margin: 10px;*/
  margin: 20px 28px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  border-radius: 1em 1em 0.5em 0.5em;
}
.article-card:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.article-card:hover .article-card__excerpt {
  /* height: 106px; */
  height: 10px;
  visibility: visible;
}
.article-card:hover .article-card__thumbnail {
  /* height: 70px; */
  height: 150px;
}
.article-card:hover .article-card__thumbnail img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.article-card__thumbnail {
  overflow: hidden;
  /* height: 155px; */
  height: 160px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: .5em .5em 0 0;
  overflow: hidden;
}
.article-card__thumbnail img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.article-card__content {
  /*padding: 30px;*/
  padding: 14px 20px;
}

.article-card__title {
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 400;
}
.article-card__meta {
  color: #777;
}
.article-card__meta i {
  margin-right: 5px;
  display: inline-block;
  font-size: 13px;
}
.article-card__timestamp {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
.article-card__excerpt {
  height: 1px;
  font-size: 14px;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-card a {
    text-decoration: none;
    color: black;
}

/*Added  on 26/03/2017LPS*/
.townhouse-icon-box  {
    position: relative;
    float: left;
    width: 25% !important;
}

/*Testimonial Slider*/
/*html {
  height: 100%;
}*/

body {
  background: linear-gradient(130deg, #07d9a3, #048fee);
  background-size: 400% 400%;
  -webkit-animation: gradient 16s ease infinite;
  animation: gradient 16s ease infinite;
}

.content {
  margin: auto;
  padding: 20px;
  width: 80%;
  max-width: 1200px;
  min-width: 300px;
}

.slick-slider {
  margin: 10px auto 50px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 180px;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
  font-family: Calibri;
  color: white;
}
.quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: rgba(255, 255, 255, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  /*top: -.4em;*/
  /*left: -.2em;*/
  top: -.6em;
  left: -.3em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}

.slick-dots {
    left: 59%;
}


/*Gallaey*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");

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

/*body {
  font: 14px/1 "Open Sans", sans-serif;
  color: #555;
  background: #e5e5e5;
}*/

.gallery {
  width: 1040px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 247px;
  transition: 0.1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  /* z-index: 1; */
  z-index: 3;
}

.gallery > div:hover > img {
  transform: scale(1.7, 1.7);
  /* transform: scale(1.9, 1.9); */
  transition: 0.3s transform;
}

.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

#menu {
     margin: 0;
     width: auto;
     font-size: 16px;
     font-weight: bold;
     text-align: left;
     padding: 8px;
     border-radius: 8px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -o-border-radius: 8px;
}

#menu ul {
     margin: 0;
     padding: 8px 0;
     list-style: none;
     height: auto;
}

#menu li {
     display: inline;
     padding: 8px;
}

#menu a {
     color:rgba(230, 10, 45, 0.91);
     padding: 20px;
     text-decoration: none;
}

#menu a:hover {
     color: #FFF;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
}

#menu li .active {
     color:rgba(230, 10, 45, 0.91);
     text-decoration: underline;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
}

.image--cover {
  width: 180px !important;
  height: 180px !important;
  border: 6px solid #fff;
  border-radius: 50%;
  margin: 20px;

  object-fit: cover;
  object-position: center right;
}

.image-subtitles {
  color: #fff;
  font: 400 normal 16px/1.4 Open Sans,Helvetica,Arial,sans-serif;
  padding-right: 30px;
  font-family: 'Roboto Slab',serif;
}

#visit-us-map{
  height: 450px;
}

div.transbox {
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

div.creambox{
  background-color: #fcfbe4;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

.contact-details-table{
  text-align: left;
  font-size: 20px;
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table td, .table th{
  padding: 1.31rem;
}

.btn-custom{
  width: 100%;
}

.form-control, .btn{
    border-radius: 0px;
}

#menu-about {
     margin: 0;
     width: auto;
     font-size: 16px;
     font-weight: bold;
     text-align: center;
     padding: 8px;
     border-radius: 8px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -o-border-radius: 8px;
}

#menu-about ul {
     margin: 0;
     padding: 8px 0;
     list-style: none;
     height: auto;
}

#menu-about li {
     /* display: inline; */
     padding: 8px;
}

#menu-about a {
     color:rgba(230, 10, 45, 0.91);
     padding: 20px;
     text-decoration: none;
}

#menu-about a:hover {
     color: #FFF;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
}

#menu-about li .active {
     color:rgba(230, 10, 45, 0.91);
     text-decoration: underline;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
}

#map {
    position: absolute;
    left: 50%;
    top: 58.7%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 800px;
    z-index: 1;
}

/* width */
.cert-wrap::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.cert-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cert-wrap::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.cert-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* tea Collction  */
.length_2{
    width: 32%;
    left: 16%;
}
.length_3{
    width: 30%;
}

/* heading */
.gap_20_b{
    padding-bottom: 20px !important;
}
.gap_20_t{
    padding-top: 10px !important;
}
.gap_20_t_sub_t{
    padding-top: 60px!important;
    font-size: 30px !important;
}
/* .gap_20_t_sub_b{
    padding-bottom: 20px;
} */
.tiltle_product{
    font-size: 50px !important;
    padding-top: 3vh !important;
}
.tiltle_gap_main{
    padding-top: 3vh !important;
}
.home-hero-wine div.box.category-page.category-box-wrapper {
    padding-top: 0px;
}

/* About Us */
.vision{
    padding-bottom: 10%;
}
.headline_50_prodct{
    color: rgb(227, 27, 59) !important;
    font-weight: 700;
    text-transform: uppercase;
    font: normal normal 50px/1.1 Trajanpro;
    margin: 0;
    padding: 0;
}

/* Menu */
.header-nav-items a span {
    padding: 7px 20px 7px 10px !important;
}

.header-nav-items .secondary a span {
    padding: 5px 20px 5px 10px !important;
}

/* Modal */
.modal {
    padding: 0px;
  }
  .product-header{
    text-align: center;
    padding: 15px 0px;
    color: rgb(227, 27, 59);
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 20px;
    background-color:/* #fffcdf*/#bec531;
    border-radius: 10px 10px 0px 0px;
  }
  .product-left{
    float: left;
    width: 20%;
  }
  .product-right{
    float: right;
    padding: 10px;
    width: 80%;
    font-family: "Roboto Slab", serif;
  }
  .product-body{
    padding: 4% 3%;
    background-image: url(assets/images/product-pop-bg.jpg);
    min-height: 40vh;
    background-size: cover;
    border-radius: 0px 0px 10px 10px;
  }
  .modal {
    max-width: 60%;
  }

  /* Tea Talks */
  .question1{
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
    transition: 0.4s;
    margin-top: 50px;
    background-color: rgba(6, 6, 6, 0.21) !important;
    width: 25%;
    margin-left: 38%;
    border-radius: 20px;
    padding: 10px 20px;
  }

  /* Contact Form */
  #contact {width:100%; height:100%; margin: 0 auto; background: #DDD; }

.container {width:100%; height:auto; margin: 0 auto; padding: 10px 0;}

#contact .container form input,
#contact .container form textarea {
	width:100%;
	height:30px;
	padding:5px 10px;
	font-size: 12px;
	color:#999;
	letter-spacing:1px;
	background: #FFF;
	border:2px solid #FFF;
	margin-bottom:25px;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}

#contact .container form input:focus,
#contact .container form textarea:focus {
	border:2px solid #dd4545;
	color:#999;}

#contact .container form textarea {
	height:150px;}

#contact .container form .submit {
	width:100%;
	padding:5px 10px;
	font-size: 12px;
	letter-spacing:1px;
	background:#dd4545;
	height:40px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FFF;
	border:2px solid #b43838;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}

#contact .container form .submit:hover {
	color:#FFF;
	border:2px solid #dd4545;
	background: #b43838;
	cursor:pointer;}

#contact .container form .required {
    color:#b43838;}
    
/* Footer */
.headline1 {
    font: normal normal 30px/1.1 Trajanpro;
}
.text{
    padding-top: 20px;
}

@media only screen and (max-height: 730px) and (min-width: 1024px){
    .newsletter-signup input[type=email] {
        height: 40px;
    }
}
@media only screen and (max-height: 730px) and (min-width: 1024px){
    .newsletter-signup input[type=email] {
        font-size: 19px;
    }
}

.footer-copyright {
    margin-top: -50px !important;
}

/* Footer */
.footer-title {
    color: #c31230;
}

.close {
    float: left;
}

/* Menu */
.menu-head{
    font-size: 30px !important;
    padding: 10px 20px !important;
    text-align: center !important;
    color: #c31230 !important;
    width: 100%;
}
th{
    width: 100%;
}
td{
    padding: 2% 20px !important;
    font-size: 19px !important;
    color: #5d3126 !important;
    letter-spacing: 1px;
}
td_left{
    width: 50% !important;

}
td_right{
    width: 30% !important;
}
.td_gap{
    margin-bottom: 30px !important;
}

/* Real Tea Leave */
.real_tea_leave_text_wrapper{
    position: absolute;
}
.real_tea_leave_text_title{
    color: #b72b3e;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    font-family: 'Roboto Slab', sans-serif;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { 
    transform: scale(1.2);
    text-shadow: 0 0 7px #ffffff;
}

.real_tea_leave_text_text{
    color: #000000;
    font-size: 15px;
    padding-bottom: 30px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    font-family: 'Roboto Slab', sans-serif;
}

.real_tea_leave_box{
    margin: 0 auto;
}

.tea_title{
    color: #b72b3e;
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 20px;   
}

.tea_description{
    padding: 10px 15px;
    text-shadow: none;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
}

/* CSR */
.product-cover{
    float: right;
    padding: 25px 15px;
    width: 100%;
    font-family: "Roboto Slab", serif;
    line-height: 21px;
    text-align: justify;
}

.product-header-csr{
    text-align: center;
    padding: 15px 5px;
    color: rgb(227, 27, 59);
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 20px;
    background-color: /* #fffcdf*/#bec531;
    border-radius: 10px 10px 0px 0px;
}

/* more banner */
  .more-banner{
    background-color: #0000005c;
    margin-top: 25%;
    text-align: center;
    padding: 2px 10px;
    text-transform: uppercase;
    font: normal normal 20px/1.1 Trajanpro;
  }
  .more-baner-text{
    font-family: "Roboto Slab", serif;
    margin-top: 1%;
  }


  .more-baner-text a{
    text-decoration: none;
    color: white;
    font-size: 14px;
  }

  .more-banner-wrapper{
    background-color: #0000005c;
    height: 15%;
    margin-top: 30.29%;
  }

  .more-banner-wrapper-inner{
    padding: 20px 17%;
  }

  .more-banner-gap{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .header-nav-items {
    margin: 5px 0 0 !important;
  }
  
 /*lps*/
html {
overflow: hidden !important;
}
/*end lps*/

/* more banner */
  /* .more-banner{
    background-color: #0000005c;
    margin-top: 25%;
    text-align: center;
    padding: 2px 10px;
    text-transform: uppercase;
    font: normal normal 20px/1.1 Trajanpro;
  }
  .more-baner-text{
    font-family: "Roboto Slab", serif;
    margin-top: 1%;
  }


  .more-baner-text a{
    text-decoration: none;
    color: white;
    font-size: 14px;
  }

  .more-banner-wrapper{
    background-color: #0000005c;
    height: 15%;
    margin-top: 30.29%;
  }

  .more-banner-wrapper-inner{
    padding: 20px 17%;
  }

  .more-banner-gap{
    padding-left: 10px;
    padding-right: 10px;
  } */


