@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Baron Neue Bold';
    src: url('../fonts/baron-font/baron_neue_bold-webfont.eot') format('opentype');
    src: url('../fonts/baron-font/baron_neue_bold-webfont.ttf') format('ttf');
    src: url('../fonts/baron-font/baron_neue_bold-webfont.svg') format('svg');
    src: url('../fonts/baron-font/baron_neue_bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Baron Neue';
    src: url('../fonts/baron-font/baron-neue.regular-webfont.eot') format('opentype');
    src: url('../fonts/baron-font/baron-neue.regular-webfont.ttf') format('ttf');
    src: url('../fonts/baron-font/baron-neue.regular-webfont.svg') format('svg');
    src: url('../fonts/baron-font/baron-neue.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baron Neue Black';
    src: url('../fonts/baron-font/baron_neue_black-webfont.eot') format('opentype');
    src: url('../fonts/baron-font/baron_neue_black-webfont.ttf') format('ttf');
    src: url('../fonts/baron-font/baron-neue.regular-webfont.svg') format('svg');
    src: url('../fonts/baron-font/baron_neue_black-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.logo-holder img {
    max-height: 260px !important;
}

.footer-logo {
    max-height: 80px;
}

.btn-weed-green{
	background-color: #355A20 !important;
	color:#FFFFFF !important;
}

.btn-rasta-green{
	background-color:#008542 !important;
	color:#FFFFFF !important;
}

.text-weed-green {
    color: #355A20 !important;
}

.bg-weed-green {
    background-color:#355A20 !important;
}
.bg-rasta-green{
	background-color:#008542 !important;
}
.bg-deep-red {
    background-color: #e70001;
}

.bg-texture {
    background-color: #e70001;
}
.text-rasta-green {
	color: #008542 !important;
}
.text-deep-red {
    color: #e70001;
}
.text-light-green {
    color: #93cb56;
}
.btn-light-green {
    background-color:  #93cb56;
	color:#222;
	
}
.text-decoration-line-through-black, .text-decoration-line-through-weed-green {
    position: relative;
}
.text-decoration-line-through-weed-green:before {
    background: #008542;
}
.text-decoration-line-through-black, .text-decoration-line-through-deep-red {
    position: relative;
}
.text-decoration-line-through-deep-red:before {
    background: #e70001;
}
.text-decoration-line-through-black, .text-decoration-line-through-sun-green {
    position: relative;
}
.text-decoration-line-through-sun-green:before {
    background: #059033;
}


.text-sun-green {
    color: #059033;
}

.btn-deep-red {
    background-color: #e70001;
	color:#ffffff !important;
	
}
.swiper-button-prev.swiper-prev-style4, .swiper-button-next.swiper-next-style4 {
    background-image: none;
    background: #e70001;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    margin: 0 auto;
}
.swiper-button-next.swiper-next-style4 {
    background-image: none;
    background: #e70001;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    margin: 0 auto;
}

.bg-deep-red {
    background-color: #e70001;
}
.bg-deep-yellow {
    background-color: #ffe000;
}

.bg-deep-black {
    background-color: #222222;
}

nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a {
    color: #626262;
    border-color: #e70001 !important;
    padding: 15px 0;
}
.border-color-green {
    border-color: #059033 !important;
}

section {
    padding: 100px 0;
    overflow: hidden;
}

h1,h2 {
	font-family: 'Baron Neue Black', 'sans-serif' !important;
font-size:50px; line-height: 50px;
}
h6 {
	font-family: 'Baron Neue Black', 'sans-serif' !important;
}
.separator-line-horrizontal-medium-light4 {
    width: 60px;
    height: 2px;
}
	
.navigation-area {
    position: absolute;
    bottom: 99px;
    display: inline-block;
    width: 40px;
    height: 82px;
    left: 600px;
}	

.text-deep-yellow {
    color: #ffe000;
}

.btn-deep-yellow {
    background-color: #ffe000;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    color: #fff;
    background: #e70001;
    line-height: 28px;
    display: none;
    height: 30px;
    width: 30px;
    padding: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    top: 89.5%;
    z-index: 10006;
    border-radius: 100%;
}

.contact-image-height{
    height: 687px;
}

.slider-ht{
    max-height: 480px !important;
}

.bg-texture{
	background-image: url("../images/texture.png")
}
.bg-image{
	background-image: url("../images/10.jpg")
}
.margin-none{
	margin:0 !important;
}

.my-center{
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width:768px) {
    .contact-image-height{
        display: none;
    }
    
    .hide-xs{
        display: none !important;
    }
    
    .bg-deep-yellow{
    background-color: transparent;
    }

    nav.navbar.sidebar-nav{
    height:auto;
    width: 100%;
    position:fixed !important;
    left: 0px;
    padding: 15px 15px 15px;
    background-color: #ffe000 !important;
    }

    nav.navbar.sidebar-nav.sidebar-nav-style-1 .sidenav-header{
    position:relative;
    background-color: #ffe000 !important;
    }

    .sidebar-nav .logo-holder{
    width: 100%;
    text-align: center;
    }

    section{
    padding: 40px 0;
    }
    
    nav.navbar.bootsnav.sidebar-nav .navbar-nav{
        margin-right:0px;
    }
    
    nav.navbar.bootsnav.sidebar-nav .navbar-nav{
        margin-right: 0px;
    }
    
    .my-fixed{
        position: fixed !important;
    }
    .my-fixed ul{
        height: auto !important;
        max-height: 300px !important;
    }
    
    nav.navbar.bootsnav.sidebar-nav.my-fixed .navbar-left-sidebar > li > a{
        padding: 5px 0 !important;
    }
    
    .my-fixed .logo-holder img{
        height: 70px;
    }
    
    .bg-deep-yellow.my-fixed{
        background-color: white !important;
    }
    
    .my-sticky .mobile-height{
        margin-top: 400px !important;
    }
    
    .about-secion{
        margin-top: 600px !important;
    }
    
}