@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansProRegular.eot');
    src: url('../fonts/SourceSansProRegular.eot') format('embedded-opentype'),
    url('../fonts/SourceSansProRegular.woff2') format('woff2'),
    url('../fonts/SourceSansProRegular.woff') format('woff'),
    url('../fonts/SourceSansProRegular.ttf') format('truetype'),
    url('../fonts/SourceSansProRegular.otf') format('opentype'),
    url('../fonts/SourceSansProRegular.svg#SourceSansProRegular') format('svg');
}

@font-face {
    font-family: 'SourceSansProBlack';
    src: url('../fonts/SourceSansProBlack.eot');
    src: url('../fonts/SourceSansProBlack.eot') format('embedded-opentype'),
    url('../fonts/SourceSansProBlack.woff2') format('woff2'),
    url('../fonts/SourceSansProBlack.woff') format('woff'),
    url('../fonts/SourceSansProBlack.ttf') format('truetype'),
    url('../fonts/SourceSansProBlack.otf') format('opentype'),
    url('../fonts/SourceSansProBlack.svg#SourceSansProBlack') format('svg');
}

#outerLimits {
    position: absolute;
    width:100%;
}
#header {
    background: #4B4C4D;
    color: #ffffff;
    font-size: small;
    line-height: 4;
    position: relative;
    z-index: 102;
}

#hangOver {
    z-index: 101;
    position: relative;
}

@media screen and (max-width: 991px) {
    #outerLimits ,
    #header,
    #hangOver {
        z-index: auto;
        position: static;
    }
    #hangOver {
        margin-top:1em;
    }
    #header {
        line-height: 2;
        padding-bottom: 1em;
    }
}
#header a {
    color: #ffffff;
}

#mainNavigation {
    font-size: 14px;
}

#dffs {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}

#headerContact {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height:52px;
}

@media screen and (max-width: 375px) {
    #headerContact {
        font-size: 18px;
    }
}

@media screen and (max-width: 359px) {
    #headerContact {
        font-size: 16px;
    }
}


.ccm-image-block {
    /* emulate img-responsive */
    display: block;
    height: auto;
    max-width: 100%;
}

.white {
    background: #ffffff;
}

.paleGreen {
    background: #EEF6E7;
}

.subscribe {
    background: #ffffff;
    padding: 2em 0 0;
}

#emailIcon img {
    margin: 0 auto;
}

#getTheLatest {
    font-size: large;
    font-weight: bold;
    padding-top: 1.3em;
    text-align: justify;
    text-align-last: justify;
    padding-right: 1em;
}

#getTheLatest p:after {
    content: "";
    display: inline-block;
    width: 100%;
}

body {
    background: url(../images/Grass.jpg) center top fixed repeat-x;
}

section {
    font-size: 18px;
}

#footerTiles {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media screen and (max-width: 1280px) {
    body {
        background-image: url(../images/Grass1280.jpg);
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: url(../images/Grass768.jpg);
    }
}

@media screen and (max-width: 414px) {
    body {
        background-image: url(../images/Grass414.jpg);
    }
}

#footer1 {
    background: #4B4C4D url(../images/Footer1bg.png) repeat-x;
    min-height: 100px;
    color: #BCBDC0;
    padding-top: 2em;
    padding-bottom: 2em;
}

#footer1 a {
    color: #BCBDC0;
}

#footer2 {
    background: #A3A4A8;
    color: #ffffff;
    font-size: small;
    line-height: 3;
}
@media screen and (max-width: 991px) {
    #footer2 {
        line-height: 2;
    }
}
#footer2 a {
    color: #ffffff;
}

#shopFooter ul,
#infoFooter ul,
#accountFooter ul,
#serviceFooter ul {
    list-style: none inside;
    margin: 0;
    padding: 0;
}

#shopFooter ul li:first-child,
#infoFooter ul li:first-child,
#accountFooter ul li:first-child,
#serviceFooter ul li:first-child {
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #ffffff;
}

#danglingLogo,
#danglingPromo,
#danglingLogin {
    background: #ffffff;
    padding: 2em 3em 1em 3em;
    border-radius: 20px 20px 30px 30px;
    color: #000000;
    text-align: center;
    min-height: 6em;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
    margin-bottom: 2em;
    float: left;
    max-width: 312px;
    box-sizing: border-box;
}

#danglingPromo {
    float: none;
    margin-top:70px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    padding:1em;
    max-width:100%;
}

#danglingLogin {
    border-radius: 0 0 30px 30px;
    float: right;
    color: #9d9d9c;
    min-width: 100%;
    padding: 3em 2em 1em;
}

#danglingLogin a {
    color: #9d9d9c;
}

.totalProds {
    color: #f8414d;
}

@media screen and (max-width: 991px) {
    #danglingLogo,
    #danglingLogin {
        float: none;
        margin-top: 0;
        box-shadow: none;
        border-radius: 20px;
        padding: 1em;
        min-height:3em;
    }
    #danglingPromo {

    }
}
@media screen and (max-width: 767px) {
    #danglingLogo  {
        width:100%;
        max-width:100%;
    }
    #danglingLogo img {
        margin: 0 auto;
    }
    #danglingPromo {
        margin-top: 0;
        border-radius: 20px;
    }

}
#homeNavIcons {
    margin-top: 5em;
    padding-bottom: 5em;
}

.homePageButton {
    background: #ffffff;
    color: #414445;
    border-radius: 20px;
    padding: 1em;
    height: 173px;
    width: 173px;
    max-width: 173px;
    display: block;
    margin: 1em auto;
    text-align: center;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.homePageButton a {
    color: #414445;
}

.homePageButtonLink a {
    color: #ffffff;
    text-align: center;
    font-size: large;
    display: block;
    text-transform: uppercase;
}
.homePageButton img {
    margin: 0 auto;
}
.greenButtonContainer {
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0;
    line-height:1;
    font-weight: bold;
}
.greenButtonContainer img {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius:30px;
    background: #8CC63F;
    margin-bottom:10px;
}
.greenButtonContainer span {
    text-align: center;
}

@media screen and (max-width: 900px){
    .greenButtonContainer span {
        font-size: smaller;
    }
}
@media screen and (max-width: 767px){
    .greenButtonContainer span {
        font-size: small;
    }
    .greenButtonContainer img {
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
        border-radius:20px;
    }
}
@media screen and (max-width: 414px){
    .greenButtonContainer span {
        font-size: x-small;
    }
    .greenButtonContainer img {
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
        border-radius:10px;
    }


}
@media screen and (max-width: 991px) {
    .homePageButton {
        width: 100%;
        height: 100%;
    }
}

.navbar-toggle {
    background: #8CC63F none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 5px;
    z-index: 2000;
}

@media screen and (min-width: 768px) {
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    ul.nav {
        float: none;
        text-align: center;
    }
}

#breadBin {
    background: #F3F3F3;
    padding: 1em 0;
    font-size: 14px;
}

#pageTitle {
    padding-top: 7px;
    line-height: 1;
}

#breadCrumb {
    float: right;
    background: #DCDDDF;
    border-radius: 10px;
    padding: 7px 14px;
    line-height: 1;
}

.responsive-centred {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/* Product set accordion block on products page */

#prodSetAccordionContainer {
    margin-top: 1em;
}

.prodSetTrigger {
    cursor: pointer;
    margin-bottom: 20px;
}

.prodSetTrigger span {
    display: inline-block;
    font-size: 60pt;
    font-weight: bold;
    font-weight: 900;
    border-radius: 20px;
    line-height: 100px;
    color: #000000;
    text-align: center;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.prodSetTrigger {
    margin-bottom: 20px;
}

.prodSetTrigger.active {
    color: #8cc63f;
    margin-bottom: auto;
}

.prodSetTrigger.active span {
    color: #8cc63f;
}

.prodSetTrigger div {
    border-bottom: 1px solid #000000;
}

.prodSetAccordion ul {
    list-style: none inside;
    padding: 0;
}

.prodSetAccordion ul li {
    border-bottom: 1px solid #000000;
    padding-left: 2em;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .prodSetAccordion ul li {
        font-size: 14px;
        padding-left: 1em;
    }
}

.prodSetAccordion ul li a {
    color: #000000;
}

/* product list main page */
.mainProductListSet {
    border-top: 1px solid #000000;
    padding-top: 1em;
    margin-top: 5em;
}

.productListItem img {
    border: 1px solid #000;
}

.productListTitle {
    display: block;
    margin: 1em 0;
    text-align: center;
    font-size: 14px;
}

a.productListViewMore {
    display: block;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 3;
    font-size: larger;
    color: #000000;
    margin-bottom: 1em;
}

/* Product Detail display */
.ccm-productListImage > img.ccm-productListDefaultImage, .ccm-productListImage:hover > img.ccm-productListHoverImage {
    display: block;
}

.ccm-productListImage > img.ccm-productListHoverImage, .ccm-productListImage:hover > img.ccm-productListDefaultImage {
    display: none;
}

.productPricing {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    font-size: larger;
}

.productDetails {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #000000;
}

.prodContact {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.similarProduct {
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.spName {
    min-height:80px;
    border-bottom: 2px solid #000000;
    margin-bottom: 10px;
}
.similarProduct h3 {
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:0;
    margin-left: 1em;
    margin-right: 1em;
}


#similarProducts .productPricing {
    border: 0;
    margin: 0;
    min-height: 72px;
    padding-bottom:0;
}

#similarProducts .carousel-inner {
    padding:3px; /* Allows for drop shadow to show */
}

#similarProducts .viewMore {
    background: #82C555;
    color: #000000;
    display: block;
    line-height: 3;
    font-size: large;
    text-transform: uppercase;
    margin: 1em 1em 1em;
}

#similarProducts .viewMore a {
    display: block;
    color: #000000;
}

@media screen and (max-width: 991px) {
    .similarProduct h3 {
        font-size: inherit;
    }
    #similarProducts .productPricing {
        font-size: smaller;
        min-height:46px;
    }
}

#similarProducts .carousel-control.right,
#similarProducts .carousel-control.left  {
    background-image: none;
}

#similarProducts .carousel-control {
    width:5%;
    color: #BBBCBC;
}

#similarProducts
.carousel-control .icon-prev::before {
    content: "\f137";
    font-family: "FontAwesome";
}


#similarProducts
.carousel-control .icon-next::before {
    content: "\f138";
    font-family: "FontAwesome";
}

#sliderContainer {

}
#slider{
   margin:0 auto;
}

.cycle-caption h2 {
    font-size:34pt;
    font-weight: bold;
    font-family: SourceSansProBlack, SourceSansProRegular, arial, Helvetica, sans-serif;
}
.cycle-caption h4 {
    font-size:16pt;
    font-weight: bold;
    font-family: SourceSansProBlack, SourceSansProRegular, arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1199px) {
    .cycle-caption h2 {
        font-size:30pt;
    }
    .cycle-caption h4 {
        font-size:16pt;
    }
}

@media screen and (max-width: 991px) {
    .cycle-caption h2 {
        font-size:30pt;
    }
    .cycle-caption h4 {
        font-size:20pt;
    }
}
@media screen and (max-width: 767px) {
    .cycle-caption h2 {
        font-size:30pt;
    }
    .cycle-caption h4 {
        font-size:14pt;
    }
}
@media screen and (max-width: 414px) {
    .cycle-caption h2 {
        font-size:20pt;
    }
    .cycle-caption h4 {
        font-size:12pt;
    }
}
@media screen and (max-width: 375px) {
    .cycle-caption h2 {
        font-size:18pt;
    }
    .cycle-caption h4 {
        font-size:10pt;
    }
}

@media screen and (max-width: 360px) {
    .cycle-caption h2 {
        font-size:16pt;
    }
    .cycle-caption h4 {
        font-size:10pt;
    }
}
@media screen and (max-width: 320px) {
    .cycle-caption h2 {
        font-size:14pt;
    }
    .cycle-caption h4 {
        font-size:8pt;
    }
}
.cycle-caption {
    top: 15%;
    color: #ffffff;
    height: auto;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    text-align: center;
}

.FDBlogIndexItem {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom:2em;
}
.FDBlogIndexThumbnail {
    display: block;
    height: auto;
    max-width: 100%;
    background: #ffffff;
}
.FDBlogIndexThumbnail img {
    margin:0 auto;
}
.FDBlogIndexText {
    background: #D2D3D3;
    font-weight: bold;
    color:#000000;
    padding:1em;
    font-size: smaller;
}
.FDBlogIndexText h1,
.FDBlogIndexText h2,
.FDBlogIndexText h3,
.FDBlogIndexText h4,
.FDBlogIndexText h5 {
    margin-top:0;
}

.FDBlogIndexText a {
    color: #4F5051;
}

#pagination {
    text-align: center;
}
#pagination>span {
    display: inline-block;
    background: #82C555;
    width: 50px;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#ffffff;
    font-size: larger;
    margin: 0 5px;
}
#pagination>span a {
    display: block;
    color: #ffffff;
}
#pagination .ltgray {
    color:#d0d0d0;
}
#pagination span a:hover {
    text-decoration: none;
}
#pagination span.currentPage {
    background: #B9DB9F;
}

/* this is a hack. Designers :( */

.onePXUnderLine {
    background: url(../images/onepxblack.gif) left 50% repeat-x;
}
.onePXUnderLine > p > span {
    background: #ffffff;
    padding-left:1em;
    padding-right:1em;
}

.FDNewsCategories {
    list-style: none inside;
    padding:0;
}
.FDNewsCategories li {
    border-bottom: 1px solid #000000;
}
.FDNewsCategories li:last-child {
    border:0;
}
.FDNewsCategories li a {
    color:#000000;
}
.FDNewsCategories li a:hover {
    text-decoration: none;
}