.navbar { border-bottom: 1px solid #e7e7e7; }
.navbar-nav { margin-top: 1em;}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu { margin-top: 0; }
.top-buffer { margin-top: 2em; }
.footer-section {
    border-top: #9dd72a solid 4px;
    background-color: white;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.footer-section ul {
    padding: 0;
    list-style: none;
}
.footer-section a {
    color: black;
}
.footer-copyright-section {
    background-color: #449D44;
    color: #fff;
    padding: 30px 0;
    border-bottom: 5px solid #9dd72a;
}
.footer-copyright-section a { color: lightgreen; }
.social-media li {
    background-color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 100%;
    height: 30px;
    text-align: center;
    width: 30px;
}
.social-media {
    margin-bottom: 0;
    float: right;
}
.social-media li.facebook:hover { background-color: #4c66a4; }
.social-media li.twitter:hover { background-color: #15b4c9; }
.social-media li.googleplus:hover { background-color: #DD4B39; }
.social-media li.linkedin:hover {background-color: #006599;}
.social-media li.skype:hover { background-color: #40beee; }
.social-media li > a > i {
    color: #599614;
    transition: color 0.3s ease-in-out 0s;
    line-height: 1.9;
}
.social-media li > a > i:hover { color: white; }
.page-title-section { background: url("/assets/page-title-bg.jpg") no-repeat fixed 0 0 / contain rgba(0, 0, 0, 0); }
.page-title-section .overlay {
    padding: 2.5em 0;
    background: rgba(0, 0, 0, 0.6);
}
.page-title-section .aligner {
    display: flex;
    align-items: center;
}
.page-title h1 {
    color: white;
    letter-spacing: 1px;
    margin: 0;
}
.page-breadcrumb {
    list-style: none;
    margin-bottom: 0px;
    font-weight:600;
    text-align: right;
    font-size: 13px;
    color: lightgrey;
}
.page-breadcrumb > li { display: inline-block; }
.page-breadcrumb > li + li:before {
    color: #ffffff;
    content: "/ ";
    padding: 0 5px;
}
.page-breadcrumb > li a { color: #ffffff; }
.sidebar-section-right {
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    margin-bottom: 70px;
    padding: 30px 20px 30px 20px;
}
.sidebar-section-right ul {
    padding: 0;
    list-style: inside;
}
.sidebarlist li {
    list-style: inherit;
    border-bottom: #E6E6E6 solid 1px;
    padding: 10px;
}
.section-heading-title {
    margin: 0 auto 40px;
    padding: 0 15px;
    position: relative;
    width: 97.4%;
    text-align: center;
}
.top-contact-section {
    color: white;
    background-color: #449d44;
    padding: 1em 0;
}
.top-contact-section a { color: black; }
.top-contact-section a:hover {
    color: white;
    text-decoration: none;
}
.media-left i {
    margin-right: 0.2em;
    font-size: 45px;
    transition: all 0.3s ease-in-out 0s;
}
.product {
    background: #fbfbfb;
    border: #E9E9E9 solid 1px;
    padding-top: 0.8em;
}
.product img {
    width: 100%;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #ccc;
    -webkit-box-shadow: 0 0 5px 2px #ccc; 
    box-shadow: 0 0 5px 2px #ccc;
}
.product .caption {
    font-size: 14px;
    margin: 12px 0;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
}
.btn-space { margin-right: 0.6em; }

/* To vertically center modal */
.vertical-center-modal.modal { text-align: center; }
@media screen and (min-width: 768px) { 
    .vertical-center-modal.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.vertical-center-modal > .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.carousel-inner > .carousel-item > img { margin: 0 auto; }