
    .container
    {
        max-width: 1200px;
    }

    h1
    {
        display: inline-block;
        width: 100%;
        text-transform: none;
        font-size: 24pt;
        font-family: cabin, avenir;
        font-weight: normal;
        text-transform: none, uppercase;
        word-spacing: 5px;
        
        font-size: 18pt;
        font-family: montserratregular, leaguegothic, cabin, avenir;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 2px;
        color: #444444;
    }
    
    h1::after
    {
        display: block;
        width: 60px;
        height: 2px;
        overflow: hidden;
        background-color: #57DBD7;      
        background-color: #CCCCCC;
        content: "";
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 10pt;
        line-height: 0%;
    }
    
    h2
    {
        display: inline-block;
        width: 100%;
        text-transform: none;
        font-size: 24pt;
        font-family: cabin, avenir;
        font-weight: normal;
    }
    
    h2::after
    {
        display: block;
        width: 100px;
        height: 2px;
        overflow: hidden;
        background-color: #CCCCCC;
        content: "";
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 10pt;
        line-height: 0%;
    }   
    
    
    #slideshowParentContainer
    {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
        border-top: 1px solid #CCCCCC;
    }

    #slideshowParent
    {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 60%;
        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% - 50px);
        padding: 30px;
        padding-left: 15px;
        opacity: 0.85;
        border: none;
    }
    
    #slideshowArrowLeft:hover
    {
        opacity: 1;
    }   

    #slideshowArrowRight
    {
        position: absolute;
        right: 0px;
        top: 50%;
        top: calc(50% - 50px);
        padding: 30px;
        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: 1px solid rgba(255, 255, 255, 1.0);
        border-radius: 0px;
        box-shadow: none;
        margin-right: 8px;
        cursor: pointer;
        cursor: hand;   
    }

    .slideshowSquareNotSelected
    {
        background-color: rgba(255, 255, 255, 0.25);
    }
    
    .slideshowSquareSelected
    {
        background-color: rgba(255, 255, 255, 1.0);
    }
    
    .lifestyleContainerDiv
    {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
        border: none;   
    }
    
    .lifestyleContainerDiv > p
    {
        display: inline-block;
        font-size: 12pt;
        font-family: avenir, helvetica, avenir;
        margin-top: 0px;
        color: #666666;
        line-height: 140%;
    }

    .lifestyleImageContainerDiv
    {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
        text-align: justify;

    }

    .lifestyleImageDiv
    {
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        position: relative;
        background-size: cover;
        width: 32.0%;
        height: 0px;
        padding-bottom: 22%;
		border: 1px solid #DDDDDD;
		border-radius: 4px;
		box-shadow: 0px 16px 8px -8px rgba(0,0,0,0.10);
        margin-bottom: 1.5%;
        overflow: hidden;
    }   

    .lifestyleImage
    {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .2s ease-in;
    }


    .lifestyleImageTextContainerDiv
    {
        box-sizing: border-box;    
        position: absolute;
        bottom: 0px;    
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        text-align: left;
    }

    .lifestyleImageText
    {
        display: inline-block;
        padding: 10px;
        font-size: 10pt;
        font-family: montserratregular, avenir;
        font-weight: normal;
        background-color: rgba(255, 255, 255, 0.60);
        color: #222222;
        text-transform: uppercase;
        word-spacing: 2px;
        border: 1px solid rgba(255, 255, 255, 0.80);
        border-radius: 2px;
        border: none;
    }

    .lifestyleImageDiv:hover .lifestyleImageText
    {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        box-shadow: none;
    }

    .lifestyleImageDiv:hover .lifestyleImage
    {
        transform: scale(1.05);
    }  
    
    .lifestyleSpreadDiv
    {
        display: inline-block;
        width: 100%;
        height: 0px;
        overflow: hidden;
    }
    
    
    #productGroupContainerDiv
    {
        display: inline-block;
        width: 100%;
    }

    .productGroupDiv
    {
        display: inline-block;
        width: 100%;
        padding-top: 60px;
        margin-bottom: 80px;
        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: 2px solid #8DD4B3;
		border-radius: 4px;
        font-size: 10pt;
        font-family: montserratregular, cabin, avenir;
        font-weight: normal;
        text-transform: uppercase;
        color: #444444;
        word-spacing: 2px;
		box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.05);
    }
    
    .productGroupButton:hover
    {
        background-color: #8DD4B3;
        color: #FFFFFF;
    }

    .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;
    }
    
    .youtubeVideoParentContainer
    {
        display: inline-block;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
        border-top: 1px solid #CCCCCC;
    }

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

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


        .lifestyleImageDiv
        {
            width: 100%;
            padding-bottom: 65%;
            margin-bottom: 40px;
        }

        .lifestyleImageTextContainerDiv
        {
            text-align: center;
        }
        
        .lifestyleImageText
        {
            opacity: 0.90;
        }

        .productDiv
        {
            display: inline-block;
            width: 40%;
            margin-bottom: 25px;
        }
    }   
    
@media screen and (max-width: 640px)
{
  
    .lifestyleImageDiv
        {
        width: 100%;
        padding-bottom: 30%;
        margin-bottom: 20px;
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD !important;
        border-radius: 0px;
        box-shadow: 0px 12px 5px -5px rgba(0, 0, 0, 0.10);
	}

    .lifestyleImage
        {
        top: 0px;
        left: 0px;
        width: 50%;
        height: 100%;
    }    
    
    .lifestyleImageTextContainerDiv
        {
        display: inline-flex;
        
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;        
        
        box-sizing: border-box;    
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        padding: 20px;
        background-color: #FFFFFF;
    }

    .lifestyleImageText
        {
        font-family: montserratregular;
        font-size: 11pt;
        text-transform: uppercase;
        text-align: center;
    }

    .lifestyleImageDiv:hover .lifestyleImageText
        {
        color: #000000;
    }
    
}