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;

}

h1:after, h2:after
{
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    background-color: #CCCCCC;
    content: "";
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 10pt;
    line-height: 0%;
}

.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
{
    width: 100%;
    max-width: 1800px;
    margin-top: -15px;
    border-top: 1px solid #DDDDDD;
}

#slideshowParent
{
    padding-bottom: 40%;
}   

.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: 47%;
    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;
}

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

.sectionTitle
{
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    font-family: montserratregular, oswald;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #222222;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    word-spacing: 5px;
    text-align: left;
}

.subjectsContainerDiv
{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    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;
}

.subjectsDiv
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 32%;
    border: none;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 40px;
}

.subjectsImage
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    padding-bottom: 120%;
    border: 1px solid #999999;
    background-position: center center;
    background-size: cover;    
}

.subjectsTitle
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    color: #444444;
    text-transform: uppercase;
    font-size: 11pt;
    font-family: montserratregular, oswald;
    text-align: center;    
}

.featuredCollectionDiv
{
    display: inline-block;
    width: 22%;
}

.featuredCollectionTitle
{
    font-size: 10pt;
}

#aboutCompanyDiv
{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}


#imageflowcontainerdiv
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    text-align: left;
    border: none;
    margin-top: 20px;
    margin-bottom: 60px;
}

#imageflowcontainerdiv img
{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-radius: 0px;
}

.flowdiv
{
    display: inline-block;
    position: relative;
    flex: none;
    -webkit-flex: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-radius: 0px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    cursor: hand;
    box-shadow: 2px 2px 8px #EEEEEE;
    box-shadow: none;
}

.flowdivtitle, .flowdivtitle2
{
    position: absolute;
    bottom: 0px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align: left;
    visibility: hidden;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.flowdivtitle
{
    background: linear-gradient(transparent, #000000, #000000);
    background: -webkit-linear-gradient(transparent, #000000, #000000);
    background: -o-linear-gradient(transparent, #000000, #000000);
    background: -moz-linear-gradient(transparent, #000000, #000000);
    opacity: 0.60;
    filter: alpha(opacity=60);

}

.flowdivtitle2
{
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.flowdiv:hover .flowdivtitle, .flowdiv:hover .flowdivtitle2
{
    visibility: visible;
}

.flowdivtitle2 > p
{
    padding-left: 10px;
    padding-top: 5px;
    font: 9pt arial;
    color: #FFFFFF;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 840px)
{
    
    h1, h2
        {
        font-size: 18pt;
    }    
    
    .headerSubtext
        {
        font-size: 9pt;
    }    
    
    .collectionHomepageContainerDiv
        {
        width: 100%;
    }        
    
    .featuredCollectionDiv
        {   
        width: 30%;
    }
    
    .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;
    }
}


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

    #slideshowParent
        {
        padding-bottom: 100%;
    }

    .slideDiv
        {
        background-size: cover;
    }
    
    .subjectsDiv
        {
        width: 45%;
    }

    .featuredCollectionDiv
        {   
        width: 45%;
    }    
    
}
