/* Styles specific to the landing page */
.slide-show-container > .inner {
    margin: auto;
    max-width: 1260px;
    width: 96%;
}
.content {
    border: none;
    overflow: visible;
}
.flex-control-nav {
    bottom: 15px !important;
    right: 15px;
    width: auto;
}
.flex-control-paging li a {
    border: 3px solid #98bce5;
    border-radius: 50%;
    box-shadow: none;
    height: 20px;
    width: 20px;
}
.flex-control-paging li a {
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #98bce5;
}
.banner_home_page_top h2 {
    display: block;
    font-size: 32px;
    text-align: center;
}
.banner_home_page_top ul {
    list-style: none;
    margin: 0;
}
.banner_home_page_top li {
    float: left;
    margin: 10px 0 10px 2%;
    width: 32%;
}
.banner_home_page_top li:first-of-type {
    margin-left: 0;
}
.banner_home_page_top h3,
.banner_home_page_top p,
.banner_home_page_top a {
    display: block;
    text-align: center;
}
.banner_home_page_top h3 {
    font-size: 25px;
}
.banner_home_page_top p {
    font-size: 16px;
    margin-bottom: 10px;
}
.banner_home_page_top li > a:first-of-type {
    position: relative;
}
.banner_home_page_top li > a:first-of-type:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba255025502550,0) 0%,rgba(255,255,255,0.5) 100%);
    background: radial-gradient(ellipse at center,  rgba255025502550,0) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
.banner_home_page_top a {
    font-size: 14px;
    font-weight: 700;
}
.banner_home_page_top .glyphicon {
    color: #4184c8;
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    width: 12px;
}
.FeaturedProducts {
    float: left;
    margin: 20px 0;
    min-height: 345px;
    position: relative;
    width: 100%;
}
.FeaturedProducts h3 {
    border-top: 1px solid #c6def8;
    color: #78bbe7;
    display: none;
    font-size: 24px;
    margin: 0 0 20px;
    padding-top: 15px;
    text-align: center;
}
.recent-post--excerpt {
    display: none;
}
.feed-container {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 100%;

}
.feed-container--heading {
    float: left;
    padding-right: 300px;
    position: relative;
    width: 100%;
}
.feed-heading {
    float: left;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin: 0;
}
.feed-sub-heading {
    clear: left;
    float: left;
    font-size: 21px;
}
.feed-container .social-links {
    position: absolute;
    right: 0;
    top: -8px;
}
.feed-container .social-links--heading {
    display: none;
}
.feed-container .social-link {
    height: 50px;
    margin: 0 0 0 10px;
    width: 50px;
}
.feed-container .social-link:first-of-type {
    margin: 0;
}
.feed-container .social-link .fa {
    font-size: 26px;
    margin-top: 10px;
}
.feed-container--feed {
    clear: both;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.feed-container--feed > ul {
    list-style: none;
    margin: 0;
    margin-top: 15px;
}
.feed-container .easy-paginate {
    display: none;
}
.feed-item {
    float: left;
    display: inline-block;
    margin: 0 5px 10px 5px;
    width: calc(200px);
    height: 200px;
    vertical-align: top;
}
.feed-item:first-of-type {
    width: calc(410px);
    height: 410px;
}
.content .feed-item:first-of-type .feed-image {
    max-width: 410px;
    width: 100%;
}
.content .feed-item .feed-image{
    visibility: hidden;
}
.content .feed-item a{
    float: left;
    width: 100%;
}
.feed-caption {
    display: none;
}
.footer-main > .inner {
    border: none;
}
.home-our-products{
    float: left;
    width: 100%;
}
.home-our-products h2{
    display: block;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.home-our-products .sub-category-list-grid{
    position: relative;
    text-align: center;
    margin-bottom: 0;
    width: 101.5%;
    margin-left: -.75%;
}
.home-our-products li:empty{
    display: none !important;
}
.home-our-products .sub-category-item{
    width: calc(25% - 1.5% - 4px);
    margin: 0 .75% 3% .75%;
}
.home-our-products .SubCategoryListGrid > ul li:nth-child(3n+1){
    margin: 0 .75% 3% .75%;
}
.home-our-products .sub-cat-name{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 26px;
}
.home-our-products .sub-cat-link{
    font-size: 14px;
    font-weight: 700;
    color: #8ebae5;
}
.home-our-products .easy-paginate-arrows{
    top: 34%;
}
.sub-cat-image-link {
    display: block;
    position: relative;
}
.sub-cat-image-link:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
.sub-cat-link {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .content .ProductList {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1330px) {
    .feed-item{
        width: calc(16vw - 14px);
        height: calc(16vw - 14px);
    }
    .feed-item:first-of-type{
        width: calc(32vw - 14px);
        height: calc(32vw - 14px);
    }
}
@media only screen and (max-width: 1260px) {
    .slide-show-container > .inner {
        width: 100%;
    }
    .banner-mission {
        padding: 2% 2% 2% 0;
    }
    .banner-mission .banner-heading,
    .banner-mission .banner-message {
        width: 58%;
    }
}
@media only screen and (max-width: 1000px) {
    .banner_home_page_top h3 {
        font-size: 20px;
    }
    .banner_home_page_top p {
        font-size: 14px;
    }
    .FeaturedProducts {
        min-height: 350px;
    }
    .content .ProductList {
        padding: 0 20px 0 30px;
    }
    .banner-heading {
        font-size: 38px;
    }
    .banner-message {
        font-size: 16px;
        line-height: 20px;
    }
    .home-our-products .sub-cat-name {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 900px) {
    .ProductList li {
        width: 33%;
    }
}
@media only screen and (min-width: 768px) {
    .flex-control-paging li a:hover {
        background: #fff;
    }
    .banner_home_page_top li > a:first-of-type:hover:before {
        opacity: 1;
    }
    .sub-cat-image-link:hover:before {
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .banner_home_page_top h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .banner_home_page_top li {
        margin: 15px 0;
        width: 100%;
    }
    .banner-mission {
        background-size: contain;
        border: none;
        padding: 16% 4% 0;
    }
    .banner-mission .banner-heading {
        font-size: 34px;
        margin-bottom: 20%;
    }
    .banner-mission .banner-message {
        text-align: center;
        width: 100%;
    }
    .banner-mission .btn {
        display: block;
        float: none;
        margin: auto;
        width: 220px;
    }
    .feed-container {
        border-top: 1px solid #c6def8;
        margin-bottom: 0;
        padding-top: 20px;
    }
    .feed-container--heading {
        padding: 0;
        text-align: center;
    }
    .feed-container .social-links {
        left: 0;
        text-align: center;
        top: 35px;
    }
    .feed-heading,
    .feed-sub-heading {
        display: block;
        width: 100%;
    }
    .feed-heading {
        font-size: 25px;
    }
    .feed-sub-heading {
        font-size: 15px;
    }

    .feed-container--feed {
        margin-top: 60px;
    }
    .home-our-products .sub-category-item {
        width: calc(33% - 1.5% - 4px);
    }
}
@media only screen and (max-width: 640px) {
    .feed-container--feed{
        text-align: center;
    }
    .feed-item{
        display: inline-block;
        width: calc(25vw - 22px);
        height: calc(25vw - 22px);
        float: none;
    }
    .content .feed-item:first-of-type {
        text-align: center;
        width: calc(100vw - 58px);
        height: auto;
        background: none!important;
    }
    .content .feed-item:first-of-type .feed-image {
        visibility: visible;
        max-width: none;
    }
}
@media only screen and (max-width: 550px) {
    .flex-control-nav {
        bottom: 0 !important;
        right: 5px;
    }
    .flex-control-nav li {
        margin: 0 3px;
    }
    .flex-control-paging li a {
        border-width: 2px;
        height: 15px;
        width: 15px;
    }
    .FeaturedProducts h3 {
        display: block;
    }
    .FeaturedProducts .easy-paginate {
        display: none;
    }
    .content .ProductList {
        padding: 0;
        position: relative;
    }
    .content .ProductList:before {
        background: #c6def8;
        content: '';
        height: 100%;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
    }
    .ProductList li {
        display: block !important;
        float: left;
        width: 50%;
    }
    .ProductList .Odd {
        clear: both;
    }
    .banner-mission .banner-heading {
        font-size: 22px;
        margin: 0 20px 110px 0;
        text-align: center;
        width: 187px;
    }
}
@media only screen and (max-width: 460px) {
    .feed-heading {
        font-size: 21px;
    }
    .feed-container .social-links {
        top: 55px;
    }
    .feed-container .social-link {
        border-width: 2px;
        height: 30px;
        width: 30px;
    }
    .feed-container .social-link .fa {
        font-size: 16px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 450px) {
    .banner-mission {
        border-bottom: 1px solid #8ebae5;
        padding: 14% 0 20px;
    }
    .banner-mission .banner-heading {
        margin: 0 0 60px;
    }
    .home-our-products h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .home-our-products .sub-category-item {
        width: calc(50% - 1.5% - 4px);
    }
}

