/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 08, 2018, 10:00:30 AM
    Author     : Jubin
*/

@charset "utf-8";

/* Custom Fonts */
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-100Thin.otf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-300Light.otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-400Italic.otf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-400Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-500Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-500MediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-600SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SinkinSans';
    src: url('../fonts/SinkinSans-700Bold.otf');
    font-weight: 700;
    font-style: normal;
}

/* Header Style Start */
#mainHeadTags {
    position:fixed;
    left: -5000px;
    top: - 5000px;
}
header {
    background: #a2d162;
    text-align: center;
}
.header-top, 
.header-bottom {
    float: left;
    width: 100%;
}
.header-top {
    padding: 10px 0px;
}
.header-top img {
    max-width: 140px;
}
.header-bottom .navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0px;
    min-height: 37px;
    margin-bottom: 0px;
}
.header-bottom .navbar-nav {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.header-bottom .navbar-nav>li {
    float: none;
    display: inline-block;
}
.header-bottom .navbar-default .navbar-nav>li>a {
    color: #1b1817;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 15px;
}
.header-bottom .navbar-default .navbar-nav>li.active>a,
.header-bottom .navbar-default .navbar-nav>li>a:hover {
    color: #a2d162;
    background: transparent;
}
/* Header Style End */

/* Banner Style Start */
.product, 
.banner {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: -1px;
}
.banner .bx-wrapper .bx-viewport {
    border-bottom: 3px solid #0c6c12;
}
.banner .bx-wrapper img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 412px;
    height: 100%;
    padding: 60px 40px;
    color: #fff;
    background: rgba(60, 109, 38, 0.66);
    text-align: left;
}
.banner-caption h4 {
    text-transform: uppercase;
    font-size: 31px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    font-weight: 700;
}
.banner-caption p {
    font-size: 12px;
    text-align: left;
    color: #fff;
    line-height: 25px;
    margin-top: 20px;
    font-family: 'SinkinSans' !important;
    font-weight: 100 !important;
    letter-spacing: 1px;
}
/* Banner Style End */

/* Product Scroll Style Start */
.prod-header {
    float: left;
    width: 100%;
    text-align: center;
    background: #0c6c12;
    padding: 16px 15px;
}
.prod-header h6 {
    color: #fff;
    text-transform: uppercase;
}
.product-wrap {
    float: left;
    width: 100%;
    padding: 25px 0px;
}
.product {
    background: #ededed;
}
.product-wrap .slick-slide {
    background: #fff;
    border-radius: 15px;
    margin: 0px 7px;
}
.product-wrap .slick-slide:hover,
.product-wrap .slick-slide:focus {
    outline: none !important;
}
/* Product Scroll Style End */

.about {
    text-align: center;
}
.about h3 {
    text-transform: uppercase;
    color: #4b4a4a;
    max-width: 75%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

/* Slider */
.slick-loading .slick-list {
    background: url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev {
    left: -20px;
    width:17px;
    height: 29px;
    background: url(../images/prev-btn.png);
}
.slick-next {
    right: -20px;
    width:17px;
    height: 29px;
    background: url(../images/next-btn.png);
}
/* Dots */
.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    opacity: 1;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}

/* Footer Style Start */
footer {
    color: #fff;
    background: #66a023;
    float: left;
    width: 100%;
    padding: 35px 0px;
}
footer a img {
    width: 157px;
    margin-bottom: 10px;
}
.footer-address {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 5px;
}
.social-media a {
    font-size: 30px;
    margin-right: 5px;
}
.social-media a:hover,
.social-media a:focus {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
footer h5 {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 36px;
}
footer ul li a {
    font-weight: 300;
    color: #fff;
    font-size: 10px;
    margin-bottom: 14px;
    display: block;
    position: relative;
    padding-left: 20px;
}
footer ul li:last-child a {
    margin-bottom: 0px;
}
footer ul li a:hover ,
footer ul li a:focus {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
footer ul li a:before {
    content: '\f138';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 12px;
    color: #fff;
}
/*footer .footer-col:after {
    content: '';
    position: absolute;
    right: 33px;
    top: 48px;
    width: 1px;
    height: 162px;
    background: #85b34f;
}*/
footer .footer-col:last-child:after {
    display: none;
}
.footer-col {
    padding-left: 8%;
}
.contact-para {
    font-weight: 300;
    color: #fff;
    font-size: 10px;
    margin-bottom: 14px;
    display: block;
    position: relative;
    padding-left: 20px;
}
.contact-para:before {
    content: '\f138';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 12px;
    color: #fff;
}
footer .footer-col .btn {
    padding: 0;
    float: right;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
    border-radius: 0px;
    background: transparent;
}
footer .footer-col .btn:hover,
footer .footer-col .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
footer .footer-col .form-group {
    margin-bottom: 7px;
}
footer .footer-col .form-control {
    padding: 8px;
    font-size: 10px;
    color: #fff;
    border: 1px solid #bcd69f;
    background: transparent;
    border-radius: 6px;
    resize: vertical;
    font-weight: 300;
}
footer .footer-col ::-webkit-input-placeholder {
    color: #a6c87f !important;
}
footer .footer-col ::-moz-placeholder {
    color: #a6c87f !important;
}
footer .footer-col :-ms-input-placeholder {
    color: #a6c87f !important;
}
footer .footer-col :-moz-placeholder {
    color: #a6c87f !important;
}
.copyright {
    float: left;
    width: 100%;
    background: #454545;
    color: #fff;
    padding: 13px 0px;
}
.copyright p {
    font-weight: 300;
    font-size: 10px;
    float: left;
    margin-top: 2px;
}
.copyright ul li {
    display: inline-block;
}
.copyright ul li a {
    font-weight: 300;
    font-size: 10px;
    color: #fff;
    margin-left: 20px;
}
.copyright ul li a:hover,
.copyright ul li a:focus {
    color: #66a023;
}
.site-ul {
    text-align: right;
}
.footer-left p {
    font-size: 10px;
}
.footer-right {
    text-align: right;
    font-size: 10px;
}
.footer-right a {
    font-size: 10px;
}
.footer-right a {
    margin-left:35px;
}
.footer-right a:hover,
.footer-right a:focus {
    color:#8dc63f;
}
.footer-right a:first-child {
    margin-left:0px;
}
.about.about-section p {
    text-align: justify;
    margin-bottom: 25px;
    font-size: 12px;
    color: #4b4a4a;
    font-weight: 300;
    line-height: 25px;
}
.about.about-section p:last-child {
    margin-bottom: 0px;
}
.about.about-section h3 {
    line-height: 33px;
}
.contact-map {
    float: left;
    width: 100%;
}
.contact-map iframe {
    float: left;
    width: 100%;
    height: 400px;
}
.contact-form .form-control {
    height: 46px;
    padding: 7px 15px;
    font-size: 14px;
    color: #000;
    border: 1px solid #818183;
    border-radius: 6px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .form-button .btn {
    float: right;
    background: #a2d162;
    border: 1px solid #a2d162;
    color: #fff;
    min-width: 140px;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 6px;
}
.contact-form .form-button .btn:hover {
    background: #fff;
    color: #a2d162;
}
.about.about-section.contact-data h3 {
    line-height: 33px;
    margin-bottom: 45px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-address {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.contact-icons,
.contact-datas {
    display: table-cell;
    vertical-align: middle;
}
.contact-icons {
    width: 44px;
}
.contact-icons span {
    background: #e7e7e7;
    width: 44px;
    height: 44px;
    max-height: 44px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 18px;
    float: left;
    padding: 8px 10px;
}
.contact-datas {
    padding-left: 25px;
}
.about.about-section .contact-datas p {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
}
/* Footer Style End */

/* Product Filter Style Start */
.about.product-section {
    padding: 0px;
    background: #ededed;
}
.simplefilter {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.filtr-container {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.filtr-item {
    padding: 6px;
    width: 25%;
    margin-bottom: 12px;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #4b4a4a;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 7px;
    min-width: 130px;
    font-size: 12px;
}
.simplefilter li {
    background-color: transparent;
    border: 1px solid #0c6c12;
    border-radius: 30px;
}
.simplefilter li.active {
    background-color: #0c6c12;
    color: #fff;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, 
.thumbnail a>img, 
.thumbnail>img {
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    width: 100%;
}
/* Product Filter Style End */

@media screen and (-webkit-min-device-pixel-ratio:0) { 	
    /* Safari only override */
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
    .banner-caption h4 {
        font-size: 24px;
        line-height: 33px;
    }
    .banner-caption p {
        font-size: 11px;
        line-height: 18px;
        margin-top: 10px;
    }
    .contact-data .contact-address:first-child {
        margin-top: 44px;
    }
    .about {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-wrap {
        max-width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .banner-caption h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .filtr-item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .header-bottom .navbar-nav>li {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    .banner-caption,
    footer .footer-col:after {
        display: none;
    }
    .copyright p {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .copyright ul {
        float: left;
        width: 100%;
        text-align: center;
    }
    .about {
        padding: 40px 15px;
    }
    .about h3 {
        line-height: 33px;
    }
    .product-wrap {
        max-width: 100%;
        overflow: hidden;
    }
    .filtr-item {
        width: 33%;
    }
    .simplefilter li {
        margin-bottom: 10px;
    }
    .footer-right {
        text-align: center;
    }
    .footer-col {
        padding-left: 0;
        float: none;
        margin: 0 auto;
        width: 178px;
    }
}

@media (max-width: 575px) {
    .filtr-item {
        width: 49.5%;
    }
}