.container
{
    display: block;
}

#headerCustomNavigationMenuContainerDiv
{
    margin-bottom: 0px !important;
}

#headerCustomNavigationSingleRowMenuContainerDiv
{
    margin-bottom: 0px !important;
}

.mainpage
{
    float: left;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 120px;
    height: 120px;
}

.n {background-color: #AAAAAA;}
.h {background-color: #FFFFFF;}

#slideshowParentcontainer
{
    padding-top: 0px;
}

#slideshowParent
{
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 42%;
    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: cover;
    background-repeat: repeat-y;
    outline-offset: -2px;    
}



/* Slide With Background */
.slideTextDivWithBackground
{
    float: left;
    position: relative;
    width: 30%;
    margin-left: 6%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    background: rgba(0,0,0,0.6);

}


.slideTextDivWithBackground > h2
{
    display: inline-block;
    width: 100%;
    padding-top: 25%;
    padding-bottom: 10px;
    font-size: 32pt;
    font-family: oswald, arial;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 2px 4px #444444;
}

.slideTextDivWithBackground > p
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font: 14pt arial;
    color: #FFFFFF;
    vertical-align: middle;
}

.slideTextDivWithBackground > p:nth-child(4)
{
    font: 12pt arial;
}


/* Slide With Soft Background */
.slideTextDivWithSoftBackground
{
    float: left;
    position: relative;
    width: 30%;
    margin-left: 6%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.2), rgba(0,0,0,0.3), rgba(0,0,0,0.4), rgba(0,0,0,0.4), rgba(0,0,0,0.4), rgba(0,0,0,0.3), rgba(0,0,0,0.2), transparent);


}


.slideTextDivWithSoftBackground > h2
{
    display: inline-block;
    width: 100%;
    padding-top: 25%;
    padding-bottom: 10px;
    font-size: 32pt;
    font-family: oswald, arial;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 2px 4px #444444;
}

.slideTextDivWithSoftBackground > p
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font: 14pt arial;
    color: #FFFFFF;
    vertical-align: middle;
}

.slideTextDivWithSoftBackground > p:nth-child(4)
{
    font: 12pt arial;
}


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

.slideTextDivNoBackground > h2
{
    display: inline-block;
    width: 100%;
    font-size: 36pt;
    font-family: oswald;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 2px 2px 15px #222222;
    letter-spacing: 0px;
    line-height: 100%;
}

.slideTextDivNoBackground > p
{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    font: 14pt arial;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px #000000;
    line-height: 100%;
    letter-spacing: 0px;
}

#slideshowArrowLeft
{
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowRight
{
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowLeftLink:focus #slideshowArrowLeft, #slideshowArrowRightLink:focus #slideshowArrowRight
{
    border: 2px solid #90BAFE;
}

.buttonSlideshow
{
    display: inline-block;
    width: 90%;
    max-width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: middle;
    font-size: 14pt;
    font-family: oswald, arial;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.20);
    border: 1px solid #FFFFFF;
}

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

.buttonSlideshow span
{
    width: 90%;
    font-size: 14pt;
    font-family: arial;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px #444444;
    display: inline-block;
    text-transform: uppercase;
}


/* Categories */
.topCategories
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 15px;
}

.topCategories > p
{
    width: 100%;
    text-align: left;
    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;

}

.topCategories > div
{
    width: 100%;
    text-align: justify;
}


.topCategoriesDiv
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 22%;
    border: none;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.topCategoriesDiv img
{
    float: left;
    width: 100%;
    overflow: hidden;
}

.topCategoriesDiv > p
{
    position: absolute;
    width: 100%;
    bottom: 0px;    
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11pt;
    font-family: montserratregular, oswald;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    opacity: 0.60;
}


/* Gift Guide */
.giftGuide
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}

.giftGuide img
{
    width: 100%;
    overflow: hidden;
}


/* Featured Collections */
.featuredCollectionsParentDiv
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: justify;
}

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

.featuredCollectionDiv
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 31%;
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}

.featuredCollectionImageContainerDiv
{
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}

.featuredCollectionBottomDiv
{
    display: inline-block;
    width: 80%;
    margin-top: 15px;
}

.featuredCollectionTitle, .featuredCollectionTitle:active, .featuredCollectionTitle:link, .featuredCollectionTitle:visited
{
    display: inline-block;
    width: 100%;
    font-size: 12pt;
    font-family: montserratregular, oswald;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 5px;
    text-decoration: none;
}

.featuredCollectionDescription
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 11pt;
    font-family: avenir, arial;
    color: #444444;
}



/* Explore Products */
.exploreProducts
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 0px;
}

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

.exploreProducts > div
{
    width: 100%;
    text-align: justify;
}

.exploreProductsDiv
{
    display: inline-block;
    vertical-align: top;
    width: 14%;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.exploreProductsDiv img
{
    display: inline-block;
    max-width: 100%;
    max-height: 150px;
    overflow: hidden;
    padding-bottom: 10px;
}

.exploreProductsDiv p
{
    display: inline-block;
    width: 100%;
    font-size: 12pt;
    font-family: oswald;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.exploreProductsDiv p a, .exploreProductsDiv p a:link
{
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}




#topProductContainerDiv
{
    float: left;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    vertical-align: top;
}

.topProductDiv {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}



.topProductDiv p:nth-child(1) {
    width: 100%;
    font-size: 14pt;
    font-family: oswald, arial;
    font-weight: normal;
    color: #222222;
    text-shadow: none;
    letter-spacing: 0px;
}

.topProductDiv p:nth-child(2) {
    font: 9pt arial;
}

.topProductDiv p:nth-child(1) a {
    font: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
}

.topProductDiv p:nth-child(2) a {
    font: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
}

.topProductDiv p:nth-child(1) a:hover {
    color: #000000;
    text-shadow: 1px 1px 2px #CCCCCC;
}

.topProductDiv p:nth-child(2) a:hover {
    color: #000000;
    text-shadow: 1px 1px 2px #CCCCCC;
}


/* About the Company */
#aboutCompanyDiv
{
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
    text-align: left;
}

#aboutCompanyDiv > p
{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 11pt;
    font-family: avenir, arial;
    padding-bottom: 15px;
    color: #444444;
}

#aboutCompanyDiv > p:nth-child(1)
{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16pt;
    font-family: montserratregular, arial;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    word-spacing: 5px;

}

#featuredimagesparentdiv
{
    float: right;
    width: 100%;
    border: none;
    box-shadow: none;
    text-align: center;
    overflow: hidden;
}

.featuredImagesDiv
{
    float: left;
    width: 10%;
    overflow: hidden;
    margin:0px;
    padding: 0px;
    border: none;
}


@media screen and (max-width: 1200px)
{
    .buttonSlideshow
    {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 12pt;
    }

    .buttonSlideshow span
    {
        font-size: 12pt;
    }

    .slideshowbox > div > p:nth-child(1)
    {
        padding-top: 0px;
        padding-bottom: 10px;
        font: 18pt oswald;
    }

}


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

    #slideshowParentcontainer
    {
        width: 100%;
        padding-top: 0px;
    }

    /* Slide With Background */
    .slideTextDivWithBackground > h2
    {
        padding-top: 15%;
        font-size: 26pt;
    }

    .slideTextDivWithBackground > p
    {
        font: 12pt arial;
        padding-bottom: 10px;

    }

    .slideTextDivWithBackground > p:nth-child(4)
    {
        font: 10pt arial;
    }


    /* Slide With No Background */
    .slideTextDivNoBackground
    {
        padding-top: 8%;
    }

    .slideTextDivNoBackground > h2
    {
        font-size: 26pt;
    }

    .slideTextDivNoBackground > p
    {
        padding-top: 10px;
        font: 12pt arial;
        padding-bottom: 10px;
    }

    #slideshowParent
    {
        border-left: none;
        border-right: none;
        box-shadow: none;
    }

    .buttonSlideshow
    {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 9pt;
        border-radius: 2px;
    }

    .buttonSlideshow span
    {
        font-size: 9pt;
        text-transform: none;
    }

    .topCategoriesDiv
    {
        width: 45%;
    }

    .exploreProductsDiv
    {
        width: 31%;
    }

    #topProductContainerDiv
    {
        padding-top: 15px;
    }

    .topProductDiv
    {
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topProductDiv p:nth-child(1)
    {
        font-size: 12pt;
    }

    .topProductDiv p:nth-child(2)
    {
        font: 9pt arial;
    }

    .featuredImagesDiv
    {
        width: 25%;
    }

    .featuredImagesDiv:nth-child(n+21)
    {
        display: none;
    }

}


@media screen and (max-width: 640px)
{
    #slideshowParent
    {
        padding-bottom: 50%;
    }

    /* Slide With Background */
    .slideTextDivWithBackground > h2
    {
        padding-top: 40%;
        font-size: 24pt;
    }

    .slideTextDivWithBackground > p
    {
        display: none;
    }


    /* Slide With No Background */
    .slideTextDivNoBackground
    {
        padding-top: 10%;
    }

    .slideTextDivNoBackground > h2
    {
        font-size: 24pt;
    }

    .slideTextDivNoBackground > p
    {
        display: none;
    }

    .buttonSlideshow
    {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 9pt;
        border-radius: 2px;
    }

    .buttonSlideshow span
    {
        font-size: 10pt;
    }

    #slideshowSquares
    {
        visibility: hidden;
    }

    #slideshowArrowLeft
    {
        padding-left: 5px;
    }

    #slideshowArrowRight
    {
        padding-right: 5px;
    }

    .topCategoriesDiv
    {
        width: 45%;
    }

    .featuredCollectionDiv
        {
        width: 100%;
        margin-bottom: 40px;
    }

    .featuredImagesDiv:nth-child(n+13)
        {
        display: none;
    }
}


@media screen and (max-width: 400px)
{
    #slideshowParentcontainer
    {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    #slideshowParent
    {
        padding-bottom: 55%;
    }

    /* Slide With Background */
    .slideTextDivWithBackground
    {
        margin-left: 10%;
        width: 30%;
    }

    /* Slide With No Background */

    .slideTextDivNoBackground > h2
    {
        padding-bottom: 10px;
    }

    #slidevogue h2
    {
        font-size: 20pt;
        padding-top: 15px;
    }


    .buttonSlideshow
    {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 8pt;
        border-radius: 2px;
    }

    .buttonSlideshow span
    {
        font-size: 8pt;
    }

    #topProductContainerDiv
    {
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .featuredImagesDiv
    {
        width: 50%;
    }

}
