@charset "utf-8";

@font-face {
    font-family: 'lobsterRegular';
    src: url('../assets/fonts/lobster_1.4-webfont.woff2') format('woff2'),
         url('../assets/fonts/lobster_1.4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('../assets/fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url('../assets/fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_altthin';
    src: url('../assets/fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_alt_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('../assets/fonts/proxima_nova_black-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../assets/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../assets/fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novathin';
    src: url('../assets/fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../assets/fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../assets/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
}

.header-banner-item {
    position: relative;
}

.header-banner-item img {
    display: block;
    width: 100%;
    /*height: 400px;*/
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.container p{
    font-family: 'proxima_novaregular', Arial;
}

.header-wrapper {
    width: 100%;
    height: 70px;
    background-color: #a0aa00;
    color: #fff;
}

.logo-container {
    float: left;
    position: relative;
    z-index: 1;
}

.logo-container a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.logo-container a img {
    border-radius: 100%;
}

.nav-container {
    width: 50px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}

.nav-container .nav-button {
    display: inline-block;
    margin-top: 20px;
}

.right-pane-container {
    width: 300px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.search-container {
    float: left;
    position: relative;
}

.social-container {
    float: right;
    margin: 0 10px;
}

.search-container input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    padding: 6px;
}

.search-container input:focus {
    outline: none;
}

.search-icon {
    position: absolute;
    top: 7px;
    right: 10px;
}

.social-container a {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

.social-container a:hover {
    color: #333;
}

.header-banner-item .container {
    position: relative;
}

.header-banner-item .banner-details {
    position: absolute;
    top: 2%;
    left: -34px;
}

.header-banner-item .banner-details > div {
    max-width: 400px;
    background-color: #a0aa00;
    color: #fff;
    padding: 65px 40px 30px;
}

.header-banner-item .banner-details > div h2 {
    margin: 0 0 30px 0;
    font-size: 4em;
    font-family: 'Lobster1.4', 'lobsterRegular', Arial;
    font-weight: normal;
}

.header-banner-item .banner-details > div span {
    margin: 0;
    color: #edf000;
    font-size: 1.2em;
    font-family: 'proxima_novaregular', Arial;
}

.header-banner-item .banner-details > div p {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'proxima_nova_altlight', Arial;
}

.header-banner-item .banner-details > div a {
    margin-top:20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'proxima_nova_altlight', Arial;
}

.header-banner-item .banner-details > div a:hover {
    color: #333;
    border: 1px solid #333;
}

.header-banner-content {
    position: relative;
}

.header-banner-content .owl-dots {
    position: absolute;
    /*top: 70%;*/
    bottom: 30%;
    left: 0;
    right: 0;
}

.header-banner-wrapper .owl-dots .owl-dot.active span, 
.header-banner-wrapper .owl-dots .owl-dot:hover span {
    background: #edf000 !important;
}

.header-banner-wrapper{
    overflow: hidden;
}

.about-home-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.about-home-item {
    width: 100%;
    display: inline-block;
}

.about-home-item .left-content{
    width: 60%;
    float: left;
}

.about-home-item .left-content img{
    /*max-height: 320px;*/
}

.about-home-item .right-content{
    width: 40%;
    float: left;
}

.about-home-item .right-content .details {
    padding: 0 20px;
}

.about-home-item .right-content .details h3 {
    color: #a0aa00;
    font-size: 3em;
    font-weight: normal;
    margin: 0;
    font-family: 'lobsterRegular', Arial;
}

.about-home-item .right-content .details p{
    font-family: 'proxima_novaregular', Arial;
    font-size: 16px;
}

.about-home-content {
    position: relative;
}

.about-home-content .owl-dots .owl-dot span {
    background: #a0aa00 !important;
}

.about-home-content .owl-dots .owl-dot.active span, 
.about-home-content .owl-dots .owl-dot:hover span {
    background: #edf000 !important;
}

.about-home-content .owl-dots {
    position: absolute;
    bottom: 0;
    right: 3%;
}

.border-separator {
    width: 100%;
    border: 2px dotted #b7adad;
    margin: 30px 0;
}

.events-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.events-header-content {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.events-header-content-desc {
    border: 2px solid #a0aa00;
    padding: 20px 0 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    width: 100%
}

.events-content {
    display: inline-block;
    width: 100%;;
}

.events-content h3 {
    color: #a0aa00;
    font-size: 2em;
    margin: 10px 0;
    font-family: 'proxima_novabold', Arial;
}

.events-content-left,
.events-content-right {
    float: left;
    width: 50%;
    text-align: center;
}

.events-content-left div {
    margin: 5px 5px 5px 0;
    border: 2px dotted #b7adad;
    padding: 10px;
}

.events-content-right div {
    margin: 5px 0 5px 5px;
    border: 2px dotted #b7adad;
    padding: 10px;
}


.ribbon {
    font-size: 2em;
    font-family: 'lobsterRegular', Arial;
    font-weight: normal;
    width: 50%;
    position: relative;
    background: #a0aa00;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    margin: 0 auto;
    z-index: 1;
   }
   .ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border: 21px solid #a0aa00;
    z-index: -1;
   }
   .ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
   }
   .ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
   }
.owl-dots .owl-dot:focus {
    outline: none;
}

.contact-hello {
    width: 100%;
    text-align: center;
    position: relative;
}

.contact-hello h1{
    color:#a0aa00;
    font-size:22px;
    font-family: 'lobsterRegular',Arial;
    font-weight: 100;
    letter-spacing: 1px;
}

#footer_head_left{
    position: absolute;
    left: 0;
    top:25%;
    width: 30%;
}

#footer_head_left .fab{
    color:#a0aa00;
}

#footer_head_left a{
    margin:0 10px;
}

#footer_head_left .fab:hover{
    color:#7d8507;
}

#footer_head_right{
    top:35%;
    position: absolute;
    right: 0;
    width: 35%
}

.say-hello-img{
    width: 40%;
}

.contact-content {
    display: inline-block;
    width: 100%;
}

.contact-content-detail {
    width: 25%;
    float: left;
}

.contact-content-detail > div {
    margin: 5px;
}

.contact-content-detail > div > p {
    color: #a0aa00;
    position: relative;
    padding-left: 35px;
    font-size: 1.1em;
}

.contact-content-detail > div > p > i {
    position: absolute;
    left: 0;
    font-size: 2em;
}

.contact-content-detail > div > p .phone {
    position: absolute;
    top: 5px;
}

.contact-content-detail > div > p .day,
.contact-content-detail > div > p .time {
    display: block;
    margin-left: 10px;
}

/*.contact-content-detail:last-child > div > p {
    padding-left: 0;
}*/

.contact-content-detail > div > p img {
    position: absolute;
    top: -10px;
    right: 0;
    width: 130px;
    height: 54px;
    max-width: initial;
    max-height: inherit;
}



.footer-banner-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-banner-content {
    /*display: inline-block;*/
    display :none;
    width: 100%;
    position: relative;
    bottom: -8px;
}

.footer-banner-item {
    width: 16.66%;
    float: left;
}

.footer-banner-item > div {
    position: relative;
}

.footer-banner-item > div img {
    /* height: 205px; */
}

.bg-dark {
    position: absolute;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
    background: rgb(51 51 51 / 11%);
}

.footer-banner-content a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
}

.footer-banner-content a:hover {
    color: #333;
}

.footer-wrapper {
    width: 100%;
    height: 50px;
    background-color: #e3e200;
}

.footer-menu-container {
    position: relative;
    display: inline-block;
}

.footer-menu-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.footer-menu-container ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer-menu-container ul li a {
    display: block;
    color: #7d8201;
    padding: 10px;
    font-family: 'proxima_novaregular', Arial;
}

.footer-menu-container ul li a:hover {
    color: #333;
}

.copyright-container {
    float: right;
    margin-top: 5px;
    color: #7d8201;
}

.products-container {
    padding: 10px;
}

.products-header-container h3 {
    font-size: 3em;
    color: #7a8622;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Lobster1.4', 'lobsterRegular', Arial;
    font-weight: normal;
}

.products-header-container p {
    font-style: italic;
    margin: 0;
}

.product-menu-container {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.product-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-menu-container ul li {
    width: 16.66%;
    float: left;
}

/*.product-menu-container ul li:not(:first-child) {
    display: none;
}*/

.product-menu-container ul li a {
    display: block;
    text-align: center;
    color: #a0aa00;
    border-bottom: 4px solid #a0aa00;
    padding: 10px 0;
    margin: 0 5px;
    text-transform: uppercase;
    font-family: 'proxima_novabold', Arial;
    display: none;

    -webkit-transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
    transition: all 0.300s ease;
}

.product-menu-container ul li a:hover,
.product-menu-container ul li a.active {
    background-color: #ec8824;
    color: #fff;
    border-bottom: 4px solid #ec8824;
    display: block;
}

.product-items-container {
    display: inline-block;
    width: 100%;

    -webkit-transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
    transition: all 0.300s ease;
}

.product-items-container h2{
    font-family:'proxima_nova_altthin',Arial;
    font-size:24px;
    color:#7a8622;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    border-bottom: 3px solid #7a8622;
}

.product-item {
    width: 33.3%;
    float: left;
}

.product-item > div {
    position: relative;
    margin: 5px;
}

.product-item .details {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: table;
}

.product-item .details label {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 2.5em;
    padding: 0 10%;
    font-family: 'proxima_novaextrabold', Arial;
}

.product-item .details label small {
    display: block;
    font-size: .5em;
}

.product-dark-bg {
    position: absolute;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
    background: rgb(51 51 51 / 31%);

    -webkit-transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
    transition: all 0.300s ease;
}

.product-item:hover .product-dark-bg {
    cursor: pointer;
    background: none;
}

.product-button-container {
    text-align: center;
    margin: 10px 0;
}

.product-button-container a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ec8824;
    color: #fff;
    border: 2px solid #ec8824;
    text-transform: uppercase;
    font-family: 'proxima_novaregular', Arial;
}

.product-button-container a:hover {
    color: #333;
    background-color: #fff;
}

.view-products{
    display: none;
    overflow: hidden;
}

.view-products .product-item{
    width: 450px;
    margin:10px;
}

.view-products img{
    width: 100%;
}

.video-article-container {
    margin-bottom: 50px;
}

.prod_list{
    list-style: none;
}

.prod_list li{
    float:left;
    padding: 5px;
    width: 300px;
    min-height: 230px;
    overflow: hidden;
    position: relative;
}

#menu_container{
    display: none;
    -webkit-transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
    transition: all 0.300s ease;
}
#menu_tbl{
    border:2px solid #fab1a0;
    padding:10px 20px;
}
#menu_tbl td{
    font-family:'proxima_nova_altlight',Arial;
    font-size: 18px;
    color:#636e72;
    font-weight: normal;
    vertical-align: top;
}

#menu_tbl b{
    color:#a0aa00;
    text-transform: uppercase;
}
#menu_tbl i{
    font-size: 14px;
}

.sel{
    cursor: pointer;
}

.rvs-green-highlight.rvs-container a.rvs-nav-item.rvs-active{
    background-color: #a0aa00 !important;
}

.rvs-xs.rvs-sm.rvs-md .rvs-nav-container small.rvs-nav-item-credits {
    color: #a0aa00;
}

.rvs-nav-container a.rvs-nav-item.rvs-active small.rvs-nav-item-credits {
    color: #fff !important;
}

.article-header-container {
    display: inline-block;
    width: 100%;
}

.header-article-item {
    width: 50%;
    float: left;
}

.header-article-item label {
    background-color: #ec8824;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
}

.header-article-item:last-child {
    text-align: right;
}

.form-container select {
    width: 150px;
    display: inline-block;
    color: #a0aa00;
    border: 2px solid #a0aa00;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.article-content > div {
    padding: 0 20px;
    max-height: 500px;
    overflow: auto;
    margin-top: 30px;
}

.article-content a{
    color: #757c00;
}

.article-content h3 {
    display: block;
    width: 60%;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'proxima_novabold',Arial;
}

.article-content span {
    display: block;
    width: 60%;
    font-size: 1.2em;
    color: #505050;
}

.article-content small {
    display: block;
    font-size: .9em;
    margin: 5px 0;
    color: #676666;
}

.article-content p {
    font-size: 1.5em;
}

/* width */
.article-content > div::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
.article-content > div::-webkit-scrollbar-track {
    background: none; 
}
   
/* Handle */
.article-content > div::-webkit-scrollbar-thumb {
    background: #a0aa00; 
}

/* Handle on hover */
.article-content > div::-webkit-scrollbar-thumb:hover {
    background: #a0aa00;
}

.cl{ clear:both; }

@media(max-width: 600px){
    .contact-content{ display: none; }
    #footer_head_left, #footer_head_right{ position: relative; width: 100%; }
}