@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

html {
	
	width: 100%;
	
}

body {
	
	margin: 0;
	font-family: "Granville", Times, serif;
	font-size: 1em;
	
}

/* Menus */
#menu-home {
	
	width: 100%;
	height: 180px;
	min-width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	
}

#menu-home.cookieConsent, #menu-interior.cookieConsent {
	
	top: 140px;
	
}

#menu-home .logomark {
	
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border: 1px solid #fff;
	
}

#menu-home .menu-items {
	
	text-transform: uppercase;
	width: 260px;
	position: absolute;
	top: 50%;
	margin: 0;
	padding-left: 0;
	margin-top: -5px;
	
}

#menu-home .menu-left {

	right: 50%;	
	margin-right: 70px;
	text-align: right;
	
}

#menu-home .menu-left li {
	
	margin-left: 20px;
	
}

#menu-home .menu-right {
	
	left: 50%;	
	margin-left: 70px
	
}

#menu-home .menu-right li {
	
	margin-right: 20px;
	
}

#menu-home .menu-items li {
	
	display: inline-block;
	
}

#menu-home .menu-items a:link, #menu-home .menu-items a:visited {
	
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	
}

#menu-home .menu-items a:hover {
	
	text-decoration: none;
	color: #DCE0E1;
	
}

#menu-home.alt .menu-items a:link, #menu-home.alt .menu-items a:visited {
	
	transition: color 0.1s linear;
	text-decoration: none;
	color: #5D6A70;
	
}

#menu-home.alt .menu-items a:hover {
	
	text-decoration: none;
	color: #2D363A;
	
}

#menu-interior {
	
	width: 100%;
	height: 58px;
	min-width: 600px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 1000;
	
}

#menu-interior .logomark {
	
	width: 50px;
	height: 50px;
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -25px;
	border: 0.5px solid #fff;
	
}

#menu-interior .menu-items {
	
	text-transform: uppercase;
	width: 260px;
	position: absolute;
	top: 50%;
	margin: 0;
	padding-left: 0;
	margin-top: -5px;
	
}

#menu-interior .menu-left {

	right: 50%;	
	margin-right: 55px;
	text-align: right;
	
}

#menu-interior .menu-left li {
	
	margin-left: 20px;
	
}

#menu-interior .menu-right {
	
	left: 50%;	
	margin-left: 55px
	
}

#menu-home .menu-left.alt, #menu-interior .menu-left.alt {
	
	width: 370px;
	
}

#menu-home .menu-right.alt, #menu-interior .menu-right.alt {
	
	width: 370px;
	
}

#menu-interior .menu-right li {
	
	margin-right: 20px;
	
}

#menu-interior .menu-items li {
	
	display: inline-block;
	
}

#menu-interior .menu-items a:link, #menu-interior .menu-items a:visited {
	
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	
}

#menu-interior .menu-items a:hover {
	
	text-decoration: none;
	color: #DCE0E1;
	
}

/* Feature area */

#feature-home-main, 
#feature-home-tertiary {
	
	width: 100%;
	padding-bottom: 40.27%; /* 1440px x 580px aspect ratio */
	position: relative;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	
}

#feature-home-tertiary {
	
	border-top: 2px solid #fff;
		
}

#feature-home-main.cookieConsent {
	
	margin-top: 140px;
	
}

#feature-home-main .promo-container {
	
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 244px;
	overflow: hidden;
	z-index: 505;
 	
}

#feature-home-main .promo-container img {
	
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -244px;
	/* initial position; animates up */
	
}

#feature-home-main .feature-image-container, 
#feature-home-tertiary .feature-image-container {
	
	background-size: 100%;
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 100%;
	
}

#feature-home-main .feature-video {
	
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover;
    
}

#feature-home-main .feature-image, 
#feature-home-tertiary .feature-image {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	
}

#feature-home-main img.preloader,
#feature-home-tertiary img.preloader {
	
	width: 40px;
	top: 50%; left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	
}


#feature-home-main .cta-shade,
#feature-home-tertiary .cta-shade {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 */
	filter: alpha(opacity=40); /* IE 5-7 */
	-moz-opacity: 0.4; /* Netscape */
	-khtml-opacity: 0.4; /* Safari 1.x */
	opacity: 0.4; /* Good browsers */
		
}

#feature-home-main .cta,
#feature-home-tertiary .cta {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	text-align: center;
		
}

#feature-home-main .cta h2,
#feature-home-tertiary .cta h2 {
	
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.4em;
	font-family: "Granville", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	top: 51.83%; left: 0; right: 0;
	
}

#feature-home-main .cta h2.sixty {
	
	top: 41.83%;
	font-size: 3.12em;
	
}

#feature-home-main .cta h2.sixty img {
	
	width: 50px;
	height: 48px;
	
}

#feature-home-main .cta #feature-home-blurb {
	
	position: absolute;
	top: 40%; left: 32%; right: 32%;
	width: 36%;
	
}

#feature-home-main .cta #feature-home-blurb a:link, #feature-home-main .cta #feature-home-blurb a:visited {
	
	width: 100%;
	height: 100%;
	display: block;
	color: #2D363A;
	
}

#feature-home-main .cta #feature-home-blurb a:hover {
	
	text-decoration: none;
	
}

#feature-home-main .cta #feature-home-blurb h2 {
	
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
	font-family: "Granville", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	color: #2D363A;
	
}

#feature-home-main .cta #feature-home-blurb p {

	margin-top: 6px;	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #2D363A;
	
}

#feature-home-main .cta #feature-home-blurb a:link .button-faux {
	
	display: inline-block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 7px 30px;
	font-weight: 600;
	color: #2D363A;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	
}

#feature-home-main .cta #feature-home-blurb a:hover .button-faux {
	
	background-color: #fff;
	
}

#feature-home-main .cta #feature-home-blurb a:link .button-faux-big {
	
	margin-top: 10%;
	font-size: 1.5em;
	
}

#feature-home-main .cta .cta-button {
	
	position: relative !important;	
	
}

#feature-home-main .cta h2 .sub1, #feature-home-main .cta h2 .sub2,
#feature-home-tertiary .cta h2 .sub1, #feature-home-tertiary .cta h2 .sub2 {
	
	display: inline-block;
	
}

#feature-home-main .cta h2 .sub1,
#feature-home-tertiary .cta h2 .sub1 {
	
	font-size: 0.58em;
	
}

#feature-home-main .cta h2 .sub2,
#feature-home-tertiary .cta h2 .sub2 {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: none;
	margin-top: 14px;
	font-size: 0.85em;
	
}

#feature-home-main .cta h2 a:link, #feature-home-main .cta h2 a:visited, #feature-home-main .cta h2 a:hover,
#feature-home-tertiary .cta h2 a:link, #feature-home-tertiary .cta h2 a:visited, #feature-home-tertiary .cta h2 a:hover {
	
	color: #fff;
	text-decoration: none;
	
}

#feature-home-main .cta .cta-button,
#feature-home-tertiary .cta .cta-button {
	
	transform: border 0.1s linear;
	border: 1px solid #fff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.45em;
	padding: 5px;
	margin-top: 15px;
	min-width: 120px;
	width: 120px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 61.20%; left: 0; right: 0;
	margin: 0 auto;
	
}

#feature-home-main .cta .cta-button:hover,
#feature-home-tertiary .cta .cta-button:hover {

	border: 1px solid #DCE0E1;
	
}

#feature-home-main .cta .cta-button:link, #feature-home-main .cta .cta-button:visited,
#feature-home-tertiary .cta .cta-button:link, #feature-home-tertiary .cta .cta-button:visited {
	
	transition: color 0.1s linear;
	color: #fff;
	text-decoration: none;
	
}

#feature-home-main .cta .cta-button:hover,
#feature-home-tertiary .cta .cta-button:hover {
	
	/*color: #DCE0E1;*/
	text-decoration: none;
	color: #5D6A70;
	background-color: #fff;
	border: 1px solid #fff;
	
}

#feature-home-main .cta--194video {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	text-align: center;
	background-color: transparent;
		
}

#feature-home-main .cta--194video .cta-button,
#feature-home-main .cta--194video .cta-button:hover {

	background-color: transparent;
	transform: none;
	border: none;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.45em;
	padding: 5px;
	margin-top: 15px;
	min-width: 120px;
	width: 100%;
	height: 70%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30%; left: 0; right: 0;
	margin: 0 auto;
	
}

#menu-home.alt--194video .menu-items a:link,
#menu-home.alt--194video .menu-items a:visited,
#menu-home.alt--194video .menu-items a:hover {
	color: #fff;
}

#feature-home-main .cta .cta-button-inverse {

	transform: border 1s linear;
	transform: background-color 1s linear;
	transform: color 1s linear;
	color: #5D6A70 !important;
	background-color: #fff;
	border: 1px solid #fff;

}

#feature-home-main .cta .cta-button-inverse:hover {
	
	text-decoration: none;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff !important;
	
}

#feature-home-main .cta #cta-retailer,
#feature-home-tertiary .cta #cta-retailer {
	
	min-width: 200px;
	top: 35%;
}

#feature-home-main .cta #cta-retailer.fr,
#feature-home-tertiary .cta #cta-retailer.fr {
	
	min-width: 250px;
}

#ppolicy-temp-notice {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5D6A70;
	letter-spacing: 0;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10%;
	padding-right: 10%;
	
}

#ppolicy-temp-notice a:link, 
#ppolicy-temp-notice a:visited, 
#ppolicy-temp-notice a:hover {
	
	text-decoration: underline;
	
} 

#feature-home-secondary {
	
	width: 100%;
	padding-bottom: 25%; /* 1440px x 360px aspect ratio */
	position: relative;
	
}

#feature-home-secondary .feature-item {
	
	width: 33.3333%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	border-right: 2px solid #fff;
  	overflow: hidden;
	
}

#feature-home-secondary .feature-item a:hover .feature-image {
	
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	
}

#feature-home-secondary .feature-item a:hover .cta-shade {
	
	display: block;
	
}

#feature-home-secondary .feature-item a:hover .cta {
	
	display: block;
	
}

#feature-home-secondary .feature-item .feature-image {
	
	transition: 0.5s -webkit-filter ease;
	width: 100%;
	height: auto;
	
}

#feature-home-secondary .feature-item .cta-shade {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
	display: none;
	
}

#feature-home-secondary .feature-item .cta {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	text-align: center;
	display: none;
	
}

#feature-home-secondary .feature-item .cta .icon {
	
	width: 80px;
	margin-top: 25%;
	
}

#feature-home-secondary .feature-item .cta h3 {
	
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	
}

#feature-home-secondary .feature-item1 {
	
	left: 0;
	
}

#feature-home-secondary .feature-item2 {
	
	left: 33.3333%;
	
}

#feature-home-secondary .feature-item3 {
	
	right: 0;
	left: auto;
	border-right: none;
	
}

/* Who we are */

#who-we-are {
	
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
	
}

#who-we-are h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-top: 80px;
	margin-bottom: 20px;
	
}

#who-we-are p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 55.55%;
	min-width: 600px;
	margin: 0 auto;
	text-align: justify;
	
}

/* Store locator */

#store-locator {
	
	width: 100%;
	text-align: center;
	
}

#store-locator a:link, #store-locator a:visited {
	
	padding: 70px 0 70px;
	display: block;
	background-color: transparent;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	
}

#store-locator a:hover {
	
	background-color: #a8a5a2;
	text-decoration: none;
	
}

#store-locator .icon {
	
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	
}

#store-locator h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#store-locator p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 55.55%;
	min-width: 600px;
	margin: 0 auto;
	text-align: center;
	
}

#store-locator a:hover h2, #store-locator a:hover p {
	
	text-decoration: none !important;
	background-color: none !important;
	
}


/* Celebrities */

#celebrities {
	
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
	padding-top: 80px;
	
}

#celebrities h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}

#celebrities .logo {
	
	width: 300px;
	height: 130px;
	display: inline-block;
	text-align: center;
	margin-right: 50px;
	
}

#celebrities .last {
	
	margin-right: 0;
	
}

#celebrities .logo .logo-image {
	
	transition: 0.2s opacity ease;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#celebrities .logo a:hover .logo-image {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

/* As seen in */

#as-seen-in {
	
	width: 100%;
	text-align: center;
	padding-bottom: 110px;
	padding-top: 80px;
	
}

#as-seen-in h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}

#as-seen-in .logo {
	
	width: 220px;
	height: 100px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	
}

#as-seen-in .last {
	
	margin-right: 0;
	
}

#as-seen-in .logo .logo-image {
	
	transition: 0.2s opacity ease;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#as-seen-in .logo a:hover .logo-image {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

#content-container.collections.cookieConsent, 
#content-container.blog.cookieConsent,
#content-container.storelocator.cookieConsent,
#content-container.about.cookieConsent,
#content-container.careers.cookieConsent,
#content-container.careers-detail.cookieConsent {
	
	margin-top: 218px;
	
}

/* Collections */

#content-container.collections {
	
	margin-top: 78px;
	
}

#collection-selected {
	
	margin-left: 20px;
	margin-right: 20px;

}

#collection-selected .collection-image-container {
	
	margin-bottom: 0px;
	position: relative;
	
}

#collection-selected .collection-image-container .blocker {
	
	width: 100%;
	height: auto;
	position: relative;
	z-index: 500;
	float: left;
	
}

#collection-selected .collection-image-container .blocker a {

	width: 100%;
	height: auto;
	padding-bottom: 56.29%;
	display: block;

}

#collection-selected .collection-image-container .collection-image {
	
	width: 100%;
	padding-bottom: 56.29%; /* 1400px x 788px aspect ratio */
	position: relative;
	background-color: #fff;
	
}

#collection-selected .collection-image-container .collection-image.new2019 {
	
	background-color: #ebebeb !important;
	
}

#collection-selected .collection-image-container .collection-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
}

#collection-selected .collection-image-container .collection-image img.image {
	
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	display: none;
	
}

#collection-selected .collection-image-container .collection-image img.preloader {
	
	width: 40px;
	top: 50%; left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	
}

#collection-selected .collection-description {
	
	width: 1170px;
	margin: 0 auto;
	
}

#collection-selected h1 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 40px;
	
}

#collection-selected h2 {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0;
	
}

#collection-selected #button-previous, #collection-selected #button-next {
	
	width: 75px;
	height: 75px;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	
}

#collection-selected #button-previous {
	
	left: 0;
	z-index: 501;
	
}

#collection-selected #button-next {
	
	right: 0;
	z-index: 502;
	
}

#collection-selected #button-previous.disabled, #collection-selected #button-next.disabled {
	
	display: none;
	
}

#collection-selected #button-previous a, #collection-selected #button-next a {
	
	transition: background 0.2s linear;
	width: 75px;
	height: 75px;
	display: inline-block;
	background: rgba(220, 224, 225, 0.5);
	
}

#collection-selected #button-previous a:hover, #collection-selected #button-next a:hover {

	background: rgba(220, 224, 225, 1);
	
}

#collection-selected #button-previous img, #collection-selected #button-next img {
	
	position: absolute;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -8px;
	
}

#collection-selected #button-previous img {
	
	margin-left: -12px;
	
}

#collection-selected #button-next img {
	
	margin-left: -8px;
	
}

#collection-selected .collection-thumbs {
	
	position: absolute;
	bottom: 6px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	height: 75px;
	text-align: center;
	width: 100%;
	z-index: 503;
	
}

#collection-selected .collection-thumbs li {
	
	display: inline-block;
	width: 75px;
	height: 75px;
	margin-right: 6px;
	background-color: #5D6A70;
	
}

#collection-selected .collection-thumbs li.thumb-of {
	
	display: inline-block;
	width: 50px;
	height: 75px;
	margin-right: 6px;
	background-color: #5D6A70;
	
}

#collection-selected .collection-thumbs li.selected a img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
	
}

#collection-selected .collection-thumbs li.last {

	margin-right: 0;
	
}

#collection-selected .collection-thumbs a {
	
	display: inline-block;
	position: relative;
	width: 75px;
	height: 75px;
	
}

#collection-selected .collection-thumbs li.thumb-of a {
	
	display: inline-block;
	position: relative;
	width: 50px;
	height: 75px;
	overflow: hidden;
	text-align: center;
	
}

#collection-selected .collection-thumbs a img {
	
	width: 75px;
	
}

#collection-selected .collection-thumbs li.thumb-of a img {

	position: absolute;	
	margin-left: -37.5px;
	
}

#collection-selected .bts {
	
	display: inline-block;
	width: 280px;
	height: 75px;
	z-index: 504;
	position: absolute;
	right: 0;
	bottom: 6px;
	padding: 0;
	
}

#collection-selected .bts a:link, #collection-selected .bts a:visited {
	
	transition: 0.5s background-color ease;
	transition: 0.5s color ease;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #F3F4F5;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 75px;
	background-color: rgba(93, 106, 112, 0.9);
	
}

#collection-selected .bts a:hover {
	
	color: #fff;
	background-color: rgba(93, 106, 112, 1);
	
}

#collection-selected .bts a img {
	
	width: 75px;
	height: auto;
	float: left;
	margin-right: 15px;
	
}

#collection-selected .bts span {
	
	padding-top: 18px;
	display: block;
	width: 180px;
	padding-right: 10px;
	display: inline-block;	

}

#collection-items, #collection-items-secondary {
	
	width: 1180px;
	margin: 40px auto 0;
	
}

#collection-items-secondary h2 {
	
	font-family: "Granville", "Times", serif;
	font-size: 22px;
	font-weight: normal;
	clear: both; 
	padding: 20px 0px 10px; 
	margin: 0px 0px 0px 5px; 
	
}

#collection-items .collection-item,
#collection-items-secondary .collection-item {
	
	width: 226px;
	height: 226px;
	margin: 0 5px 10px 5px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
	
}

#collection-items.twoup .collection-item,
#collection-items-secondary.twoup .collection-item {

	width: 580px;
	height: 580px;
	
}

#collection-items.threeup .collection-item,
#collection-items-secondary.threeup .collection-item {
	
	width: 382px;
	height: 382px;
	
}

#collection-items.fourup .collection-item,
#collection-items-secondary.fourup .collection-item {

	width: 286px;
	height: 286px;
	
}

#collection-items.sixup .collection-item,
#collection-items-secondary.sixup .collection-item {

	width: 186px;
	height: 186px;
	
}

#collection-items .collection-item.last,
#collection-items-secondary .collection-item.last {
	
	margin-right: 0;
	
}

#collection-items .collection-item a,
#collection-items-secondary .collection-item a {
	
	overflow: hidden;
	display: inline-block;
	width: 226px;
	height: 226px;
	
}

#collection-items.twoup .collection-item a,
#collection-items-secondary.twoup .collection-item a {
	
	width: 560px;
	height: 560px;
	
}

#collection-items.threeup .collection-item a,
#collection-items-secondary.threeup .collection-item a {
	
	width: 382px;
	height: 382px;
	
}

#collection-items.fourup .collection-item a,
#collection-items-secondary.fourup .collection-item a {
	
	width: 286px;
	height: 286px;
	
}

#collection-items.sixup .collection-item a,
#collection-items-secondary.sixup .collection-item a {
	
	width: 186px;
	height: 186px;
	
	
}

#collection-items .collection-item a:hover .details,
#collection-items-secondary .collection-item a:hover .details {
	
	display: block;
	
}

#collection-items.alt .collection-item a:hover .details,
#collection-items-secondary.alt .collection-item a:hover .details {
	
	display: block;
	opacity: 1;
	
}

#collection-items .collection-item a:hover .collection-image,
#collection-items-secondary .collection-item a:hover .collection-image {
	
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);

}

#collection-items.alt .collection-item a:hover .collection-image,
#collection-items-secondary.alt .collection-item a:hover .collection-image {
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);

}

#collection-items .collection-item .collection-image,
#collection-items-secondary .collection-item .collection-image {
	
	transition: 0.5s -webkit-filter ease;
	height: 100%;
	
}

#collection-items .collection-item.viewing a,
#collection-items-secondary .collection-item.viewing a {

	background-color: #5D6A70;

}

#collection-items .collection-item.viewing a:hover .details,
#collection-items-secondary .collection-item.viewing a:hover .details {

	display: none;

}

#collection-items .collection-item.viewing a:hover .collection-image,
#collection-items-secondary .collection-item.viewing a:hover .collection-image {
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);

}

#collection-items .collection-item.viewing .collection-image,
#collection-items-secondary .collection-item.viewing .collection-image {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
	filter: alpha(opacity=30); /* IE 5-7 */
	-moz-opacity: 0.3; /* Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
	opacity: 0.3; /* Good browsers */

}

#collection-items .collection-item .details,
#collection-items-secondary .collection-item .details {
	
	width: 226px;
	height: 226px;
	position: absolute;
	top: 0; left: 50%;
	margin-left: -113px;
	background: rgba(93, 106, 112, 0.5);
	text-align: center;
	display: none;
	
}

#collection-items.alt .collection-item .details,
#collection-items-secondary.alt .collection-item .details {
	
	display: block;
	opacity: 0;
  
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition:    opacity .3s ease-in-out;
  -o-transition:      opacity .3s ease-in-out;
  -ms-transition:     opacity .3s ease-in-out;
  transition:         opacity .3s ease-in-out;	

}

#collection-items.twoup .collection-item .details,
#collection-items-secondary.twoup .collection-item .details {
	
	width: 560px;
	height: 560px;
	margin-left: -280px;
	
}

#collection-items.threeup .collection-item .details,
#collection-items-secondary.threeup .collection-item .details {
	
	width: 382px;
	height: 382px;
	margin-left: -191px;
	
}

#collection-items.fourup .collection-item .details,
#collection-items-secondary.fourup .collection-item .details {
	
	width: 286px;
	height: 286px;
	margin-left: -143px;
	
}

#collection-items.sixup .collection-item .details,
#collection-items-secondary.sixup .collection-item .details {
	
	width: 186px;
	height: 186px;
	margin-left: -93px;
	
}

#collection-items .collection-item .details .icon,
#collection-items-secondary .collection-item .details .icon {
	
	width: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	position: absolute;
	
}

#collection-items .collection-item .details h3,
#collection-items-secondary .collection-item .details h3 {
	
	color: #fff;
	font-weight: normal;
	font-size: 0.8em;
	width: 210px;
	text-align: center;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -105px;

}

#collection-video {
	
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	
}

#collection-video h2 {
	
	font-weight: normal;
	color: #5D6A70;
	font-size: 1.5em;
	
}

#collection-nav {
	
	width: 1110px;
	margin: 0 auto 20px;
	border-top: 1px solid #C4CBCE;
	
}

#collection-nav .collection-nav-item,
#collection-previous {
	
	border-top: 1px solid #C4CBCE;
	width: 1110px;
	margin: 0 auto;
	padding: 20px 0;
	
}

#collection-nav .collection-nav-item div,
#collection-previous div {
	
	width: 380px;
	margin: 0 auto;
	
}

#collection-nav .collection-nav-item div img,
#collection-previous div img {
	
	width: 80px;
	margin-right: 20px;
	float: left;
	
}

#collection-nav.fourup .collection-nav-item div img {
	
	width: 80px;
	margin-right: 20px;
	float: left;
	
}

#collection-nav .collection-nav-item a,
#collection-previous a {
	
	font-size: 1.35em;
	display: inline-block;
	float: left;
	margin-top: 30px;
	
}

#collection-nav.fourup .collection-nav-item a {
	
	font-size: 1.25em;
	width: 140px;
	
}

#collection-nav.twoup .collection-nav-item {
	
	width: 45%;
	display: inline-block;
	border-top: 0px;
	
}

#collection-nav.threeup .collection-nav-item {
	
	width: 31%;
	display: inline-block;
	border-top: 0px;
	padding: 20px 1%;
	
}

#collection-nav.threeup .collection-nav-item a {
	
	width: 270px;
	
}

#collection-nav.fourup .collection-nav-item {
	
	width: 22%;
	display: inline-block;
	border-top: 0px;
	padding: 20px 1%;
	
}

#collection-nav.fourup .collection-nav-item div {
	
	width: 240px;
	margin: 0;
	
}


/* Blog */

body.blog {
	
	background-color: #5D6A70;
	
}

#content-container.blog {
	
	margin-top: 58px;
	
}

#content-container.blog .content:before {
	
	content: "";
	position: fixed;
	left: 0; right: 0; 
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/images/collections/collection-2015-fall-image24-1-large.jpg);
	background-size: cover;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
	
}

#content-container.blog .content,
#blogoverlay-container .content {
	
	width: 1180px;
	margin: 0 auto 50px;
	z-index: 0;
	
}

body.blog #regions-container {
	
	position: fixed;
	width: 100%;
	bottom: 50px;
	text-align: center;
	z-index: 100;
	
}

body.blog #regions-container ul.regions {
	
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.80);
	padding: 18px 15px;

}

body.blog #regions-container ul.regions li {
	
	display: inline-block;
	margin: 0 15px;
	
}

body.blog #regions-container ul.regions li a {
	
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #C4CBCE;
	font-size: 16px;
	
}

body.blog #regions-container ul.regions li a:hover,
body.blog #regions-container ul.regions li a.current:hover {
	
	color: #fff;
	text-decoration: none;
	
}

body.blog #regions-container ul.regions li a.current {

	color: #fff;
	border-bottom: 2px solid #fff;

}

#content-container.blog.magazine .content {

	width: 100%;
	margin: 0 auto;
	
}

#content-container.blog .content #posts {
	
	width: 880px;
	margin-right: 20px;
	float: left;
	text-align: center;
		
}

#blogoverlay-container .content #posts {
	
	width: 880px;
	margin-right: 20px;
	float: left;
	text-align: center;
	overflow-y: scroll;
	
}

#content-container.blog.magazine .content #posts {

	width: 100%;
	margin-right: 0;
	float: none;
	text-align: center;

}

#content-container.blog .content #posts #celeb-profile-container {
	
	width: 780px;
	margin-left: 100px;
	margin-top: 20px;
	text-align: left;
	position: relative;
	
}

#content-container.blog .content #posts #celeb-profile-container .photo {

	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	top: -80px;

}

#content-container.blog .content #posts #celeb-profile-container .photo img {

	width: 100%;	
	
}

#content-container.blog .content #posts #celeb-profile-container .bio {

	padding: 100px 40px 20px 40px;
	margin-top: 100px;
	min-height: 110px;	
	
}

#content-container.blog .content #posts #celeb-profile-container .bio h1 {

	margin-top: 0;
	margin-bottom: 1px;
	font-size: 1.5em;
	font-weight: normal;
	color: #5D6A70;
	text-align: center;
	
}

#content-container.blog .content #posts #celeb-profile-container .bio p {

	margin-top: 7px;
	margin-bottom: 7px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #5D6A70;	
	
}

#content-container.blog .content #posts #celeb-profile-container .pastwinners {

	background-color: #f9f9f9;
	padding: 20px 20px 0;
	text-align: left;
	
}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner {

	width: 233px;
	height: 80px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;

}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner.first {

	margin-left: 0;

}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner.last {
	
	margin-right: 0;
	
}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner.very-last-by-itself {
	
	margin-right: 10px;
	margin-left: 10px;
	
}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner img {

	width: 80px;
	float: left;
	margin-right: 10px;

}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner h2 {

	font-weight: normal;
	font-size: 0.97em;	
	text-align: left;
	color: #5D6A70;
	margin-top: 11px;
	
}

#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner h2 .byline {

	font-size: 0.9em;

}

#content-container.blog .content #posts .post,
#blogoverlay-container .content #posts .post {
	
	width: 880px;
	margin-top: 20px;
	text-align: left;
	
}

#content-container.blog.magazine .content #posts .post {
	
	width: 16.66%;
	margin-top: 0;
	text-align: left;
	float: left;
		
}

#content-container.blog.magazine .content #posts .post a {
	
	display: block;
	border: 2px solid #fff;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	-webkit-transition: filter 0.2s, -webkit-filter 0.2s;
	transition: filter 0.2s, -webkit-filter 0.2s;
	
}

#content-container.blog.magazine .content #posts .post a:hover {
	
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
		
}

#content-container.blog.magazine .content #posts .post a.filtered {
	
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
	
}

#content-container.blog .content #posts .post .date,
#blogoverlay-container .content #posts .post .date {

	width: 80px;
	margin-right: 20px;
	float: left;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	color: #F3F4F5;
	text-align: center;
	text-transform: uppercase;

}

#content-container.blog .content #posts .post .date .month,
#blogoverlay-container .content #posts .post .date .month {

	font-size: 0.8em;
	display: block;
	clear: both;

}

#content-container.blog .content #posts .post .date .day,
#blogoverlay-container .content #posts .post .date .day {
	
	display: inline-block;
	width: 48px;
	height: 43px;
	color: #5D6A70;
	background: url(/images/bg-datecircle@2x.png) top left no-repeat;
	background-size: 48px 48px;
	font-size: 1.3em;
	padding-top: 5px;
	text-align: center;
	
}

#content-container.blog .content #posts .post .post-content,
#blogoverlay-container .content #posts .post .post-content {

	width: 780px;
	float: left;
	background-color: #fff;

}

#blogoverlay-container .content #posts .post .post-content {
	
	margin-bottom: 50px;
	
}

#content-container.blog.magazine .content #posts .post .post-content {

	width: 100%;
	float: none;
	display: block;

}

#content-container.blog .content #posts .post .post-content img.feature,
#blogoverlay-container .content #posts .post .post-content img.feature {

	width: 780px;

}

#content-container.blog.magazine .content #posts .post .post-content img.feature {

	width: 100%;
	display: block;

}

#content-container.blog .content #posts .post .post-content img.secondary,
#blogoverlay-container .content #posts .post .post-content img.secondary {
	
	width: 100%;
	
}

#content-container.blog .content #posts .post .post-content h2,
#blogoverlay-container .content #posts .post .post-content h2 {

	padding: 15px 20px 7px;
	margin: 0;
	font-weight: normal;
	color: #5D6A70;
	font-size: 1.5em;

}

#content-container.blog .content #posts .post .post-content p,
#content-container.blog .content #posts .post .post-content ol,
#content-container.blog .content #posts .post .post-content ul,
#blogoverlay-container .content #posts .post .post-content p,
#blogoverlay-container .content #posts .post .post-content ol,
#blogoverlay-container .content #posts .post .post-content ul {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em; 
	margin: 0;
	padding: 0 20px 16px;
	color: #8A979D;
	
}

#content-container.blog .content #posts .post .post-content ol,
#content-container.blog .content #posts .post .post-content ul,
#blogoverlay-container .content #posts .post .post-content ol,
#blogoverlay-container .content #posts .post .post-content ul {
	
	margin-left: 20px;
	
}

#content-container.blog .content #posts .post .post-content li,
#blogoverlay-container .content #posts .post .post-content li {
	
	margin-bottom: 20px;	
	
}

#content-container.blog .content #posts .post .post-content li li,
#blogoverlay-container .content #posts .post .post-content li li {
	
	margin-bottom: 10px;	
	
}

#content-container.blog .content #posts .post .post-content .hashtag,
#blogoverlay-container .content #posts .post .post-content .hashtag {
	
	color: #5D6A70;
	
}

#content-container.blog .content #posts .post .hashtags a.share,
#blogoverlay-container .content #posts .post .hashtags a.share {
	
	display: inline-block;
	float: right;
	
}

#content-container.blog .content #posts .post .hashtags a.share:link img,
#blogoverlay-container .content #posts .post .hashtags a.share:link img {

	transition: opacity 0.2s linear;
	width: 25px;
	height: auto;
	opacity: 0.6;
    filter: alpha(opacity=60);

}

#content-container.blog .content #posts .post .hashtags a.share:hover img,
#blogoverlay-container .content #posts .post .hashtags a.share:hover img {

	opacity: 1.0;
    filter: alpha(opacity=100);

}

#content-container.blog .content #posts img.preloader,
#blogoverlay-container .content #posts img.preloader {
	
	width: 54px;
	margin: 30px auto;
	padding-left: 100px;
	
}

#content-container.blog .content #sidebar {
	
	width: 280px;
	left: 900px;
	margin-top: 20px;
	float: right;

}

#content-container.blog .content #sidebar .newsletter {
	
	background: #fff;
	
}

#content-container.blog .content #sidebar .newsletter img {
	
	width: 280px;
	
}

#content-container.blog .content #sidebar .newsletter .preloader {
	
	width: 38px;
	margin: auto;
	margin-left: 6px;

}

#content-container.blog .content #sidebar .newsletter h3 {
	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #707D83;
	margin: 0;
	padding: 5px 10px;
	
}

#content-container.blog .content #sidebar .newsletter p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em; 
	margin: 0;
	padding: 0 10px 5px;
	color: #8A979D;
	
}

#content-container.blog .content #sidebar .newsletter form {
	
	margin: 0;
	padding: 5px 10px;
	
}

#content-container.blog .content #sidebar .newsletter form input.error[type=text] {
	
	border: 1px solid #EF2321;
		
}

#content-container.blog .content #sidebar .newsletter input[type=text] {
	
	transition: border 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: transparent;
	border: 1px solid #ACB6BA;
	padding: 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #2D363A;
	margin: 0;
	width: 238px;
	margin-bottom: 5px;
	
}

#content-container.blog .content #sidebar .newsletter input[type=text]:hover {
	
	border: 1px solid #5D6A70;
	
}

#content-container.blog .content #sidebar .newsletter input[type=text]:focus {
	
	border: 1px solid #5D6A70;
	
}

#content-container.blog .content #sidebar .newsletter input[type=submit], #content-container.blog .content #sidebar .newsletter input[type=button] {
	
	transition: background-color 0.2s linear;
	width: 260px;
	height: 38px;
	padding: 10px;
	background-color: #8A979D;
	color: #fff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	text-align: center;
	margin-bottom: 5px;
	
}

#content-container.blog .content #sidebar .newsletter input[type=submit]:hover, #content-container.blog .content #sidebar .newsletter input[type=button]:hover {
	
	background-color: #ACB6BA;
	
}

#content-container.blog .content #sidebar .recent-tags {
	
	background-color: #fff;
	margin-top: 20px;
	
}

#content-container.blog .content #sidebar .recent-tags h3 {
	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #707D83;
	margin: 0;
	padding: 10px 10px 5px;
	
}

#content-container.blog .content #sidebar .recent-tags ul {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em; 
	margin: 0;
	padding: 0 10px 10px;
	color: #8A979D;
	
}

#content-container.blog .content #sidebar .recent-tags li {
	
	display: inline-block;
	margin-right: 5px;
	
}

/* Blog -- Specific pages */
#content-container.blog #post894 h3 {
  padding: 0px 20px 7px;
  font-weight: normal;
  color: #5D6A70;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.5em;
}
  
#content-container.blog #post894 h4 {
  padding: 0px 20px 7px;
  font-weight: normal;
  color: #5D6A70;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.25em;
}

#content-container.blog #post894 h5 {
  padding: 0px 20px 7px;
  font-weight: normal;
  color: #5D6A70;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 1em;
}
  
#content-container.blog #post894 p {
    
}

#content-container.blog #post894 p.disclaimer {
  font-size: 0.75em;
  font-style: italic;
}
  
#content-container.blog #post894 ul {

}

#content-container.blog #post894 ul li {
  margin-bottom: 10px;
}

#content-container.blog #post894 ul li a {
  font-weight: bold;
}

#content-container.blog #post894 ul li a.nobold {
  font-weight: normal;
}

#content-container.blog #post894 ul li p {
  padding: 0px 0px 16px !important;
}

/* About */

#content-container #feature1 {
	
	width: 100%;
	padding-bottom: 40.28%;
	text-align: center;
	position: relative;
	
}

#content-container.careers #feature1 {
	
	width: 100%;
	padding-bottom: 40.28%;
	text-align: center;
	position: relative;
	
}

#content-container.careers a#button-apply,
#content-container.careers a#button-apply:link,
#content-container.careers a#button-apply:visited,
#content-container.careers a#button-apply:hover {
	
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #F3F4F5;
	background-color: #5D6A70;
	display: inline-block;
	float: right;
	padding: 11px 33px;
	border-radius: 3px;
	margin-top: -10px;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
	
}

#content-container.careers a#button-apply:hover {
	
	background-color: #8A979D;
	color: #fff;
	
}

#content-container.careers a#button-apply:active {

	background-color: #5D6A70;
	color: #DCE0E1;
	transform: translateY(1px);
	
}

#content-container.careers #button-apply-container {
	
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 -5px 30px 0 rgba(0,0,0,0.10);
	position: absolute;
	bottom: 0;
	width: 780px;
	padding: 0;
	left: 50%;
	margin-left: -390px;
	
}

#content-container.careers #button-apply-container.stick {

	position: fixed;

}

#content-container.careers a#button-apply.bottom {
	
	float: none;
	margin: 11px auto;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.15em;	
	
}

#content-container #feature1 .background {

	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/images/feature-about-1.jpg) no-repeat;
	background-size: 100%;
	background-position: 50% 0px;
	background-attachment: fixed;

}

#content-container.careers #feature1 .background {

	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/images/feature-careers-1.jpg) no-repeat;
	background-size: 100%;
	background-position: 50% 0px;
	background-attachment: fixed;

}

#content-container #feature1 h1 {

	width: 50%;
	height: 50px;
	position: absolute;
	top: -152px; left: 0; bottom: 0; right: 0;
	margin: auto;
	font-family: "Granville", "Times", serif;
	font-size: 2.35em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	
}

#content-container.about #feature2,
#content-container.careers #feature2 {

	width: 100%;
	position: relative;
	
}

#content-container.about #feature3,
#content-container.careers #feature3 {
	
	width: 100%;
	text-align: center;
	padding: 80px 0;

}

#content-container.about #feature3 img.icon,
#content-container.careers #feature3 img.icon {
	
	width: 80px;
	margin: auto;
	
}

#content-container.about #feature3 h2,
#content-container.careers #feature3 h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
	
}

#content-container.about #feature3 p,
#content-container.careers #feature3 p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 780px;
	min-width: 600px;
	margin: 0 auto;
	text-align: left;
	
}

#content-container.about #feature3.quote p {

	font-family: "Granville", Times, serif;
  font-size: 1em;
  width: 930px;
  font-weight: 300;
  line-height: 1.2em;  
  padding-left: 30px;
  padding-right: 30px;

}

#content-container.about #feature1 img, 
#content-container.about #feature4 img,
#content-container.careers #feature1 img, 
#content-container.careers #feature4 img {
	
	width: 100%;
	
}

#content-container.about #feature4 {
	
	/* 	height: 1080px; */
	padding-bottom: 75%;
	background: url(/images/feature-about-2.jpg) no-repeat;
	background-size: 100%;
	line-height: 0;
	
}

#content-container.about p,
#content-container.careers p {

	font-size: 1.05em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	
}

#content-container.about p {
	
	font-size: 0.85em;
	
}

#content-container.about .about-bios p,
#content-container.careers .careers-content-container p {
	
	margin-top: 0;
	padding: 0 50px;
	width: 290px;
	
}

#content-container.careers.detail .careers-content-container p {
	
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	width: auto;
	
}

#content-container.careers.detail .careers-content-container p.intro,
#content-container.careers.detail .careers-content-container p.conclusion {
	
	margin-top: 20px;
	font-size: 1.15em;
	
}

#content-container.about .about-bios {
	
	width: 100%;
	height: 1290px;
	margin: 0 auto;
	position: relative;
	
}

body.body--fr #content-container.about .about-bios,
body.body--it #content-container.about .about-bios,
body.body--gr #content-container.about .about-bios {
	
	height: 1430px;
	
}

body.body--sp #content-container.about .about-bios {
	
	height: 1320px;
	
}

#content-container.careers .careers-content-container {
	
	width: 100%;
	height: 837px;
	margin: 0 auto;
	position: relative;
	
}

#content-container.careers .careers-content-container #post-info {
	
	width: 120px;
	float: left;
	margin-right: 30px;
	clear: left;
	
}

#content-container.careers .careers-content-container #post-details {
	
	width: 510px;
	float: left;
	
}

#content-container.about .about-bios h2 {
	
	padding: 50px 50px 20px;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	max-width: 288px;
	
}

#content-container.about .about-bios .about-bio.joseph-ribkoff h2 {
	padding: 50px 50px 5px;
}

#content-container.about .quote {
	font-family: "Granville", Times, serif;
  font-size: 2.5vw;
  font-style: italic;
}

#content-container.about .quote--text {
  
}

#content-container.about .quote--source {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 0.7em;
}

#content-container.careers .careers-content-container h2 {

	font-family: "Granville", Times, serif;
	font-size: 1.83em;
	font-weight: normal;
	margin: 0;

}

#content-container.careers.detail .careers-content-container h2 {

	font-size: 2.3em;
	color: #5D6A70;

}

#content-container.careers .careers-content-container h3 {
	
	font-family: "Granville", Times, serif;
	font-size: 1.52em;
	font-weight: normal;
	color: #5D6A70;
	margin: 0;
	
}

#content-container.careers .careers-content-container ul {
	
	margin: 30px 0;
	padding-left: 30px;
	
}

#content-container.careers .careers-content-container ul ul {

	margin: 20px 0;

}

#content-container.careers .careers-content-container #post-details ul {
	
	margin: 10px 0 30px 30px;
	
}

#content-container.careers.detail .careers-content-container ul {
	
	padding-left: 0;
	
}

#content-container.careers .careers-content-container li {

	list-style: none;
	font-size: 0.73em;
	color: #8A979D;
	line-height: 28px;
	margin-bottom: 30px;

}

#content-container.careers .careers-content-container #post-details li {

	list-style: disc;

}

#content-container.careers .careers-content-container li ul li .label {
	
	font-size: 0.8em;
	line-height: 1.3em;
	color: #9CA8AD;
	text-transform: uppercase;
	
}

#content-container.careers .careers-content-container li ul li {

	font-size: 1.2em;
	color: #8A979D;
	line-height: 1.4em;
	margin-bottom: 20px;

}

#content-container.careers .careers-content-container li ul li {

	font-size: 1.14em;
	margin-bottom: 15px;	
	
}

#content-container.careers .careers-content-container .date,
#content-container.careers .careers-content-container .location {
	
	text-transform: uppercase;

}

#content-container.careers .careers-content-container .careers-content #return {
	
	font-size: 0.8em;
	
}

#content-container.about .about-bios .about-bio img {
	
	width: 390px;
	
}

#content-container.about .about-bios .about-bio.joseph-ribkoff,
#content-container.careers .careers-content-container .careers-content {
	
	margin: -210px auto;
	
}

#content-container.careers .careers-content-container .careers-content {
	
	padding: 50px 60px;
	min-height: 957px;
	
}

#content-container.careers .careers-content-container .careers-content {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.13em;
	color: #8A979D;
	line-height: 28px;
	
}

#content-container.about .about-bios .about-bio.domenic-mancini {
	
	top: 340px;
	
}

body.body--fr #content-container.about .about-bios .about-bio.domenic-mancini,
body.body--it #content-container.about .about-bios .about-bio.domenic-mancini,
body.body--gr #content-container.about .about-bios .about-bio.domenic-mancini {
  
  top: 430px;
  
}

body.body--sp #content-container.about .about-bios .about-bio.domenic-mancini {
  
  top: 370px;
  
}

#content-container.about .about-bios .about-bio.john-gunn {
	
	top: 840px;
	
}

body.body--fr #content-container.about .about-bios .about-bio.john-gunn,
body.body--it #content-container.about .about-bios .about-bio.john-gunn,
body.body--gr #content-container.about .about-bios .about-bio.john-gunn {
	
	top: 930px;
	
}

#content-container.about .about-bios .about-bio.joseph-ribkoff,
#content-container.about .about-bios .about-bio.domenic-mancini,
#content-container.about .about-bios .about-bio.john-gunn,
#content-container.careers .careers-content-container .careers-content {
	
	width: 780px;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	background-color: #fff;
	
}

#content-container.careers .careers-content-container .careers-content {
	
	width: 660px;
	
}

#content-container.about .about-bios .about-bio.joseph-ribkoff img,
#content-container.about .about-bios .about-bio.john-gunn img {
	
	float: right;
	
}

#content-container.about .about-bios .about-bio.domenic-mancini img {
	
	float: left;
	
}

#content-container.about .about-bios .about-bio.domenic-mancini h2,
#content-container.about .about-bios .about-bio.domenic-mancini p {
	
	float: left;
	
}

/* BTS */
#bts-container {
	
	width: 100%;
	height: auto;
	z-index: 2000;
	position: fixed;
	top: 0; left: 0;
	background: rgba(45, 54, 58, 0.9);	
	
}

#bts-container #bts {
	
	text-align: center;
	
}

#bts-container .bts-close-button {

	display: inline-block;	
	position: absolute;
	right: 20px;
	top: 20px;
	
}

#bts-container a.bts-close-button img {

	transition: 0.2s opacity linear;	
	width: 50px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#bts-container a.bts-close-button:hover img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

#bts-container #bts .content {
	
	/* display: table-cell; */
	text-align: center;
	vertical-align: top;
	padding-top: 80px;
	
}

/* Blog Overlay */

#blogoverlay-container {
	
	width: 100%;
	height: 100%;
	z-index: 2000;
	position: fixed;
	top: 0; left: 0;
	background: rgba(45, 54, 58, 0.9);	
	
}

#blogoverlay-container .close-button {

	display: inline-block;	
	position: absolute;
	right: 20px;
	top: 20px;
	
}

#blogoverlay-container a.close-button img {

	transition: 0.2s opacity linear;	
	width: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#blogoverlay-container a.close-button:hover img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

#blogoverlay-container #blog {
	
	display: table;
	width: 780px;
	height: 100%;
	margin: 0 auto;

}

#blogoverlay-container #blog .content {
	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	
}

/* Contact, Store Locator Exception */

#contact-container,
#signupoverlay-container,
#storelocatorexception-container {
	
	width: 100%;
	height: auto;
	z-index: 2000;
	position: fixed;
	top: 0; left: 0;
	background: rgba(45, 54, 58, 0.9);	
	
}

@media all and (max-height: 930px) {

    #contact-container {
        position: absolute;
        height: 100vh;
    }
    
}

@media all and (max-height: 450px) {

    #signupoverlay-container {
        position: absolute;
        height: 100vh;
    }
    
}

#contact-container .contact-close-button,
#signupoverlay-container .signupoverlay-close-button,
#storelocatorexception-container .storelocatorexception-close-button {

	display: inline-block;	
	position: absolute;
	right: 20px;
	top: 20px;
	
}

#contact-container .preloader,
#signupoverlay-container .preloader,
#storelocatorexception-container .preloader {
	
	width: 32px;
	margin: auto;
	
}

#footer .newsletter .preloader {
	
	width: 38px;
	margin: auto;
	margin-left: 6px;
	
}

#footer .newsletter .error {
	
	display: none;
	/*width: 220px;*/
	color: #fff;

}

#footer .newsletter .error a:link, #footer .newsletter .error a:hover {
	
	color: #fff;
	
}

#footer .newsletter a.signup-button:link, #footer .newsletter a.signup-button:visited {
	
	font-family: "Granville", Times, serif;
	background: #8A979D;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	padding: 12px 14px;
	transition: 0.2s background linear;	
	display: block;
	
}

#footer .newsletter a.signup-button:hover {
	
	text-decoration: none;
	background: #ACB6BA;

}

#footer .newsletter a.signup-button img {
	
	width: 20px;
	vertical-align: bottom;
	margin-right: 10px;
	
}

#contact-container .buttons.success {
	
	color: #9DEF45 !important;
	font-size: 1.2em !important;
	
}

#contact-container .buttons.error {
	
	color: #F46765 !important;
	font-size: 1.2em !important;
	
}

#contact-container a.contact-close-button img,
#signupoverlay-container a.signupoverlay-close-button img,
#storelocatorexception-container a.storelocatorexception-close-button img {

	transition: 0.2s opacity linear;	
	width: 50px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#signupoverlay-container a.signupoverlay-close-button img {

	width: 15px;
	
}

#contact-container a.contact-close-button:hover img,
#signupoverlay-container a.signupoverlay-close-button:hover img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

#contact-container #contact,
#signupoverlay-container #signupoverlay,
#storelocatorexception-container #storelocatorexception {
	
	display: table;
	width: 780px;
	height: 100%;
	margin: 0 auto;

}

#signupoverlay-container #signupoverlay {
	
	width: 580px;
	
}

#storelocatorexception-container #storelocatorexception {
	
	width: 670px;
	
}

#contact-container #contact .content,
#signupoverlay-container #signupoverlay .content,
#storelocatorexception-container #storelocatorexception .content {
	
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent {
	
	background: url(/images/bg-signupoverlay@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#storelocatorexception-container #storelocatorexception .content {
	
	text-align: center;
	height: 400px;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent-en {
	
	background: url(/images/bg-signupoverlay-en@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent-fr {
	
	background: url(/images/bg-signupoverlay-fr@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent-it {
	
	background: url(/images/bg-signupoverlay-it@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent-sp {
	
	background: url(/images/bg-signupoverlay-sp@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#signupoverlay-container #signupoverlay .content .signupcontent-gr {
	
	background: url(/images/bg-signupoverlay-gr@2x.jpg) #F1F7F7;
	background-size: 600px;
	background-color: #fff;
	height: 400px;
	position: relative;
	padding: 25px 0;
	
}

#storelocatorexception-container #storelocatorexception .content img.icon {

	width: 80px;
	margin: auto;
	
}

#contact-container #contact .content h1, #contact-container #contact .content h2,
#signupoverlay-container #signupoverlay .content h1,
#storelocatorexception-container #storelocatorexception .content h1 {
	
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	font-family: "Granville", Times, serif;
	text-transform: uppercase;
	margin: 0 auto;
	
}

#signupoverlay-container #signupoverlay .content h1 {
	
	font-size: 1.3em;
	color: #5D6A70;
	font-weight: normal;
	font-family: "Granville", Times, serif;
	text-transform: uppercase;
	width: 400px;
	text-align: center;
	
}

#storelocatorexception-container #storelocatorexception .content h1 {

	font-size: 2.35em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}

#signupoverlay-container #signupoverlay .content h1 strong {
	
	font-size: 1.2em;
	font-weight: normal;
	display: inline-block;
	
}

#signupoverlay-container .signupcontent a.bodylink {

	display: block;
	margin: 0 auto;
	height: 300px;
	
}

#signupoverlay-container .signupcontent a.button {

	transition: 0.1s background-color ease-out;	
	transition: 0.1s color ease-out;	
	width: 80%;
	display: block;
	background-color: #2D363A;
	margin: 0 auto;
	color: #D0D0D0;
	text-align: center;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	
}

#signupoverlay-container .signupcontent a.button:hover {

	background-color: #3D474C;
	color: #fff;
	text-decoration: none;
	
}

#contact-container #contact .content p, #contact-container #contact .inquiries ul,
#storelocatorexception-container #storelocatorexception .content p,
#form-storelocator p {
	
	color: #C4CBCE;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 2px auto 16px;
	
}

#storelocatorexception-container #storelocatorexception .content p {
	
	font-size: 1.1em;
	
}

#storelocatorexception-container #storelocatorexception .content .contactmethod {
	
	width: 320px;
	display: inline-block;
	margin-top: 60px;
	
}

#contact-container #contact .content form p {
	
	width: 380px;
	margin: 20px 20px 0 0;
	float: left;
	
}

#contact-container #contact .content form p.last {
	
	margin: 20px 0 0 0;
	
}

#contact-container #contact .content form p.full {
	
	width: 780px;
	margin: 20px 0 0 0;
	
}

#contact-container #contact .content form p.consent {
	
	font-size: 13px;
	
}

#contact-container #contact .content form p.consent a:link,
#contact-container #contact .content form p.consent a:visited,
#contact-container #contact .content form p.consent a:hover {
	
	color: #fff;
	
}

#contact-container #contact .content form .tooltip {
    position: relative;
    display: inline;
    border-bottom: 1px dotted black;
}

#contact-container #contact .content form .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#contact-container #contact .content form .tooltip:hover .tooltiptext {
    visibility: visible;
}

#contact-container #contact .content form p.buttons {
	
	text-align: right;
	
}


#contact-container #contact .content form p label,
#form-storelocator p label,
#form-storelocator2 p label {
	
	display: inline-block;
	margin-bottom: 3px;
	
}

#contact-container #contact form select {
	
	border: 1px solid #ACB6BA;
	background: transparent;
	width: 380px;
	padding: 6px 10px;
	font-size: 0.85em;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/input-selectdropdown@2x.png) no-repeat;
	background-size: 33px 36px;
	background-position: right top;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
	
} 

#contact-container #contact form select option {
	
	color: #000 !important;
	
} 

/* Store locator */
#content-container.storelocator #feature1 {
	
	width: 100%;
	text-align: center;
	position: relative;
	vertical-align: middle;
	padding-bottom: 0;
	background: url(/images/feature-storelocator-202@2x.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 0px;
	background-attachment: scroll;
	
}

#content-container.storelocator #feature1.var20200803 {
	
	background: url(/images/feature-storelocator-203@2x.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: 50% 0px !important;
	background-attachment: scroll !important;
	
}

#content-container.storelocator #feature1.var20201028 {
	
	background: url(/images/feature-storelocator-204@2x.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: 50% 0px !important;
	background-attachment: scroll !important;
	
}

#content-container.storelocator #feature1.var20201221 {
	
	background: url(/images/feature-storelocator-211@2x.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: 50% 0px !important;
	background-attachment: scroll !important;
	
}

#content-container.storelocator #feature1:before {
	
	content: "";
	display: block;
	padding-top: 16%;
	
}

#content-container.storelocator #feature1 .background {
	
	width: 100%;
	height: 100%;
	position: absolute;
	
}

#content-container.storelocator #feature1 img.icon {
	
	width: 80px;
	margin: auto;
	
}

#content-container.storelocator #feature1 h1 {

	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	font-family: "Granville", "Times", serif;
	font-size: 2.35em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#content-container.storelocator #feature1 p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	
}

#content-container.storelocator #feature1 p.filter--online-stores--container {
  width: calc(94px + 52%);
  text-align: left;
  margin-top: 10px;  
  font-size: 0.85em;
  color: #fff;
}

#content-container.storelocator #feature2 p.filter--online-stores--container {
  width: 630px;
  text-align: left;
  margin-top: 10px;  
  font-size: 0.85em;
  color: #5D6A70;
  margin-left: auto;
  margin-right: auto;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#content-container.storelocator #feature1 .content {
	
	display: inline-block;
	position: relative;
	margin: auto;
	width: 100%;
	padding: 30px 0;
	padding-bottom: 16%;
	
}

#content-container.storelocator form {
	
	margin-top: 100px;
	
}

#content-container.storelocator form input[type=text] {
	
	transition: border 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: transparent;
	border: 1px solid #DCE0E1;
	padding: 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0;
	width: 30%;
	
}

#content-container.storelocator form input[type=text]:hover {
	
	border: 1px solid #fff;
	
}

#content-container.storelocator form input[type=text]:focus {
	
	border: 1px solid #fff;
	background-color: #fff;
	color: #2D363A;
	
}

#content-container.storelocator form input[type=text]::-webkit-input-placeholder {
   color: #fff;
}

#content-container.storelocator form input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

#content-container.storelocator form input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

#content-container.storelocator form input[type=text]:-ms-input-placeholder {  
   color: #fff;  
}

#content-container.storelocator form input#zipPostal {
	
	margin-left: 10px;
	width: 20%;
	
}

#content-container.storelocator form input#storeName {
	
	width: 10%;
	
}


#content-container.storelocator form input[type=submit] {
	
	background: url(/images/icon-search@2x.png) no-repeat;
	background-size: 37px 74px;
	background-position: 0px 0px;
	padding: 10px;
	width: 37px;
	height: 37px;
	background-color: transparent;
	margin-left: 20px;
	border: 0;
	
}

#content-container.storelocator form input[type=submit]:hover {
	
	background-position: 0px -37px;
	
}

#content-container.storelocator form select {
	
	margin-left: 10px;
	border: 1px solid #DCE0E1;
	background: transparent;
  /* 	max-width: 250px; */
	width: 20%;
	padding: 6px 10px;
	font-size: 16px;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/input-selectdropdown@2x.png) no-repeat;
	background-size: 33px 36px;
	background-position: right 3px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
	
}

#content-container.storelocator form select option {
	
	color: #000 !important;
	
}

#content-container.storelocator #feature2 {
	
	background-color: #fff;
	
}

#content-container.storelocator #feature2 .content {
	
	max-width: 740px;
	padding: 20px;
	margin: auto;
	color: #8A979D;
	
}

#content-container.storelocator #feature2 .content h2 {
	
	font-weight: normal;
	
}

#content-container.storelocator #feature2 .content h2.alt {
  text-align: center;
  margin-bottom: 10px;
}

#content-container.storelocator #feature2 #storeslist {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	list-style: none;
	padding-left: 20px;
	margin-top: 40px;
	
}

#content-container.storelocator #feature2 #storeslist h3 {
	
	color: #5D6A70;
	font-size: 1em;
	margin: 0;
	
}

#content-container.storelocator #feature2 #storeslist li {
	
	margin-bottom: 50px;	
	background:url('/images/icon-map_b-small@2x.png') no-repeat left;
    background-size: 19px 29px;	
    background-position: top left;
	padding-left: 40px;
	
}

#content-container.storelocator #feature2 #storesmap {
	
	width: 100%;
	padding-top: 40%;
	
}

#content-container.storelocator #feature2 #storesmap div:first-child {

	top: 0;
	left: 0;
	
}

#content-container.storelocator #pagination,
#content-container.storelocator .pagination {
	
	list-style: none;
	margin-bottom: 50px;
	
}

#content-container.storelocator #pagination.alt,
#content-container.storelocator .pagination.alt {
	
	list-style: none;
	margin-bottom: 50px;
	text-align: center;
	
}

#content-container.storelocator #pagination li,
#content-container.storelocator .pagination li {

	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 8px;

}

#content-container.storelocator #pagination li a,
#content-container.storelocator .pagination li a {
	
	display: inline-block;
	width: 45px;
	height: 33px;
	padding-top: 12px;
	font-size: 20px;
	text-align: center;
	background-color: #F3F4F5;
	transition: background-color 0.1s linear;
	
}

#content-container.storelocator #pagination li a:hover,
#content-container.storelocator .pagination li a:hover {
	
	text-decoration: none;
	color: #5D6A70;
	background-color: #DCE0E1;
	
}

#content-container.storelocator #pagination li.current a, #content-container.storelocator #pagination li.current a:hover,
#content-container.storelocator .pagination li.current a, #content-container.storelocator .pagination li.current a:hover {

	background-color: #2D363A;
	color: #F3F4F5;
	font-weight: bold;

}

#content-container.storelocator #feature2 form {
	
	margin-top: 0;
	
}

#content-container.storelocator #feature2 form input[type=text], #content-container.storelocator #feature2 form select {
	
	transition: background-color 0.2s linear;
	background-color: #DCE0E1;
	border: 0px solid #DCE0E1;
	font-size: 0.75em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #5D6A70;
	width: 250px;
	font-weight: normal;
	margin: 5px;
	
}

#content-container.storelocator #feature2 form input::placeholder {
	
	color: #9EA6A9;
	
}

#content-container.storelocator #feature2 #storeName2 {
	
	width: 230px;
	
}

#content-container.storelocator #feature2 #zipPostal2 {
	
	width: 350px;
	
}

#content-container.storelocator #feature2 form select {

	font-size: 18px !important;	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #DCE0E1 !important;
	background: url(/images/input-selectdropdown2@2x.png) no-repeat;
	background-size: 33px 36px;
	background-position: right 3px;
	
}

#content-container.storelocator #feature2 form select {

	width: 370px;
	max-width: 450px;
	
}

#content-container.storelocator #feature2 form input[type=text]:hover, #content-container.storelocator #feature2 form select:hover {
	
	border: 0px;
	background-color: #F3F4F5 !important;
	
}

#content-container.storelocator #feature2 form input[type=text]:focus, #content-container.storelocator #feature2 form select:focus {
	
	border: 0px;
	background-color: #F3F4F5;
	color: #5D6A70;
	
}

#content-container.storelocator #feature2 form input[type=submit] {
	
	transition: background-color 0.2s linear;
	transition: color 0.2s linear;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #F3F4F5;
	font-weight: bold;
	font-size: 0.75em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	background-color: #5D6A70;
	padding: 10px;
	min-width: 180px;
	width: 250px;
	height: 46px;
	margin: 5px;
	
}

#content-container.storelocator #feature2 form input[type=submit]:hover {
	
	background-color: #8A979D;
	color: #fff;
	
}

/* Auxiliary pages */
#content-container.aux #feature1 {
	
	padding-top: 100px;
	padding-bottom: 100px;
	
}

#content-container.aux.page #feature1 {
	
	padding-top: 0;
	padding-bottom: 100px;
	
}

#content-container.aux #feature1 h1 {

	width: auto;
	height: 50px;
	position: relative;
	top: 0; left: 0; bottom: 0; right: 0;
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 2.35em;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #fff;
	
}

#content-container.aux #feature1 h2 {
	
	font-family: "Granville", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 100px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	min-width: 600px;
	
}

#content-container.aux #feature1 h2.left {
  text-align: left;
}

#content-container.aux.page #feature1 .hero {
	
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	
}

#content-container.aux.page #feature1 .hero img {
	
	width: 100%;
	
}

#content-container.aux.page #feature1 section {
	
	width: 80%;
	max-width: 1000px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	
}

#content-container.aux.page #feature1 section img {
	
	width: 100%;
	margin-bottom: 30px;
	
}

#content-container.aux #feature1 p, 
#content-container.aux #feature1 ul, 
#content-container.aux #feature1 ol {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 780px;
	min-width: 600px;
	margin: 0 auto 20px;
	text-align: justify;
	color: #DCE0E1;
	
}

#content-container.aux table {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  color: #DCE0E1;  
  margin-bottom: 40px;
}

#content-container.aux table td {
  vertical-align: top;
  padding: 12px 24px 12px 0px;
}

#content-container.aux #feature1 p a {
	
	text-decoration: underline;
	color: #fff;
	
}

#content-container.aux #feature1 ul {
	
	
}

#content-container.aux p {

	font-size: 1.1em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	
}

#content-container.aux a:link, #content-container.aux a:visited {
	
	color: #DCE0E1;
	
} 

#content-container.aux a:hover {
	
	color: #fff;
	
}

#storelocatorexception-container a:link, #storelocatorexception-container a:visited {
	
	color: #C4CBCE;
	
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    #contact-container #contact form select {
        background:none;
        padding: 5px;
    }
}

#contact-container #contact form select:hover {
	
	border: 1px solid #fff;
	
} 

#contact-container #contact form input[type=text] {
	
	transition: border 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: transparent;
	border: 1px solid #ACB6BA;
	padding: 6px 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0;
	float: left;
	width: 358px;
	
}

#contact-container #contact form input[type=text]:hover {
	
	border: 1px solid #fff;
	
}

#contact-container #contact form input[type=text]:focus {
	
	border: 1px solid #fff;
	background-color: #fff;
	color: #2D363A;
	
}

#contact-container #contact form textarea {
	
	transition: border 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: transparent;
	border: 1px solid #ACB6BA;
	padding: 6px 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0;
	float: left;
	width: 758px;
	height: 50px;
	
}

#contact-container #contact form textarea:hover {
	
	border: 1px solid #fff;
	
}

#contact-container #contact form textarea:focus {
	
	border: 1px solid #fff;
	background-color: #fff;
	color: #2D363A;
	
}

#contact-container #contact form input[type=checkbox],
#form-storelocator input[type=checkbox],
#form-storelocator2 input[type=checkbox] {
	
	display: none;
	
}

#contact-container #contact form input[type=checkbox] + label span,
#form-storelocator input[type=checkbox] + label span {
	
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/input-checkboxradio@2x.png) no-repeat;
  background-size: 88px 22px;
  background-position: left top;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
	
}

#form-storelocator2 input[type=checkbox] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/input-checkboxradio-var@2x.png) no-repeat;
  background-size: 88px 22px;
  background-position: left top;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

#contact-container #contact form input[type=submit]:disabled {
	
	opacity: 0.5;
	
}

#contact-container #contact form input[type=checkbox]:checked + label span,
#form-storelocator input[type=checkbox]:checked + label span,
#form-storelocator2 input[type=checkbox]:checked + label span {
	
	background-position: -22px top;
    
}

#contact-container #contact form input.error, #contact-container #contact form textarea.error, #contact-container #contact form select.error {
	
	border: 1px solid #EF2321;
	
}

#contact-container #contact form input[type=submit], #contact-container #contact form input[type=button] {
	
	transition: background-color 0.2s linear;
	height: 36px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	margin-left: 20px;
	font-size: 0.85em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	
}

#contact-container #contact form input[type=submit] {
	
	width: 280px;
	background-color: #DCE0E1;
	color: #5D6A70;
	font-weight: bold;
	
}

#contact-container #contact form input[type=submit]:hover {
	
	background-color: #fff;
	
}

#contact-container #contact form input[type=button] {
	
	width: 180px;
	background-color: #C4CBCE;
	color: #5D6A70;
	
}

#contact-container #contact form input[type=button]:hover {
	
	background-color: #DCE0E1;
	
}

#contact-container #contact .inquiries {
	
	margin-top: 30px;
	border-top: 1px solid #8A979D;
	
}

#contact-container #contact .inquiries h2 {

	margin: 30px auto;	
	
}

#contact-container #contact .inquiries a {
	
	transition: 0.2s color linear;
	text-decoration: none;
	color: #C4CBCE;
	
}

#contact-container #contact .inquiries a:hover {
	
	text-decoration: underline;
	color: #fff;
	
}

#contact-container #contact .inquiries div {
	
	width: 248px;
	margin-right: 15px;
	float: left;
	text-align: center;
	
}

#contact-container #contact .inquiries div.last {
	
	margin-right: 0;
	
}

#contact-container #contact .inquiries ul {
	
	margin: 0 auto;
	padding-left: 0;
	
}

#contact-container #contact .inquiries ul li {
	
	display: block;
	margin-bottom: 15px;
	
}

#contact-container #contact .inquiries div .icon {
	
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	
}

/* Footer */

#footer {
	
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	
}

#footer .social {
	
	margin-top: 12px;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 50px;
	width: 250px;
	float: left;
	
}

#footer .social li {
	
	display: inline-block;
	margin-right: 10px;
	
}

#footer .social li.last {
	
	margin-right: 0;
	
}

#footer .social li .social-icon {
	
	transition: 0.2s opacity ease;
	width: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#footer .social li a:hover .social-icon {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}

#footer .links {
	
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
  width: auto;
  display: flex;
  justify-content: center;

}

#footer .links li {
	
	display: inline-block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #fff;
	border-right: 1px solid #ACB6BA;
	padding: 0 12px;
	float: left;
	margin-top: 13px;
	height: 18px;
		
}

#footer .links li.center-vertical {
	
	margin-top: 20px;
	
}

#footer .links li.no-border {
	
	border-right: 0;
	
}

#footer .links li .logo {
	
	transition: 0.2s opacity ease;
	height: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
	
}

#footer .links li a:hover .logo {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
}


#footer .links li a:link, #footer .links li a:visited {
	
	transition: color 0.2s linear;
	text-decoration: none;
	color: #fff;
	
}

#footer .links li a:hover {
	
	text-decoration: none;
	color: #DCE0E1;
	
}

#footer .links form {
	
	display: inline-block;
	
}

#footer .newsletter {
	
	float: right;
	margin-right: 50px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	margin-top: 20px;
	
}

#footer .newsletter p {
	
	margin-top: 0;
	margin-bottom: 5px;
	color: #ACB6BA;
	
}

#footer .newsletter input[type=text] {
	
	transition: border 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: transparent;
	border: 1px solid #ACB6BA;
	padding: 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0;
	float: left;
	
}

#footer .newsletter input[type=text]:hover {
	
	border: 1px solid #fff;
	
}

#footer .newsletter input[type=text]:focus {
	
	border: 1px solid #fff;
	background-color: #fff;
	color: #2D363A;
	
}

#footer .newsletter input[type=submit] {
	
	transition: background-color 0.2s linear;
	background: url(/images/icon-arrow@2x.png) no-repeat;
	background-size: 21px 22px;
	background-position: 10px 8px;
	width: 40px;
	height: 38px;
	background-color: #8A979D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	float: left;
	margin-left: 6px;
	
}

#footer .newsletter input[type=submit]:hover {
	
	background-color: #ACB6BA;
	
}

#cookieConsent {
	
	height: 140px;
	background-color: #2D363A;
	position: fixed;
	top: 0px;
	z-index: 1001;	

}

#cookieConsent h2 {
	
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	width: 80%;

}

#cookieConsent p {
	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #C4CBCE;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	
}

#cookieConsent p a:link, #cookieConsent p a:visited, #cookieConsent p a:hover {
	
	color: #fff;
	text-decoration: underline;
	
}

#cookieConsent p a.btn-accept {
	
	display: block;
	background: #8A979D;
	font-family: "Granville", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 30px;
	width: 5%;
	min-width: 120px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}

/* Links */

a:link, a:visited {
	
	color: #5D6A70;
	text-decoration: none;
	
}

a:hover {
	
	color: #8A979D;
	text-decoration: underline;
	
}


/* Type formatting */
.type-light {
	
	font-weight: 100;
	
}

/* Colours */
.colour-light-txt {
	
	color: #fff;
	
}

.colour-light-bg {
	
	background-color: #fff;
	
}

.colour-dark-txt {
	
	color: #000;
	
}

.colour-dark-bg {
	
	background-color: #000;
	
}

.colour-grey-shade1-txt {
	
	color: #DCE0E1;
	
}

.colour-grey-shade1-bg {
	
	background-color: #DCE0E1;
	
}

.colour-grey-shade2-txt {
	
	color: #C4CBCE;
	
}

.colour-grey-shade2-bg {
	
	background-color: #C4CBCE;
	
}

.colour-grey-shade3-txt {
	
	color: #ACB6BA;
	
}

.colour-grey-shade3-bg {
	
	background-color: #ACB6BA;
	
}

.colour-grey-shade4-txt {
	
	color: #8A979D;
	
}

.colour-grey-shade4-bg {
	
	background-color: #8A979D;
	
}

.colour-grey-shade5-txt {
	
	color: #5D6A70;
	
}

.colour-grey-shade5-bg {
	
	background-color: #5D6A70;
	
}

.colour-grey-shade5-warm-bg {
	
	background-color: #a8a5a2;
	
}

.colour-grey-shade6-txt {
	
	color: #2D363A;
	
}

.colour-grey-shade6-bg {
	
	background-color: #2D363A;
	
}

/* Clearfix */

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*
---------------------------------------
 Mobile Phone
---------------------------------------
*/

@media only screen and (max-device-width: 1025px) {
	
	#feature-home-main .cta .cta-button {
		
		top: 65%;
		
	}

	#feature-home-main .cta #feature-home-blurb {
		
		top: 47%; left: 32%; right: 32%; /* updated */
		
	}

	#feature-home-main .cta #feature-home-blurb h2 {
		
		font-size: 1.5em; /* updated */
		
	}

	#feature-home-main .cta #feature-home-blurb p {
	
		font-size: 0.75em; /* updated */
		
	}

	#feature-home-main .cta #feature-home-blurb a:link .button-faux {
		
		font-size: 0.8em; /* updated */
		
	}

	#feature-home-main .cta #cta-retailer {
		
		top: 37%;
		
	}

	#store-locator .icon {
		width: 75px;
	}

	#celebrities .logo {
		
		width: 250px;
		
	}
	
	#celebrities {
		
		padding-top: 40px;
		padding-bottom: 55px;
		
	}
	
	#as-seen-in .logo {
		
		width: 150px;
		
	}
	
	#as-seen-in {
		
		padding-top: 40px;
		padding-bottom: 55px;
		
	}
	
	#footer {

    flex-direction: column;
      	
	}
	
	#footer .social {
		
		float: none;
		width: 100%;
		display: block;
		margin-left: 0;
		margin-bottom: 100px;
		text-align: center;
		
	}
	
	#footer .links {
		
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 100px;
		clear: both;
		text-align: center;
		
	}
	
	#footer .links li.first {
		
		float: none;
		display: block;
		
	}

	#footer .links li {
		
		float: none;
		display: inline-block;
		
	}
	
	#footer .newsletter {
		
		float: none;
		display: block;
		width: 320px;
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		text-align: center;
		
	}
	
	#footer .newsletter input[type=text] {
		
		float: none;
		
	}
	
	#footer .newsletter input[type=submit] {
		
		float: none;
		padding-top: 13px;
		padding-bottom: 13px;
		
	}
	
	#collection-selected h1 {
		
		font-size: 2em;
		
	}
	
	#collection-previous {
		
		width: 100%;
		
	}
	
	#collection-video iframe {
		
		width: 100%;
		
	}
	
	#collection-selected .collection-description {
		
		width: 100%;
		
	}
	
	#collection-items, #collection-items-secondary {
		
		width: 100%;
		
	}
	
	#collection-items .collection-item, #collection-items-secondary .collection-item {
		
		width: 18%;
		margin: 0 1% 1% 1%;
		
	}

	#content-container #feature1 {
		
		padding-bottom: 50.28%;
		
	}

	#collection-nav {
		
		width: 100%;
		
	}
	
	#collection-selected .collection-description {
		
		width: 100%;
		
	}

	#collection-items, #collection-items-secondary {
		
		width: 900px;
		text-align: center;
		
	}
	
	#collection-items.fourup .collection-item, #collection-items-secondary.fourup .collection-item {
		
		width: 200px;
		height: 200px;
		
	}
	
	#collection-items.fourup .collection-item a, #collection-items-secondary.fourup .collection-item a {
		
		width: 100%;
		height: 100%;
		
	}
	
	#collection-items.fourup .collection-item .details, #collection-items-secondary.fourup .collection-item .details {
		
		width: 100%;
		height: 100%;
		margin-left: -100px;
		overflow: hidden;
		
	}

	#content-container.blog .content {
		
		width: 100%;
		
	}
	
	#content-container.blog .content #posts {
		
		width: 74%;
		margin-right: 0;
		
	}
	
	#content-container.blog .content #posts #celeb-profile-container {

		width: auto;
		margin-left: 10px;

	}

	#content-container.blog .content #posts #celeb-profile-container .bio h1 {

		font-size: 2.5em;
	
	}	

	#content-container.blog .content #posts #celeb-profile-container .bio p {
		
		font-size: 1.2em;
		
	}
	
	#content-container.blog .content #posts #celeb-profile-container .pastwinners {
		
		text-align: left;
		
	}
	
	#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner {
		
		width: 50%;
		height: 120px;
		margin-left: 0;
		margin-right: 0;
		
	}
	
	#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner.very-last-by-itself {
		
		margin-left: 0;
		
	}
	
	#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner img {
		
		width: 120px;
		
	}

	#content-container.blog .content #posts #celeb-profile-container .pastwinners .pastwinner h2 {
		
		font-size: 1.5em;
		
	}

	#content-container.blog .content #posts .post {
		
		width: 100%;
		
	}
	
	#content-container.blog .content #posts .post .date {
		
		width: 9%;
		
	}
	
	#content-container.blog .content #posts .post .post-content {
		
		width: 88%;
		
	}
	
	#content-container.blog .content #posts .post .post-content img.feature,
	#content-container.blog .content #posts .post .post-content img.secondary {
		
		width: 100%;
		
	}

	#content-container.blog .content #posts .post .post-content iframe {
		
		width: 100%;
		
	}
	
	#content-container.blog .content #sidebar {
		
		width: 23%;
		margin-right: 2%;
		
	}
	
	#content-container.blog .content #sidebar .newsletter img {
		
		width: 100%;
		
	}
	
	#content-container.blog .content #sidebar .newsletter input[type=text] {
		
		width: 90%;	
		
	}

	#content-container.blog .content #sidebar .newsletter input[type=submit], #content-container.blog .content #sidebar .newsletter input[type=button] {
		
		width: 90%;
		
	}

}

@media screen and (max-width: 768px) and (min-width: 481px) {

	#content-container.blog.magazine .content #posts .post {
		
		width: 25%;
		margin-top: 0;
		
	}
	
}

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

	#content-container.blog.magazine .content #posts .post {
		
		width: 50%;
		margin-top: 0;
		
	}
	
}