h1, h2
{
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    font-family: montserratregular, oswald, cabin, helvetica, oswald;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.5px;
    word-spacing: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    box-shadow: none;
    color: #444444;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;

}

.headerSubtext
{
    display: inline-block;
    width: 100%;
    max-width: 90%;
    padding-top: 0px;
    font-family: helvetica, avenir, arial;
    font-size: 12pt;
    color: #666666;
    line-height: 140%;
}

.headerSubtext a:link, .headerSubtext a:visited, .headerSubtext a:active
{
    font-size: inherit;
    font-weight: inherit;
    color: #335577;
    text-decoration: underline;
}

#slideshowParentcontainer
{
    padding-top: 0px;
}

#slideshowParent
{
    padding-bottom: 40%;
}   

.sectionDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%; 
}

.sectionDiv:nth-of-type(n+2)
{
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #CCCCCC;
}

.sectionDiv h2
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    font-family: franklin, arial;
    font-size: 14pt;
    color: #222222;
    text-transform: uppercase;
    text-align: left;
}

/* Top Section */
#topSectionDiv
{
    margin-top: 40px;
}

.topSectionFlexContainer 
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.topSectionFlexContainer:nth-of-type(2) 
{
	margin-top: 60px;
	border-top: 1px solid #CCCCCC;
	padding-top: 60px;
}

.topSectionImageDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 35%;
    text-align: center;
    order: 1;
    
}

.topSectionFlexContainer:nth-of-type(2) .topSectionImageDiv
{
	order: 2;
}

.topSectionTextDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 55%;
    text-align: left;
    order: 2;
    
}

.topSectionFlexContainer:nth-of-type(2) .topSectionTextDiv
{
	order: 1;
}


.topSectionImage
{
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
}

.topSectionTitle
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: 24pt;
    font-family: franklin, arial;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.topSectionText
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    font-size: 14pt;
    font-family: avenir, arial;
    color: #444444;
    text-align: left;
}

.topSectionButton,
.topSectionButton:active,
.topSectionButton:link,
.topSectionButton:visited
{
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
    font-size: 14pt;
    font-family: montserratregular, oswald, franklin, arial;
    font-weight: normal;
    color: #444444;
    border: 2px solid #999999;
    text-transform: uppercase;
    text-align: center;
}

.topSectionButton:hover
{
    color: #FFFFFF;
    background-color: #E90606;
    border-color: #E90606;
}


/* Product Section */
#productSectionFlexContainer
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.productSectionProductDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 22.5%;
    text-align: center;
    order: 1;
    
}

.productSectionImage
{
    display: inline-block;
    max-width: 100%;
    max-height: 240px;
}

.productSectionButton,
.productSectionButton:active,
.productSectionButton:link,
.productSectionButton:visited
{
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
    font-size: 10pt;
    font-family: montserratregular, franklin, arial;
    font-weight: normal;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #999999;    
}

.productSectionButton:hover
{
    color: #FFFFFF;
    background-color: #E90606;
    border-color: #E90606;
}


/* Collection Section */
#collectionSectionFlexContainer
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.collectionSectionProductDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 15%;
    padding-left: 1%;
    padding-right: 1%;    
    margin-bottom: 40px;
    text-align: center;
    order: 1;
    
}

.collectionSectionImage
{
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
}

.collectionSectionText
{
    display: inline-block;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 10pt;
    font-family: franklin, arial;
    font-weight: normal;
    color: #444444;
    text-transform: none;
    text-align: center;
}


/* Best Seller Section */
#bestSellersSectionFlexContainer
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}

.bestSellersSectionProductDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 22%;   
    margin-bottom: 40px;
    text-align: center;
    order: 1;
    
}

.bestSellersSectionImage
{
    display: inline-block;
    max-width: 100%;
    max-height: 240px;
}

.bestSellersSectionText
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    font-size: 12pt;
    font-family: franklin, arial;
    font-weight: normal;
    color: #444444;
    text-transform: none;
    text-align: center;
}

.bestSellersSectionPrice
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    font-size: 10pt;
    font-family: avenir, arial;
    font-weight: normal;
    color: #444444;
    text-transform: none;
    text-align: center;
}



.collectionGroupTab:link, .collectionGroupTab:active, .collectionGroupTab:visited
{
    display: inline-block;
    font-size: 10pt;
    font-family: cabin, montserratregular, oswald, arial;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: 1px;
    color: #444444;
}

.collectionGroupTab:hover
{
    color: #222222;
    border-bottom: 3px solid #58DBD7;
}

.collectionGroupTabSelected, .collectionGroupTabSelected:link, .collectionGroupTabSelected:active, .collectionGroupTabSelected:visited
{
    color: #089B97;
    border-bottom: 3px solid #58DBD7;
} 


.collectionHomepageContainerDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 45%;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: center;
    padding-bottom: 60px;
}

.collectionHomepageImageDiv
{
    text-align: justify;
}

.collectionHomepageImageDiv img
{
    float: none;
    display: inline-block;
    box-sizing: border-box;
    width: 23.0%;
    max-width: 120px;
    max-width: 200px;
    margin-bottom: 2%;
    border: none;
    box-shadow: 0px 10px 10px -5px #DDDDDD;
    vertical-align: top;
}

.collectionHomepageImageDiv img:nth-child(1)
{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 48%;
    margin-right: 3%;
    margin-bottom: 0%;
    max-width: 230px;
    max-width: 400px;
    border: none;
    vertical-align: top;
}

.collectionHomepageImageProductDiv
{
    text-align: center;
}

.collectionHomepageImageProductDiv img, .collectionHomepageImageProductDiv img:nth-child(1)
{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 30%;
    margin: 0%;
    border: none;
    box-shadow: none;
    vertical-align: top;
}

.collectionHomepageTextContainerDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.collectionHomepageTitle
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11pt;
    font-family: montserratregular, avenir, helvetica, cabin, oswald, arial;
    font-weight: normal;
    color: #444444;
    text-transform: uppercase;
}

.collectionHomepageSubTitle
{
    width: 100%;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9pt;
    font-family: avenir, cabin, oswald, arial;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

.collectionHomepageGhostButton, .collectionHomepageGhostButton:active, .collectionHomepageGhostButton:link, .collectionHomepageGhostButton:hover, .collectionHomepageGhostButton:visited
{
    display: inline-block;
    padding: 15px;
    font-size: 12pt;
    font-family: cabin;
    border: 2px solid #999999;
}

.collectionHomepageGhostButton:hover
{
    border: 2px solid #444444;
}


.collectionimagediv a:nth-child(n + 6) img
{
    margin-bottom: 0%;
}

.buttonCollectionGroup, .buttonCollectionGroup:link, .buttonCollectionGroup:active, .buttonCollectionGroup:hover, .buttonCollectionGroup:visited
{
    float: none;
    display: inline-block;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;        
    text-align: center;
    font-size: 11pt;
    font-family: cabin, oswald, arial;
    text-transform: none;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    margin-bottom: 10px;
    background-color: rgba(106,201,157,1.00);
    background-color: rgba(255,255,255,1.00);
    letter-spacing: 1px;
    word-spacing: 2px;
}

.buttonCollectionGroup:hover
{
    color: #FFFFFF;
    border: 1px solid rgba(106,201,157,1.00);
    background-color: rgba(106,201,157,1.00);
}    

#buttonCollectionGroupPrevious
{
    padding-left: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowLeft.gif');
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#buttonCollectionGroupNext
{
    padding-right: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowRight.gif');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}


@media screen and (max-width: 840px)
{
    
    h1, h2
        {
        font-size: 18pt;
    }    
    
    .headerSubtext
        {
        font-size: 9pt;
    }    
    
    .collectionHomepageContainerDiv
        {
        width: 100%;
    }        
    
    .imageFlowTab:link, .imageFlowTab:active, .imageFlowTab:visited
        {
        font-size: 11pt;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 12px;
    }

    .imageFlowTab:nth-child(n + 4)
        {
        display: none;
    }

    .collectionGroupTab:nth-child(n + 3)
        {
        display: none;
    }
    
    .sectionDiv h2
        {
        text-align: center;
    }
    
    .topSectionTitle,
    .topSectionText
    {
	    text-align: center;	
    }

	.topSectionFlexContainer
	{
		justify-content: center;
	}

    .topSectionFlexContainer:nth-of-type(2) .topSectionImageDiv
	{
		order: 1;
	}
    
    .topSectionFlexContainer:nth-of-type(2) .topSectionTextDiv
	{
		order: 2;
	}
    
    .topSectionImageDiv   
    {
        width: 90%;
   }
    
    .topSectionTextDiv
    {
        width: 90%;
        margin-top: 40px;
        text-align: center;
    }
    
    .collectionSectionProductDiv
    {
        width: 24%;
    }
    
}


@media screen and (max-width: 640px)
{

    #slideshowParent
        {
        padding-bottom: 100%;
    }

    .slideDiv
        {
        background-size: cover;
    }
    
    .collectionSectionProductDiv
        {
        width: 48%;
    }    
    
    .bestSellersSectionProductDiv
        {
        width: 48%;
    }
    
}
