body {
    font-weight: 400;
    color: #333;
    font-size: 15px;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 768px) {
    body {
        background: url('../image/bg_body.jpg') no-repeat top center;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
    text-transform: uppercase;
    color: #10733c;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #10733c;
}

a:hover {
    text-decoration: none;
    color: #000;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 14px;
    font-weight: normal;
}

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: 14px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}

.input-group .input-group-addon {
    font-size: 14px;
    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;
}

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: #ffffff;
    background-color: #0f733b;
}

/* top */
.page-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    background: #fff;
}

#top a {
    color: #fff;
    text-decoration: none !important;
}

#top {
    background-color: #0f733b;
    border-bottom: 0px solid #e2e2e2;
    padding: 8px 0px;
    margin: 0;
}

#top .container {
    padding: 0 15px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

#top .login-logout-button {
    float: right;
}

#top .login-logout-button a {
    background: #8cc542;
    padding: 5px 10px;
    line-height: 1.5em;
    border-radius: 5px;
}

#top .dropdown {
    float: left;
    margin-right: 20px;
    padding-right: 0;
}

#top .dropdown-menu>li>a {
    color: #000;
}

#top .dropdown-menu>li>a:hover {
    color: #fff;
}

#top .account-button {
    padding: 5px 20px 10px;
    width: 100%;
    max-width: 220px;
}

@media (max-width: 767px) {
    #top {
        background:transparent;
        color: #000;
    }

    #top .dropdown a {
        color: #000;
    }

    #top .account-button {
        float: none;
        margin: 0 auto 20px;
    }

    .cart {
        float: none;
        margin: 10px auto;
        display: table;
        width: 100%;
    }
}

/* logo */
#logo {
    margin: 50px 0 40px 50px;
}

@media (max-width: 767px) {
    #logo {
        margin:20px auto;
    }

    #logo img {
        margin: 0 auto;
    }
}

/* search */
#search {
    margin-bottom: 0;
    background: #8cc540;
    border-radius: 5px;
    overflow: hidden;
}

#search .input-lg {
    line-height: 20px;
    padding: 0 10px;
    height: 35px;
    background: transparent;
    border-radius: 5px;
    border: 0px;
    color: #fff;
}

#search .btn-lg {
    line-height: 18px;
    padding: 8px 28px;
    text-shadow: none;
    border: 0;
    background: transparent;
    color: #fff;
}

#search .btn-lg .fa {
    font-size: 18px;
}

#search ::-webkit-input-placeholder {
    color: #fff;
}

#search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#search :-ms-input-placeholder {
    color: #fff;
}

/* cart */
#cart {
    margin-bottom: 0;
}

#cart .cart-line {
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
}

#cart > .btn {
    background: #8cc540 none repeat scroll 0 0;
    border: 1px solid #8cc540;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    text-transform: inherit;
    ; }

#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 > .btn .fa {
    font-size: 16px;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    color: #000;
    min-width: 100%;
}

#cart .dropdown-menu a {
    color: #000;
}

@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;
}

/*Header*/
.header {
    background: url('../image/bg_header.jpg') no-repeat top center;
}

.headerTxt {
    border: 3px solid #10733c;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 60px 20px 20px 0;
    font-family: 'Varela Round', sans-serif;
}

.headerTxt h3 {
    font-size: 20px;
}

.headerTxt h3 a {
    color: #10733c;
    margin-left: 20px;
}

.headerTxt h4 {
    font-size: 19px;
}

.headerTxt h4 a {
    color: #8cc542;
}

@media screen and (min-width: 1200px) {
    .header #logo .img-responsive {
        max-width:inherit;
    }

    .headerTxt h3 {
        font-size: 33px;
    }

    .headerTxt h4 {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    #top {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 52px;
    }

    .header {
        margin-top: 52px;
    }
}

@media (max-width: 767px) {
    .headerTxt {
        margin:0;
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .headerTxt a {
        display:block;
        margin-left: 0 !important;
    }

    .headerTxt h4 a {
        text-transform: lowercase;
        font-size: 16px;
    }
}

/* menu */
.menu-wrap {
    width: 100%;
}

@media (min-width: 768px) {
    .menu-wrap {
        border-bottom:3px solid #0f733b;
        background: #8cc541;
    }
}

#menu {
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #0f733b;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0px;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
    padding: 0px 0 10px;
}

#menu .dropdown-inner a {
    min-width: 175px;
    display: block;
    padding: 8px 10px;
    clear: both;
    line-height: 1.2em;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: none !important;
}

#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: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 19px;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
    text-transform: uppercase
}

#menu .btn-navbar {
    font-stretch: expanded;
    float: right;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 18px;
    font-size: 15px;
    line-height: 1.0em;
    border: 1px solid #fff;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    background-color: #000;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #000;
        padding: 5px 5px 5px 20px;
        font-size: 14px;
        color: #10733c;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: #10733c;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

.navbar {
    margin-bottom: 0 !important;
}

/* content */
.container-wrap {
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

#content {
    min-height: 400px;
}

.common-home #content {
    margin-bottom: 0;
}

/* footer */
footer {
    margin-top: 0;
    padding-top: 30px;
    background-color: #fff;
    color: #666;
    padding-bottom: 30px;
}

footer .container {
    width: 100%;
    max-width: 1000px;
}

footer .col-sm-2 {
    width: 20%;
}

footer .col-sm-4 {
    width: 20%;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #666;
}

footer a:hover {
    color: #10733c;
}

footer h5 {
    font-size: 16px;
    font-weight: bold;
    color: #10733c;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    width: 135px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    footer .col-sm-2 {
        width:25%;
    }

    footer .right-float {
        float: left;
    }
}

@media (max-width: 767px) {
    footer .col-sm-2 {
        width:47%;
        float: left;
        min-height: 145px;
    }
}

@media (max-width: 400px) {
    footer .col-sm-2 {
        width:100%;
        min-height: inherit;
    }

    footer h5 {
        width: 100%;
    }
}

.copyright {
    font-size: 12px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 20px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .breadcrumb {
        margin-top:10px;
    }
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0;
    padding: 0 20px;
    position: relative;
    white-space: normal;
    ; }

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 13px;
    height: 13px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -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: 1px solid #003663;
    border-radius: 0;
    box-shadow: none;
    background: #003663;
    color: #fff;
    text-transform: uppercase;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 9px 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: #777;
    background-color: #e7e7e7;
    border-color: #b3b3b3;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #8cc542;
    border-color: #8cc542;
    font-weight: 300;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #000;
    border: 1px solid #000;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    border-color: #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    border-color: #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;
    border-color: #a2371a;
}

.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: #23A1D1;
    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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    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;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* 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: 0px solid #ddd;
    margin-bottom: 40px;
    overflow: auto;
    text-align: center;
}

.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;
    border: 1px solid #ddd;
}

.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;
    line-height: 1.3em;
    font-size: 17px;
    min-height: 47px;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 90px;
}

.product-thumb .caption p.product-description {
    display: none;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 90px;
        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;
}

.product-thumb .price {
    color: #000;
    font-size: 21px;
    border-top: 1px solid #999;
    padding-top: 10px;
}

.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;
}

.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;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-price {
    color: #10733c;
    font-weight: bold;
}

.related-products {
    text-align: center;
    color: #8cc542;
    font-size: 30px;
    margin-top: 50px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #10733c;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #10733c;
}

@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;
}

/* 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;
}

/*Product view page*/
@media (min-width: 768px) {
    .product-page-wrap {
        border:2px solid #003471;
        display: table;
        width: 100%;
        padding: 30px 20px;
        margin: 0 auto;
        max-width: 1138px;
        background: #fff;
    }
}

#product .btn-primary {
    font-size: 18px;
}

/*Information*/
.information-information #content img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

/*Slider*/
#slideshow0 {
    margin-top: 15px;
}

#slideshow0.owl-carousel .owl-buttons div i {
    color: #fff;
}

#slideshow0.owl-carousel .owl-wrapper-outer {
    border: 0;
}

#slideshow0.owl-carousel .owl-buttons div {
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

#slideshow0.owl-carousel:hover .owl-buttons div {
    opacity: 1;
}

#slideshow0 .owl-pagination {
    bottom: 50px;
    top: inherit;
}

#slideshow0 .owl-controls .owl-page span {
    background: #fff;
    border-radius: 0;
}

#slideshow0 .owl-controls .owl-page.active span {
    background: #8cc541;
}

/* Homepage Content */
.HomepageWelcome {
    padding: 20px 0 40px;
    font-size: 22px;
    line-height: 1.5em;
}

.HomepageWelcome h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 35px;
}

/*HomepageFeaturedIcons*/
.HomepageFeaturedIcons table td {
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}

.HomepageFeaturedIcons img:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .HomepageFeaturedIcons table td {
        width:24%;
    }
}

@media (max-width: 767px) {
    .HomepageFeaturedIcons table td {
        float:left;
        width: 45%;
    }
}

@media (max-width: 486px) {
    .HomepageFeaturedIcons table td {
        float:left;
        width: 100%;
    }
}

/* Homepage Banners */
#banner0 {
    padding-bottom: 50px;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    display: table;
}

#banner0 .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    float: left;
    /* width:49%; */
}

#banner0 .item + .item {
    /* margin-left:2%; */
}

#banner0 .item a > img {
    opacity: 0.6;
}

#banner0 .item:hover a > img {
    opacity: 1;
    transition: all 0.5s ease;
}

#banner0 .mini-banner-text {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

#banner0 h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #10733c;
    margin: 0;
    line-height: 2em;
}

#banner0 h3 a {
    color: #fff;
}

#banner0 .item:hover h3 {
    background: #8cc542;
}

#banner0 .mini-banner-text .btn {
    background: #0072bc;
    border: 0;
    font-size: 14px;
}

@media (max-width: 1199px) and (min-width:768px) {
}

@media (max-width: 767px) {
    #banner0 .item {
        margin:0 auto 20px;
        width: 100%;
        max-width: 550px;
        display: table;
        float: none;
    }

    #banner0 .item + .item {
        margin: 0 auto;
    }
}

/*Homepage Logos*/
.HomeLogos img {
    margin: 0 21px;
}

/*Contact us*/
.contact-us {
    margin-bottom: 30px;
}

.contact-us td {
    width: 33%;
}

@media (max-width: 991px) {
    .contact-us td {
        width:100%;
        float: left;
    }

    .contact-us td img {
        width: 100% !important;
        height: auto !important;
    }
}

/*Bootstrap*/
#content {
    margin-bottom: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

.input-lg, .dropdown-menu, .list-group-item:first-child, .well, .breadcrumb, .form-control, .thumbnail, .nav-tabs>li>a {
    border-radius: 0;
}

.dropdown-menu-right {
    left: 0;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

button {
    color: #ffffff;
    text-shadow: none;
    background-color: #8cc542;
    border-color: #8cc542;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    padding: 5px 20px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #8cc542;
    border-color: #8cc542;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab-content>.active {
    background: #eee;
    padding: 20px 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav>li + li {
    }

    .navbar-nav {
        margin: 0px auto;
        display: table;
        float: none;
    }

    .navbar-nav>li {
        margin: 0 60px;
    }

    .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
        background: #8cc542;
    }

    .dropdown-menu {
        border-top: 0;
    }
}

@media (min-width: 1200px) {
    #menu .nav > li > a {
        padding:10px 0px;
        margin: 0 0;
        ;}
}

@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-nav>li {
        margin:0 27px;
    }
}

@media (max-width: 767px) {
    #menu .nav > li > a {
        font-size:16px;
        line-height: 1.0em;
        background: #eee;
        border-bottom: 1px solid #fff;
        color: #10733c;
        padding: 10px 30px;
        ;;;}

    .navbar-header {
        background: #10733c;
        color: #fff;
    }
}
