

    .container
    {
        max-width: 1200px;
    }

    
    #slideshowParentcontainer
    {
        margin-top: 0px;
    }

    #slideshowParent
    {
        float: left;
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 40%;
        border: none;
        overflow: hidden;
        box-shadow: 0px 0px 20px #AAAAAA;
        box-shadow: none;
    }

    .slideDiv
    {
        z-index: 0;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0%;
        width: 100%;
        background-color: #444444;
        background-image: none;
        background-position: center;
        background-size: 100%;
        background-repeat: repeat-y;
        cursor: pointer;
        cursor: hand;
    }



    /* Slide With No Background */
    .slideTextDivNoBackground
    {
        float: left;
        width: 100%;
        padding-left: 0%;
        padding-top: 11%;
        overflow: visible;
        vertical-align: middle;
    }

    .slideTextDivNoBackground > h2
    {
        display: inline-block;
        width: 100%;
        font-size: 4vw;
        font-family: avenir;
        font-weight: normal;
        color: #FFFFFF;
        text-shadow: 0.05em 0.05em 0.075em rgba(0, 0, 0, 0.60);
        line-height: 100%;
        letter-spacing: 0px;
    }

    .slideTextDivNoBackground > p
    {
        display: inline-block;
        width: 100%;
        padding-top: 1%;
        font-size: 1.5vw;
        font-family: avenir;
        font-weight: normal;
        color: #FFFFFF;
        text-shadow: 0.1em 0.1em 0.1em #000000;
        line-height: 100%;
        letter-spacing: 0px;
    }


    #slideshowArrowLeft
    {
        position: absolute;
        left: 0px;
        top: 50%;
        top: calc(50% - 25px);
        padding-left: 15px;
        opacity: 0.85;
        border: none;
    }
    
    #slideshowArrowLeft:hover
    {
        opacity: 1;
    }   

    #slideshowArrowRight
    {
        position: absolute;
        right: 0px;
        top: 50%;
        top: calc(50% - 25px);
        padding-right: 15px;
        opacity: 0.85;
        border: none;
    }
    
    #slideshowArrowRight:hover
    {
        opacity: 1;
    }   

    .buttonSlideshow
    {
        display: inline-block;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        margin-top: 2%;
        vertical-align: middle;
        font-size: 1.25vw;
        font-family: oswald, arial;
        font-weight: normal;
        color: #FFFFFF;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 1.0);
        box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.5);
        box-shadow: none;
        white-space: nowrap;
    }

    .buttonSlideshow:hover
    {
        background-color: rgba(0,0,0,0.40);
    }

    .buttonSlideshow span
    {
        font-size: 1.25vw;
        font-family: inherit;
        font-weight: inherit;
        color: #FFFFFF;
        text-shadow: 0.1em 0.1em 0.2em #000000;
        display: inline-block;
        text-transform: none;
    }


    .slideshowSquare
    {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-right: 8px;
        cursor: pointer;
        cursor: hand;   
    }

    .slideshowSquareNotSelected
    {
        background-color: #AAAAAA;

        opacity: 0.75;
    }
    
    .slideshowSquareSelected
    {
        background-color: #FFFFFF;

        opacity: 1.0;
    }
    
    .lifestyleContainerDiv
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
        border: none;   
    }
    
    .lifestyleContainerDiv > h1
    {
        display: inline-block;
        width: 100%;
        text-transform: none;
        font-size: 18pt;
        font-family: avenir;
        font-weight: bold;
    }
    
    .lifestyleContainerDiv > p
    {
        font: 14pt avenir;
        margin-top: 5px;
        margin-bottom: 45px;
        color: #444444;
    }

    .lifestyleImageContainerDiv
    {
        display:flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        width: 100%;
        border: none;

    }

    .lifestyleImageContainerDiv > a
    {
        display: inline-block;
        text-align: center;
        position: relative;
        background-size: cover;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        width: 31%;
        height: 0px;
        padding-bottom: 20%;
        border: none;
        margin-bottom: 40px;


    }

    .lifestyleImageContainerDiv a > div
    {
        width: 100%;
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

    .lifestyleImageContainerDiv a > div > p
    {
        display: inline-block;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #FFFFFF;
        font: 12pt avenir;
        font-weight: normal;
        background-color: none;
        opacity: 1.0;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    
    .lifestyleImageContainerDiv > a:hover > div > p
    {
        opacity: 0.70;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    }   
    
    
    #productGroupContainerDiv
    {
        display: inline-block;
        width: 100%;
    }

    .productGroupDiv
    {
        display: inline-block;
        width: 100%;
        padding-top: 40px;
        margin-bottom: 40px;
        border-top: 1px solid #DDDDDD;
    }   
    
    .productGroupTitle
    {
        display: none;
        width: 100%;
        padding-bottom: 15px;
        font-size: 18pt;
        font-family: avenir;
        font-weight: bold;
        border-bottom: 1px solid #EEEEEE;
    }
    
    .productContainerDiv
    {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .productDiv
    {
        display: inline-block;
        width: 20%;
        margin-bottom: 25px;
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .productContainerDiv p
    {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        font-size: 12pt;
        font-family: avenir, oswald, arial;
    }
    
    .productGroupButton, .productGroupButton:link, .productGroupButton:active, .productGroupButton:visited
    {
        display: inline-block;
        padding: 15px;
        border: 1px solid #999999;
        font-size: 10pt;
        font-family: avenir;
        font-weight: bold;
        text-transform: uppercase;
        color: #444444;
    }
    
    .productGroupButton:hover
    {
        background-color: #EEEEEE;
    }

    .bottomTextParent
    {
        display: inline-block;
        width: 100%;
        padding-top: 25px;
        margin-bottom: 25px;

    }

    .bottomTextParent > p
    {
        color: #444444;
        font: 18pt avenir !important;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid #444444;
        padding-bottom: 25px;
    }

    .bottomText
    {
        display: inline-block;
        width: 48%;
        margin-bottom: 25px;
        margin-top: 25px;
    }


    .bottomText p
    {
        color: #444444;
        font: 14pt avenir;
        padding-bottom: 15px;
    }

    .bottomText a
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        color: #444444;
        font: 10pt avenir;
        text-transform: uppercase;
    }

    .bottomText a:hover
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        color: #5DDBD3;
        font: 10pt avenir;
        text-transform: uppercase;
    }

    .youtubeVideoParentDiv
    {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 56.25%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .youtubeVideo
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        width: calc(100% - 2px);
        height: 100%;
        border: 1px solid #999999;
        box-shadow: none;       
    }   
    
    @media screen and (max-width: 800px)
    {
        #headernavigationcontainerdiv
        {
            margin-bottom: 0px !important;
        }   
    
        #slideshowParentcontainer
        {
            width: 100%;
            margin-top: 0px;
        }
    
        #slideshowParent
        {
            float: left;
            position: relative;
            width: 100%;
            height: 0px;
            padding-bottom: 100%;
            border: none;
            overflow: hidden;
        }

        #slideshowArrowLeft
        {
            padding-left: 5px;
        }

        #slideshowArrowRight
        {
            padding-left: 5px;
        }       
        
        #slideshowSquares
        {
            visibility: hidden;
        }       
        
        .slideDiv
        {
            background-position: center center;
            background-size: cover;
        }
        
        .slideTextDivNoBackground
        {
            padding-top: 40%;
        }
        
        .slideTextDivNoBackground > h2
        {
            display: inline-block;
            width: 70%;
            padding-left: 14%;
            padding-right: 14%;
            font-size: 20pt;
            font-family: avenir;
            font-weight: bold;
            color: #FFFFFF;
            text-shadow: 0.05em 0.05em 0.075em rgba(0, 0, 0, 0.80);
            line-height: 100%;
            letter-spacing: 0px;
        }       
        
        .slideTextDivNoBackground > p
        {
            display: none;
        }

        .buttonSlideshow
        {
            display: inline-block;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 10px;
            margin-bottom: 0px;
            vertical-align: middle;
            font-size: 10pt;
            font-family: oswald, arial;
            font-weight: normal;
            color: #FFFFFF;
            border-radius: 0px;
            background-color: rgba(0, 0, 0, 0.35);
            border: 2px solid rgba(255, 255, 255, 1.0);
            box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.5);
            box-shadow: none;
            white-space: nowrap;
        }
        
        .buttonSlideshow span
        {
            font-size: 10pt;
        }


        .lifestyleImageContainerDiv > a
        {
            width: 100%;
            padding-bottom: 65%;
        }

        .lifestyleImageContainerDiv > a:nth-child(4)
        {
            width: 100%;
            padding-bottom: 65%;
        }



        .lifestyleImageContainerDiv > a:nth-child(4)
        {



        }


        .lifestyleImageContainerDiv div
        {

            width: 100%;
            position: absolute;
            bottom: 10px;
            text-align: center;


        }
        .lifestyleImageContainerDiv div p
        {
            margin-bottom: 20px;
            opacity: 0.80;
        }

        .productDiv
        {
            display: inline-block;
            width: 40%;
            margin-bottom: 25px;
        }
    }   
    
