/* --------------------------------------
=========================================
Teezy - Product Landing Page
Version: 1.0
Designed By: Demustang
=========================================
-----------------------------------------

1. GLOABL-CSS
 	1.1 IMPORT GOOGLE WEBFONT  
	1.2 GENERAL-CSS
	1.3 TYPOGRAPHY 

2. MASTER COLOR SETTINGS
	2.1 BACKGROUND COLOR SETTINGS 
	2.2 GREEN BACKGROUND COLOR SETTINGS
	2.3 BORDER COLOR SETTINGS  
	2.4 TEXT COLOR SETTINGS     

3. SECTION CSS

4. PRELOADER
	4.1 LOADING  
	4.2 LOADING ANIMATION  

5. HEADER SECTION
	5.1 HEADER FIX
	5.2 HEADER MAIN

6. TRUSTED SECTION

7. BENIFITS SECTION

8. NATURE HERBS SECTION

9. ORGANIC TEA SECTION

10. FRESH LEAVES SECTION

11. ORGANIC HERBS SECTION

12. CLIENT SECTION

13. FIND STORE SECTION

14. FOOTER SECTION

15. RESPONSIVE FIXES
	15.1 MAX WIDTH 1199PX
	15.2 MAX WIDTH 991PX
	15.3 MAX WIDTH 767PX
	15.4 MAX WIDTH 550PX

-----------------------------------------*/


/* --------------------------------------
=========================================
   1. GLOABL - CSS
=========================================
-----------------------------------------*/


/*---------------------------------------
   1.1 IMPORT GOOGLE WEBFONT               
-----------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

/*---------------------------------------
   1.2 GENERAL - CSS               
-----------------------------------------*/

body {
    background: #eeeff1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    /* PIXEL FALLBACK */
    font-size: 1.4rem;
    line-height: 1.5;
    color: #8f96a9;
    overflow-x: hidden;
}

.button {
    display: inline-block;
}

.button {
    background-color: #669844;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 43px;
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button > span {
    vertical-align: middle;
}


/* Winona */

.button--winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button--winona > span {
    display: block;
}

.button--winona::after,
.button--winona > span {
    padding: 0 30px;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona:hover {
    opacity: 0.9;
}

.button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--winona:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

iframe {
    border: none;
}


/*---------------------------------------
   1.3 TYPOGRAPHY               
-----------------------------------------*/

h1 {
    font-size: 10rem;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    /* PIXEL FALLBACK */
    font-size: 4.8rem;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    /* PIXEL FALLBACK */
    font-size: 3.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
}

h4 {
    font-size: 18px;
    /* PIXEL FALLBACK */
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
}

h5 {
    font-size: 36px;
    /* PIXEL FALLBACK */
    font-size: 3.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

h7 {
    font-size: 15px;
	    font-weight: bold;
		    text-transform: capitalize;
}

.green-bg h5 span {
    font-weight: normal;
}

.white-bg h5 span {
    font-weight: normal;
}
.main-text{
	font-size: 16px;
	font-weight: 600;
}


/* --------------------------------------
=========================================
   2. MASTER COLOR SETTINGS
=========================================
-----------------------------------------*/


/*---------------------------------------
   2.1 BACKGROUND COLOR SETTINGS               
-----------------------------------------*/

.white-bg,
.navigation-scrolled,
.flavour .center-line {
    background-color: #fff;
}

.gray-bg {
    background-color: #f1f1f1;
}

ul.social-icon li a {
    background-color: #4c4c4c;
}

.green-bg,
.center-line,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.trusted,
ul.benifit-list li i {
    background-color: #669844;
}

.yellow-color {
    background-color: #fe9700 !important;
}

.orange-color {
    background-color: #fe5621!important;
}

.flavour::before {
    background-color: rgba(0, 0, 0, .5);
}

.find-store::before {
    background-color: rgba(255, 255, 255, .9);
}

footer, #loading {
    background-color: #202020;
}

ul.social-icon li a:hover {
    background: #65b928;
}


/* --------------------------------------
	2.2 GREEN BACKGROUND COLOR SETTINGS
-----------------------------------------*/

.green-bg .vertical-line {
    margin: 0 0 20px;
}

.green-bg button,
.green-texture button {
    background-color: #669844;
}

.green-bg button:hover,
.green-texture button:hover {
    background-color: #669844;
}

#herb,
#leaf {
    background-color: #fff;
}


/*---------------------------------------
   2.3 BORDER COLOR SETTINGS               
-----------------------------------------*/

.vertical-line {
    border-left: 4px solid #669844;
}

.green-bg .vertical-line {
    border-left: 4px solid #669844;
}


/*---------------------------------------
   2.4 TEXT COLOR SETTINGS               
-----------------------------------------*/

h1,
header p,
.green-bg h5 span,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
ul.benifit-list li span,
.flavour h2,
.flavour h2 strong,
.white-text,
.client h2,
.client p {
    color: #fff;
}

h2 strong,
h3 strong,
header h3,
.white-bg h5,
.trust-heading h4,
.slider-client h5,
.slider-client h5 {
    color: #669844;
}

h5,
h2,
h3,
.green-bg h5,
.white-bg h5 span,
.navbar li > a,
ul.benifit-list li,
.can-box h5,
.find-store p {
    color: #202020;
}

p,
ul.footer-nav li a {
    color: #6d6d6d;
}

.can-box h5 {
    font-size: 18px;
}



ul.social-icon li a {
    color: #9c9c9c;
}

ul.social-icon li a:hover {
    color: #fff;
}


/* --------------------------------------
=========================================
	3. SECTION CSS
=========================================
-----------------------------------------*/

section {
    text-align: center;
}

.white-bg {
    padding-bottom: 80px;
    padding-top: 80px;
}

.gray-bg {
    padding-bottom: 80px;
    padding-top: 80px;
}

.green-bg {
    padding-bottom: 80px;
    padding-top: 80px;
}

.center-line {
    display: inline-block;
    height: 4px;
    width: 96px;
    position: relative;
    vertical-align: top;
    margin-top: 20px;
    z-index: 1;
}

.vertical-line {
    display: inline-block;
    padding-left: 10px;
}

.vertical-line .center-line {
    display: none;
}


/* --------------------------------------
=========================================
   4. PRELOADER
=========================================
-----------------------------------------*/


/*---------------------------------------
   4.1 LOADING               
-----------------------------------------*/

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

#object {
    width: 30px;
    height: 30px;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    background-color: #669844;
}


/*---------------------------------------
   4.2 LOADING ANIMATION               
-----------------------------------------*/

@-webkit-keyframes animate {
    0% {
        -webkit-transform: perspective(160px);
        transform: perspective(160px);
    }
    50% {
        -webkit-transform: perspective(160px) rotateY(-180deg);
        transform: perspective(160px) rotateY(-180deg);
    }
    100% {
        -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
        transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
    }
}

@keyframes animate {
    0% {
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}


/* --------------------------------------
=========================================
	5. HEADER SECTION
=========================================
-----------------------------------------*/


/* --------------------------------------
	5.1 HEADER FIX
-----------------------------------------*/

.header-top {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    opacity: 0;
    padding: 15px 0 15px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 90;
}

.header-top .logo {
    margin: 0;
}

.navigation-scrolled {
    opacity: 1;
}

.navbar-nav {
    float: right;
    margin-top: 10px;
}

.navbar {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
}

.navbar li > a {
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 35px;
    margin-left: 5px;
    margin-right: 1px;
    padding: 0 15px !important;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    text-decoration: none;
}


/* --------------------------------------
	5.2 HEADER MAIN
-----------------------------------------*/

header {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0) url("../img/texture-black.jpg") repeat scroll 0 bottom / cover;
}

.logo {
    margin-top: 70px;
    margin-bottom: 50px;
}

h1 {
    line-height: 70px;
    margin: -30px 0 7px;
}

h1 span {
    font-size: 60px;
    /* PIXEL FALLBACK */
    font-size: 6rem;
}

.header-left button {
    line-height: 52px;
}
.header-right {
	text-align: right;
}
header h3 {
    font-size: 30px;
    /* PIXEL FALLBACK */
    font-size: 3.0rem;
    font-weight: bold;
    text-transform: uppercase;
	margin: 20px 0 10px 0;
}



/* --------------------------------------
=========================================
	6. TRUSTED SECTION
=========================================
-----------------------------------------*/

.trusted {
    line-height: 270px;
    margin-top: 0;
    position: relative;
    padding-top: 0;
}

.trust-heading {
    background: url("../img/trust-heading-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: 439px;
}

.trust-heading h4 {
    line-height: 57px;
    text-transform: uppercase;
}


/* --------------------------------------
=========================================
	7. BENIFITS SECTION
=========================================
-----------------------------------------*/

.benifit-left,
.benifit-right {
    margin-top: 50px;
}

.benifit-image {
    margin-top: 50px;
}

.benifit-image-border {
    border: 10px solid #000;
    display: inline-block;
    height: 372px;
    padding: 20px 0 0 20px;
    position: relative;
    width: 272px;
    margin-bottom: 30px;
    margin-right: 30px;
}

ul.benifit-list {
    margin: 0px;
    padding: 0px;
}

ul.benifit-list li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 0 20px 0;
}
ul.benifit-list li h4{
    font-weight: bold;
    text-transform: uppercase;
}
ul.benifit-list li i {
    display: inline-block;
    float: right;
    height: 13px;
    margin: 2px 0 0 10px;
    width: 10px;
}

ul.benifit-list li p {
    padding: 0 20px 0 0;
}

.benifit-right ul.benifit-list li i {
    float: left;
    margin: 2px 10px 0 0;
}

.benifit-right ul.benifit-list li p {
    padding: 0 0px 0 20px;
}


/* --------------------------------------
=========================================
	8. FLAVOUR SECTION
=========================================
-----------------------------------------*/

.flavour {
    background-size: cover;
    background: url(../img/nature-bg.jpg) top center;
    min-height: 630px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.flavour::after {
  content: "";
  display: block;
  position: absolute; /* could also be absolute */ 
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #f4f4f4;
}



/* --------------------------------------
=========================================
	9. ORGANIC TEA SECTION
=========================================
-----------------------------------------*/

.flavour-can.gray-bg {
    margin-top: -350px;
    padding-top: 0;
}

.can-box img {
    display: inline-block !important;
    max-width: 255px;
    width: 100%;
}

.can-box h5 {
    font-size: 18px;
}

.can-box p {
    margin: 5px 0 0;
}

.flavour-can .owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 30px;
}
.owl-carousel {
    margin-top: 50px;
}

/* --------------------------------------
=========================================
	10. FRESH LEAF SECTION
=========================================
-----------------------------------------*/

#herb,
#leaf {
    background-color: #ffffff;
    position: relative;
}

.half-container-right {
    background-image: url("../img/hempben.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}


.half-container-right2 {
    background-image: url("../img/castoroil.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.table-align {
    display: table;
    width: 100%;
    min-height: 445px;
}

.content-middle {
    display: table-cell;
    vertical-align: middle;
}

.herb {
    padding: 0 50px 0 15px;
    text-align: left;
}

.herb p {
    margin: 10px 0 0;
}

.herb-right {
    position: relative;
}

.herb-right img {
    left: 0;
    position: absolute;
}


/* --------------------------------------
=========================================
	11. ORGANIC HERBS SECTION
=========================================
-----------------------------------------*/

.half-container-left {
    background-image: url("../img/organic-herbs3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    right: 50%;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.leaf {
    padding: 0 15px 0 50px;
    text-align: left;
}

.leaf p {
    margin: 10px 0 0;
}

.leaf-left {
    position: relative;
}

.leaf-left img {
    right: 0px;
    position: absolute;
}


/* --------------------------------------
=========================================
	12. CLIENT SECTION
=========================================
-----------------------------------------*/

.client {
    background-size: cover;
    background: url(../img/texture-black.jpg) center top;
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-client img {
    margin-bottom: 30px;
    display: inline-block !important;
    width: auto !important;
	border-radius: 50%;
}

.slider-client h5 {
    font-size: 24px;
    margin: 20px 0 5px;
}

.client .carousel-indicators {
    bottom: -30px;
}


/* --------------------------------------
=========================================
	13. FIND STORE SECTION
=========================================
-----------------------------------------*/

#find-store {
    margin-bottom: 0px;
}

.find-store {
    background-size: cover;
    background: url(../img/buy-bg.jpg) center center;
    padding-top: 80px;
    position: relative;
}

.find-store::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.find-store p {
    font-weight: bold;
    text-transform: uppercase;
}

.find-store .button--winona::after,
.find-store .button--winona > span {
    font-size: 24px;
    line-height: 60px;
    width: 260px;
    background-color: #202020;
}

.find-store img {
    margin-top: 0px;
    max-width: 510px;

}


/* --------------------------------------
=========================================
	14. FOOTER SECTION
=========================================
-----------------------------------------*/

footer {
    padding: 80px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.footer-logo {
    margin-bottom: 20px;
}

ul.social-icon {
    margin: 0 0 20px;
    padding: 0px;
}

ul.social-icon li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
    margin-top: 20px;
}

ul.social-icon li a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border-radius: 50%;
    transition: all ease .5s;
}

ul.footer-nav {
    margin: 0;
    padding: 0px;
}

ul.footer-nav li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

ul.footer-nav li a {
    display: inline-block;
    font-size: 14px;
}

ul.footer-nav li a:hover {
    text-decoration: none;
    color: #669844;
}


/* --------------------------------------
=========================================
   15. RESPONSIVE FIXES
=========================================
-----------------------------------------*/


/* --------------------------------------
	15.1 MAX WIDTH 1199PX
-----------------------------------------*/

@media only screen and (max-width: 1199px) {
    header {
        text-align: center;
    }
    .vertical-line {
        border: none;
		display: block;
		padding-left: 0;
    }
    #herb .vertical-line,
    #leaf .vertical-line {
        border-left: 4px solid #669844;
        margin-top: 0;
    }
    .vertical-line .center-line {
        display: inline-block;
    }
    .header-right {
        margin-top: 30px;
		text-align: center;
    }
    .header-right img {
        width: 100%;
        max-width: 512px;
    }
    ul.benifit-list li {
        font-size: 16px;
    }
	.benifit-image-border {
		height: 365px;
		padding: 0; 
		width: 272px;
		margin-bottom: 0; 
		margin-right: 0; 
	}
	.benifit-image-border img{
		width: 100%;
		max-width: 272px;

	}
    .green-bg .vertical-line {
        padding-left: 10px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .herb-right {
        width: 100%;
    }
    .leaf-left {
        width: 100%;
    }
    .leaf-left img {
        position: relative;
        width: 100%;
    }
    .herb-right img {
        position: relative;
        width: 100%;
    }
}


/* --------------------------------------
	15.2 MAX WIDTH 991PX
-----------------------------------------*/

@media only screen and (max-width: 991px) {
    .trusted-logo img {
        max-width: 200px;
        width: 100%;
    }
    .client-left {
        width: 100%;
    }
    .client-right {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    .trusted {
        line-height: 100px;
        padding: 80px 0 50px;
    }

    .benifit-left,
    .benifit-right {
        float: left;
        margin: 30px 0 0;
        width: 50%;
    }
    .benifit-left ul.benifit-list li span {
        float: left;
        margin: -7px 10px 0 0;
    }
    .benifit-left ul.benifit-list li span {
        margin: 4px 10px 0 0;
    }
    .half-container-right {
        height: 300px;
        position: relative;
        left: 0;
        width: 100%;
    }
	 .half-container-right2 {
        height: 300px;
        position: relative;
        left: 0;
        width: 100%;
    }
    .half-container-left {
        height: 300px;
        position: relative;
        right: 0;
        width: 100%;
    }
    .herb,
    .leaf {
        padding: 0 15px 0 15px;
    }
    .table-align {
        display: block;
        min-height: 0px;
        padding: 80px 0;
    }
}


/* --------------------------------------
	15.3 MAX WIDTH 767PX
-----------------------------------------*/

@media only screen and (max-width: 767px) {
    .history-box {
        border-right: none;
    }
    .flavour-can.gray-bg {
        margin-top: -320px;
        padding-top: 0;
    }
    ul.benifit-list {
        text-align: left;
    }
    ul.benifit-list li {
        width: 100%;
    }
    ul.benifit-list li i {
        margin: 2px 10px 0 0;
        float: left;
    }
    .benifit-left ul.benifit-list li p {
        padding: 0 0 0 20px;
    }
}


/* --------------------------------------
	15.4 MAX WIDTH 550PX
-----------------------------------------*/

@media only screen and (max-width: 550px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    header h1 span {
        font-size: 40px;
    }
    h2 {
        font-size: 3.5rem;
    }
    .logo {
        margin-top: 0;
    }
    .trust-heading {
        width: 100%;
    }
    .client-box .vertical-line {
        border-bottom: 4px solid #669844;
        border-left: medium none;
        padding-bottom: 15px;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }
    .client-box .vertical-line img {
        left: 0;
        position: relative;
        margin: 0 0 10px;
    }
    .flavour-can.gray-bg {
        margin-top: -376px;
        padding-top: 0;
    }
	.benifit-image-border {
		height: 287px;
		width: 215px;
	}
    .benifit-left,
    .benifit-right {
        float: left;
        margin: 0;
        width: 100%;
    }
    .benifit-left {
        margin: 30px 0 0;
    }
}