body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;

}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
/* default font size */
.fa {
    font-size: 14px;
    padding: 0 5px;
}

.fa-home {
font-size: 1.5em !important;

}

/* Override the bootstrap defaults */
h1 {
    font-size: 24px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #6a8b3d;
}
a:hover {
    text-decoration: none;
    color: #6a8b3d;
}

a:active {
	color: #8b7355;
	}

legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: 300;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
    border-bottom: 2px solid #c7e19c;
}

.nav-tabs li.active {
    border: none;
}



div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    background-repeat: repeat-x;
    transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /
}



3
4
5
6
7
8
9
10
11
12
13
14
15
@media (min-width: 768px) {
.dropdown .dropdown-menu{
    display: block; 
  opacity:0;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
}

.dropdown-menu {
    color: black;
    border-radius: 0px;
}


/* top */
#top {
    background-color: #708b2f;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
    font-weight: 300;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
	color: black;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #000;
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #fff;
    text-decoration: none;
}




#top .btn-link:hover, #top-links a:hover {
    color:#c7e19c;
	background: #708b2f;
}
#top-links .dropdown-menu a {
    text-shadow: none;
    color: #000;
}
#top-links .dropdown-menu a:hover {
    color: #000;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
    font-size: 0.9em;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 40px 0;
 
}
/* search */
#search {
    margin-bottom: 0px;
    margin-top: -10px;
    border-bottom: 2px solid #ddd;

}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 0 0 5px;
    border: none;
    box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: none;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
	border: 1px solid #c7e19c;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: none;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #333;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: white;
    font-weight: 400;
}

.dropdown-toggle a:hover {
    background-color: white;
}


#menu .nav > li > a:hover {
    color: #6a8b3d;
    background-color: white;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: none;
    color: #6a8b3d;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
    padding: 40px 0;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 10px 5px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 13px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #6e8b3d;
    background-image: linear-gradient(to bottom, #6a8b3d, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 10px;
    float: right;
    background-color: #6e8b3d;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #6e8b3d;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 0px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: white;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #000;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: white;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #000;
    }
}
/* content */
#content {
    min-height: 300px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 0px;
    background-color: #8b7355;
    color: #ffebcd;
	

}
footer hr {
    border-top: none;
    border-bottom: 1px solid #9e7f5e;
}
footer a {
    color: #ffebcd;
    font-weight: 300;
}
footer a:hover {
    color: white;
}
footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffebcd;
	text-transform: uppercase;
	font-weight:100;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

footer h4 {
	color: #ffebcd;
	font-weight:100;
	}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    background-color: none;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #000;
    background-color: #fff;
    background-repeat: repeat-x;
    border-radius: 0px;
}
.btn-primary {
    color: #000;
    background-color: #c7e19c;
    background-repeat: repeat-x;
    border-color: none;
    border-radius: 0px;
}



.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #6e8b3d;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: none;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: none;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-repeat: repeat-x;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #6a8b3d;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
}
/* list group */
.list-group a {
    border: none;
    color: #ffebcd;
    padding: 8px 20px;
    background: #8b7355;
    font-size: 0.9em;

}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: none;
    text-shadow: none;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: 400;
}


.product-layout .caption a:hover {
    color: #708b2f;
    font-weight: bold;
}

.product-thumb .caption {
    padding: 10px 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}

h4.price {
    color: black;
}

.product-layout .caption a {
    color: black;
}

.product-thumb a {
    color: #000;
    font-weight:400;
}

.product-thumb .price {
    color: #000;
    font-weight:400;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
    display: none;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
}
.product-thumb .button-group button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.fcat {
    background: #c7e19c;
    padding: 7px;
    color: black;
    margin: 4px;
    text-align: center;
    min-width: 182px;
    font-size: 1em;
    font-weight:400;
}

.fcat a {
    color: black;
}

.fcat a:hover {
    color: white;
}

.fcat:hover {
    background: #6a8b3d;
    cursor: pointer;
    color: white;

}

@media (max-width: 1200px) {
    .fcat {
        width: 100%;
    }
}


.flinks {
    margin-top:3%;
    margin-left: -15px;
}


.flink a:hover {
    cursor: pointer;
}


.flink1 a:hover {
    cursor: pointer;
}


.panel-body {
    background-color: #fff;
}


.flinks .panel-body {
    background-color: #8b7355;
    color:#ffebcd;
	height: 150px;
}

.flinks .panel-body a {
    color:#ffebcd;
    font-size: 22px;
}



.flinks .panel-footer {
    height: 0px;
    text-align: left;
    font-size: 1.7rem;
}

.panel:hover {
    background-color: #FC9;
}



.owl-wrapper-outer {
    box-shadow: none !important;
}

.common-home h2 {
    margin-bottom: 2%;
    margin-top: 5%;
    margin-lft: 15px;
}

#cart .btn-inverse {
    background: none;
    color: #708b2f;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0px;
    float: right;
    margin-right: 15px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.btn-default {
    background-color: #none;
    background-repeat: repeat-x;
    border: none;
    background: white;
    color: #6a8b3d;
}

.pad-b-20 ul {
    padding-left: 0;
}


.btn {
    box-shadow: none;
    bordr: none;
}

.input-group-addon {
    background: white;
    border: none;
    color: #000000;
}

.product-thumb {
    border: none;
}

.product-thumb .button-group button {
    background-color: none;
    color: #000;
}

.button-group {
    background-color: white;
}

button {	
    background-image: none;
    border: none;
    background: none;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.right {
    float: right;
}


.menulinks {
    background: white;
    border:none;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: white;
}

.menulink child:nth(2) {
    line-height: 2;
}

.dropdown-menu {
    color: #000;
}


.img-thumbnail {
    border: none;
}

.fa-heart:hover {
    color: red;
    background: white;
}


.catblock {
    background: #c7e19c;
    padding: 5%;
    margin-bottom: 20px;
    color: black;
	font-weight: 400;
}

.btn-default.active {
    background: white;
    box-shadow: none;
}

.btn-default:hover {
    background: white;
    box-shadow: none;
}

.fa-truck:before, .fa-lock:before, .fa-tags:before {
    font-size: 1.5em;
}


.nextday {
    background-image: url('/holistics/catalog/view/theme/default/image/next-day-delivery-icon-starship-robot.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 35px 20px;
    padding-right: 5px;
    margin-right: 3px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

.owl-pagination {
    display: none;
}

.panel {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default .panel-heading {
    border-bottom: none;
    background-color: white;
    margin-left: -15px;
    font-size: 1.2em;
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #000;
    background: #c7e19c;
    font-weight:500;
}

.form-control {
    box-shadow: none;
    border-radius: 0px;
}

#input-sort .form-control select{
    border-radius: 0px;
}

#input-quantity {
    width: 50px;
}

.list-group-item:first-child {
    border-radius: 0px;
    padding-top: 15px;
}

.list-group-item:last-child {
    border-radius: 0px;
    padding-bottom: 15px;
}

.dropdown-menu>li>a {
    color: black !important;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius: 0px;
}

.checkbox label, .radio label {
    font-weight: 300;
}

.table-bordered, .table-bordered tbody tr td, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}

.maincat {
    max-width: 1140px;
    margin-left: -15px;
}

.catblock h2 {
    color: black;
    margin-bottom: 15px;
}


.panel-footer {
    background: white;
}

.tab-content tr td:first-child { font-weight: bold; }

.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 400;
    list-style: none;
}

#menu .dropdown-menu li {
    list-style: none;
}

#menu .dropdown-menu li a:hover {
    color: #6a8b3d;
    background-color: white;
}


.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #000;
    white-space: normal;
    font-size: 15px;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #6a8b3d;
    background-color: white;
}

.dropdown-inner {
    width:1150px;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .dropdown-inner {
        max-width:700px;
    }
}


.nav-tabs li a {
    border-radius: 0px 0px 0 0;
    font-size: 0.8em;
    margin-right: 1px;
    padding: 7px 7px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -1px;
}

.nav-tabs li a:hover {
    background: #c7e19c;
    border-color: #c7e19c;
    margin-top: -1px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #c7e19c;
    border-color: none;
    border: 0px;
    color: black;
    margin-top: -1px;
}

.pad-40 {
    padding: 40px 0;
}

.pad-b-20 {
    padding-bottom: 20px;
}


.sub {
    display: inline-block;
    float: left;
    background: #c7e19c;
    padding: 7px;
    color: black;
    margin: 3px;
    text-align: center;
    min-width: 210px;
    font-size: 1em;
    font-weight:400;
    cursor: pointer;

}

.sub a {
    color: black;
}

.cats {
    padding-right: 15px;
}

.nav-tabs li a {
    border: none;
}

.nav-tabs li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.search-menu {
    width: 33%;
}


	
.navbar {
	 margin-bottom: 0px;
	}
	
.navbar-right {
	margin-right: 0px;
	}
	
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #c7e19c;
    border-color: #c7e19c;
}

.pagination>li>a, .pagination>li>span {
	color: #c7e19c;
	}
	
.alert-success {
	background-color: #c7e19c;
	}

.specialreq {

    padding-top: 20px;
}

.newsletter {

    background-color:#708b2f;
	padding: 10px 0 15px 0;

}	

#mc_embed_signup input.email {
    font-size: 15px;
    border: 0px solid #ABB0B2 !important;
    border-radius: 0px !important;
    color: #343434 !important;
    background-color: #c7e19c !important;
	font-family: 'Montserrat', Arial !important;
}

#mc_embed_signup .button {
    font-size: 15px !important;
    border: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff;
    background-color: #8b7355 !important;

}

#mc_embed_signup label {
    display: inline-block !important;
    font-size: 18px;
    padding-bottom: 0px !important;
    font-weight: 100 !important;
    padding-right: 20px;
    color: #fff;
}

.author-image {
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: none !important;
}

	
footer .fa-facebook {
	font-size: 24px;
	}
	
footer .container-fluid {
    padding-right: 0;
    padding-left: 0;
	padding-bottom: 25px;
}

a:active {
    color: #8b7355 !important;
}

	