#slideshowParent
{
	padding-bottom: 40%;
}

.sectionDiv
{
	margin-bottom: 30px;
}

.slick-slide
{
	padding: 0px;
}

#slideshowSectionDiv
{
    margin-bottom: 40px;
}

h2
{
    display: inline-block;
    width: 100%;    
    font-size: 16pt;
    font-family: montserratregular, leaguegothic, cabin, avenir;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #444444;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}

h3
{
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-size: 12pt;
    font-family: avenir, cabin, sans-serif;
    font-weight: normal;
    color: #555555;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.sectionProductGroupFullWidthSlider > div
{
    margin-top: 40px;
}

.sliderProductName, .sliderArtworkName, .sliderProductPrice
{
    display: none;
}

.productContainerDiv p
{
    display: none;
}

.lifestyleTextInDiv
{
    width: 49%;
}

#featuredCollections
{
    margin-top: 20px;
}

#third .lifestyleTextInDiv
{
    width: 32%;
}

#narrow .lifestyleTextInDiv
{
    width: 25%;
}

#third .lifestyleTextInDiv > div
{
	padding-bottom: 130%;
}

#narrow .lifestyleTextInDiv > div
{
	padding-bottom: 180%;
}


#narrow .lifestyleTextInDiv p
{
	display: none;
}


.lifestyleTextInDiv > div
{
    background-position: top center;
}

#featuredCollections .textImageLeftRightTitle, .textImageLeftRightSubtitle, .textImageLeftRightButtonContainerDiv
{
	text-align: left;
}




@media screen and (max-width: 800px)
{
    #slideshowParent
    {
	   padding-bottom: 100%;
	    
    }
    
    	#third .lifestyleTextInDiv
	{
    		width: 100%;
	}
	
	#half .lifestyleTextInDiv
	{
    		width: 100%;
	}
	
	#narrow .lifestyleTextInDiv
	{
    		width: 100%;
	}

	.productDiv
	{
		width: 33%;
	}

}