/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    top: 50%;
    margin: -32px 0 0;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: transparent;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 32px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.8);
}
#home .flex-direction-nav a {
	top: 35%;
}
@media screen and (max-width: 900px) {
	#home .flex-direction-nav a {
		top: 30%;
	}
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 35px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    padding: 14px 5px 0 0;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
  padding: 14px 0 0 5px;
}
.flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -540px;
}
.flex-direction-nav .flex-next {
  right: 50%;
  margin-right: -540px;
}
#events:hover .flex-direction-nav .flex-prev,
#featured-products:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.6;
  margin-left: -480px;
}
#events:hover .flex-direction-nav .flex-prev:hover,
#featured-products:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#events:hover .flex-direction-nav .flex-next,
#featured-products:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.6;
  margin-right: -480px;
}
#events:hover .flex-direction-nav .flex-next:hover,
#featured-products:hover .flex-direction-nav .flex-next:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
@media screen and (max-width: 980px) {
	.flex-direction-nav .flex-prev {
	  left: -50px;
	  margin-left: 0;
	}
	.flex-direction-nav .flex-next {
	  right: -50px;
	  margin-right: 0;
	}
	#events:hover .flex-direction-nav .flex-prev,
	#featured-products:hover .flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev {
	  margin-left: 0;
	  left: 10px;
	}
	#events:hover .flex-direction-nav .flex-next,
	#featured-products:hover .flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next {
	  margin-right: 0;
	  right: 10px;
	}
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #ee1010;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 570px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
}

.right-shadow,
.left-shadow {
    position: absolute;
    top: 0;
    right: -1px;
    content: "";
    background: url(../img/nbassadors/shadow.png) 0 0 no-repeat;
    pointer-events: none;
    height: 100%;
    width: 36px;
    background-size: cover;
	opacity: 0;
	transition: opacity .3s .3s;
	z-index: 2;
}
.left-shadow {
    right: initial;
    left: -1px;
    transform: rotateY(180deg);
}
.show-right-shadow .right-shadow,
.show-left-shadow .left-shadow  {
	opacity: 1;
}

body.store {
	color: #fff;
}

body.store h2,
body.store .h2  {
	font-size: 4rem;
	font-family: "Kanit";
	font-weight: 900;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	margin: 0;
}

	.h3 {
		font-family: "Kanit";
	    font-weight: 400;
	    font-size: 2rem;
	    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6);
	}

	@media screen and (max-width: 768px) {
		body.store h2,
		body.store .h2 {
			font-size: 2rem;
		}
	}

p {
	line-height: 1.3rem;
}

/* HERO-CAROUSEL */

.home .wrapper {
	position: relative;
	height: 100%;
}

.home .carousel-copy {
	position: relative;
	padding: .5rem 1rem 1rem 31%;
}

.home .headline {
	font-weight: 600;
    font-family: "Kanit";
    font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1em;
}

.home .carousel-copy p {
	margin-top: 0;
}

.home ul.slides li {
	background: #ed1c24;
}

.home .character {
	background: url(../img/carousel/characters/mario_hero.png) bottom left no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 51%;
	margin-left: -490px;
	width: 29%;
	height: 100%;
}


@media screen and (max-width: 980px) {
	.home .wrapper {
		max-width: 100%;
	}
	
	.home .character {
		left: 1%;
		margin-left: 0;
	}
}

@media screen and (max-width: 570px) {
	.home .character {
		display: none;
	}
	
	.home .carousel-copy {
		padding: .5rem 1rem;
	}
}

.home .flex-control-paging li a {
	border: solid 2px #fff;
	background: transparent;
	box-shadow: none;
}
.home .flex-control-paging li a.flex-active {
	background: #fff;
}

@media screen and (min-width: 571px) {
	.home ul.slides li img {
		box-shadow: 7px 7px rgba(0,0,0,.3);
	}

	.home ul.slides li[data-theme="dk"] .character,
	.home ul.slides li[data-theme="link"] .character {
		width: 50%;
	}

	.home ul.slides li[data-theme="dk"] .carousel-copy,
	.home ul.slides li[data-theme="link"] .carousel-copy {
	    padding: .5rem 1rem 1rem 52%;
	}

	.home ul.slides li[data-theme="dk"] {
		background: #ffe600;
		color: #000;
	}

		.home ul.slides li[data-theme="dk"] .character  {
			background: url(../img/carousel/characters/dk_hero.png) bottom left no-repeat;
			background-size: contain;
			width: 57%;
		    transform: translateX(-15%);
		}

	.home ul.slides li[data-theme="yoshi"] {
		background: #8dc63f;
	}

		.home ul.slides li[data-theme="yoshi"] .character  {
			background: url(../img/carousel/characters/yoshi_hero.png) bottom left no-repeat;
			background-size: contain;
		}
	.home ul.slides li[data-theme="peach"] {
		background: #f49ac1;
	}
	
		.home ul.slides li[data-theme="peach"] .character  {
			background: url(../img/carousel/characters/peach_hero.png) bottom left no-repeat;
			background-size: contain;
		}

	.home ul.slides li[data-theme="luigi"] {
		background: #0db14b;
	}

		.home ul.slides li[data-theme="luigi"] .character  {
			background: url(../img/carousel/characters/luigi_hero.png) bottom left no-repeat;
			background-size: contain;
		}

	.home ul.slides li[data-theme="link"] {
		background: #578556;
	}

		.home ul.slides li[data-theme="link"] .character  {
			background: url(../img/carousel/characters/link_hero.png) bottom left no-repeat;
			background-size: contain;
		}
}

/*  UPCOMING EVENTS */
.upcoming-events {
	background: #2296c4 url(../img/events/background/bg-events.png) 0 0 repeat;
	position: relative;
	width: 100%;
	overflow: hidden;
}
	@media screen and (max-width: 980px) {
		.upcoming-events .wrapper {
			max-width: 100%;
		}
	}
	
	.upcoming-events-header p {
		font-size: 1.2rem;
		margin-top: 0;
	}
	
	.upcoming-events .flexslider ul.slides li {
		padding: 1.5rem 0 2rem;
	}
	
	
	.upcoming-events .flexslider ul.slides li.upcoming-events-header {
		padding-left: .5rem;
	}
	

	body.store .upcoming-events .h2 {
	    margin-top: -1.7rem;
	}

	
	@media screen and (max-width: 768px) {
		body.store .upcoming-events .h2 {
		    margin-top: -.8rem;
		}
	}

	.event-container {
	    position: relative;
	    height: 337px;
	    background: #fff;
		overflow: hidden;
	    box-shadow: 7px 7px rgba(0,0,0,.55);
	}
	
		.event-image {
			position: absolute;
		    bottom: 0;
		    left: 0;
			width: 100%;
			height: 250px;
		}
		
			.event-image img {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translateX(-50%) translateY(-50%);
			}
		
		.event-header {
			position: absolute;
		    top: 0;
		    left: 0;
		    height: 88px;
		    width: 100%;
		    padding-left: 73px;
		    display: table;
			background: #ee1010;
			z-index: 2;
			-webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
		}
			.month {
				position: absolute;
			    top: 10px;
			    left: 10px;
			    text-align: center;
			    width: 46px;
			}
			
			.day {
				position: absolute;
			    left: 10px;
			    top: 32px;
			    text-align: center;
			    background: #fff;
			    width: 46px;
			    height: 46px;
			    color: #ee1010;
			    line-height: 46px;
			    font-family: "Kanit";
			    font-weight: 900;
			    font-size: 1.8rem;
			}
			
			.event-title {
			    font-size: 1.2rem;
			    font-family: "Kanit";
			    font-weight: 400;
			    line-height: 1em;
			    display: table-cell;
			    vertical-align: middle;
			    padding-right: .5rem;
			}
			
			.event-info {
				position: absolute;
			    top: 87px;
				bottom: 0;
			    left: 0;
			    background: rgba(238,16,16,0.8);
			    padding: 1rem;
				opacity: 0;
				transition: opacity .3s;
				-webkit-backface-visibility: hidden;
			    backface-visibility: hidden;
			}
			
				.event-container:hover .event-info {
					opacity: 1;
				}
			
			.event-time {
				letter-spacing: 1px;
				font-family: "Kanit";
				font-weight: 900;
				font-size: 1.2rem;
			}
			
			.event-info p {
				margin: 0;
			}
			
			
			.more-events .event-header {
				padding: 1rem;
			}

			
			@media screen and (min-width: 571px) {
				.more-events .event-title {
					font-size: 1.5rem;
				}
			}
			
			@media screen and (max-width: 570px) {
				.event-header {
					padding-left: 65px;
				}
				
				.event-title {
					font-size: 1rem;
				}
				
				.event-time {
					line-height: 1rem;
				    font-size: 1rem;
				}
				
				.event-info p {
					font-size: .9rem;
					line-height: 1.1rem;
				}
			}


/* STORE INFO */
.store-info {
	background: #aeaeae url(../img/about-us/bg-bowser.png) 0 0 repeat;
	padding: 1.5rem 0;
}

	.store-info img {
		box-shadow: 7px 7px rgba(0,0,0,.55);
		margin-bottom: 1rem;
	}
	
	body.store .store-info .h2 {
	    margin-top: -2.3rem;
	}
	
	@media screen and (min-width: 769px) {
		body.store .store-info .h2 {
			font-size: 5.2rem;
		}
	}
	@media screen and (max-width: 768px) {
		body.store .store-info .h2 {
			margin-top: -.8rem;
		}
		.store-info .h3 {
			font-size: 1.5rem;
		}    
		
		.store-info {
			text-align: center;
		}
	}

/* HOURS AND LOCATION */
.hours-and-location {
	position: relative;
	background: #000 url(../img/visit-us/bg-world-store.jpg) top center no-repeat;
	padding: 1.5rem 0 3rem;
}

	.hours-and-location .wrapper {
		position: relative;
	}
	
	.address {
		margin: 0;
	}

	.days-hours-pair {
		margin-top: .5rem;
	}

	.days-of-week {
		font-weight: 900;
	}
	
	.phone {
		font-size: 1.8rem;
	    font-weight: 900;
	    margin: 1rem 0;
	}
	
		/* iOS turns phone numbers into links */
		.phone a {
			color: #fff;
		}

	.inkling {
	    position: absolute;
	    bottom: -4rem;
	    left: -19%;
	    background: url(../img/visit-us/inkling.png) bottom center no-repeat;
	    background-size: contain;
	    width: 43%;
	    height: 0;
	    padding-top: 53.1%;
	}
	
		@media screen and (max-width: 1100px) {
			.inkling {
				bottom: 0;
			    left: -10%;
				width: 35%;
			}
		}
		@media screen and (min-width: 769px) {
			.inkling {
				z-index: 11;
			}
		}
		@media screen and (max-width: 768px) {
			body.store .hours-and-location h2 {
				float: right;
			    margin-bottom: 1em;
			}
			
			.inkling {
				bottom: initial;
			    top: -2.5em;
			    width: 209px;
			    background-position: top left;
			    left: -30px;
			}
		}
/* NBASSADORS */
.nbassadors {
	background: #fdb813;
}
	
	.nbassadors ul.slides li {
		padding: 2rem 0 3rem;
	}

	.mii-container {
		position: relative;
		float: right;
	    max-width: 30%;
	}
	
	.mii-shadow {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -49px;
		width: 98px;
		height: 22px;
		background: #000;
		opacity: .35;
		-moz-border-radius: 49px / 11px;
		-webkit-border-radius: 49px / 11px;
		border-radius: 49px / 11px;
	}

	body.store .nbassadors .h2 {
		line-height: 1em;
	}
	
	body.store .nbassadors .h2.say-hi {
		color: #fff;
		text-transform: initial;
	}

	body.store .nbassadors .h2.nbassador-name {
		text-transform: initial;
		text-shadow: none;
		color: #000;
	}		
	
	.nbassador-info {
		background: rgba(0,0,0,.45);
		padding: 1rem;
	}
	
	.nbassadors p:first-child {
		margin-top: 0;
	}
	
	.currently-playing {
	    color: #fff;
	    display: table;
	    width: 100%;
	}
	
		.table-cell {
			display: table-cell;
		    vertical-align: middle;
		}

		.game-currently-playing-boxart {
			margin-right: 1rem;
		    display: block;
		}
			.game-currently-playing-boxart img {
				max-height: 100px;
				display: block;
			}
		
		.game-currently-playing {
			display: block;
			text-decoration: none;
			font-size: 1.4rem;
			font-weight: 900;
			color: #fff;
		}

	.nbassadors li[data-theme="Bowser"] {
		background: #fdb813 url(../img/nbassadors/backgrounds/bg-orange.jpg) center center repeat;
	}

	.nbassadors li[data-theme="Daisy"] {
		background: #d2623c url(../img/nbassadors/backgrounds/bg-brown.jpg) center center repeat;
	}

	.nbassadors li[data-theme="DK"] {
		background: #ffe500 url(../img/nbassadors/backgrounds/bg-yellow.jpg) center center repeat;
	}
	
	.nbassadors li[data-theme="Luigi"] {
		background: #0eb049 url(../img/nbassadors/backgrounds/bg-darkgreen.jpg) center center repeat;
	}	

	.nbassadors li[data-theme="Mario"] {
		background: #ec1c24 url(../img/nbassadors/backgrounds/bg-red.jpg) center center repeat;
	}	

	.nbassadors li[data-theme="Peach"] {
		background: #f49ac0 url(../img/nbassadors/backgrounds/bg-pink.jpg) center center repeat;
	}	

	.nbassadors li[data-theme="Toad"] {
		background: #196ac6 url(../img/nbassadors/backgrounds/bg-blue.jpg) center center repeat;
	}

	.nbassadors li[data-theme="Wario"] {
		background: #dc2fe1 url(../img/nbassadors/backgrounds/bg-purple.jpg) center center repeat;
	}	

	.nbassadors li[data-theme="Yoshi"] {
		background: #8cc72f url(../img/nbassadors/backgrounds/bg-green.jpg) center center repeat;
	}

/* amiibo */
.amiibo {
	background: #fff url(../img/amiibo/bg-amiibo.jpg) top center repeat-x;
	color: #000;
}

	.amiibo .wrapper {
		position: relative;
	}

	.amiibo-row-container {
		position: relative;
		margin-bottom: 10px;
	}

	.amiibo-logo {
		margin: 1rem auto 0;
	    display: block;
	}
	
	.amiibo-container {
		padding: 10px;
	}
	
		.amiibo-container iframe {
			margin-top: 10px;
		}
	
	.amiibo-header {
		font-family: "Kanit";
	    font-weight: 900;
	    font-size: 1.3rem;
	    line-height: 1.5rem;
		margin-top: .2rem;
	}
	
	.amiibo-link {
		font-family: "Kanit";
	    font-weight: 900;
	    color: #009beb;
	    text-decoration: none;
	    display: block;
	    margin-top: 10px;
	}
	
	body.store .amiibo .h2 {
	    margin-top: -1.6rem;
	    font-size: 3rem;
	    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
	}

	.amiibo-feature {
		position: absolute;
		top: 0;
		right: 0;
		background: #fff url(../img/amiibo/amiibo.jpg) center center no-repeat;
		background-size: cover;
		width: 50%;
	    height: 100%;
	    display: block;
	}
	
	@media screen and (min-width: 571px) {
		.amiibo-row-container .row:first-child {
			border-bottom: 1px dotted #000;
		}
		
		.amiibo-row-container .vertical-separater {
			position: absolute;
			top: 0;
			left: 50%;
			height: 100%;
			border-left: 1px dotted #000;
		}
		
		
	}
	
	@media screen and (max-width: 768px) {
		.amiibo .wrapper {
			padding-top: 1rem;
		}
		
		body.store .amiibo .h2 {
			font-size: 2.5rem;
		}

		.amiibo-feature {
			position: relative;
			width: 100%;
		    height: 200px;
		    background-position: bottom center;
		}
	}
	
	@media screen and (max-width: 570px) {
		.amiibo {
		    padding-top: .5rem;
		}
		
			.amiibo .wrapper {
			    max-width: 100%;
			    text-align: center;
			}

	}


/* FEATURED PRODUCTS */
.featured-products {
	position: relative;
    background: #00acd0;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 980px) {
	.featured-products .wrapper {
		max-width: 100%;
	}
}
	.featured-products .flexslider {
		padding: 1.5rem 0 0;
	}
	
	.vertical-text {
	    transform: rotate(-90deg) translateX(-100%);
	    transform-origin: top left;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -200px;
	}

		body.store .featured-products .h2 {
		    margin-top: -2rem;
		    font-size: 5.45rem;
		}
	.featured-products-header {
	    height: 450px;
	    position: relative;
	}		
	.product {
		position: relative;
	    color: #000;
	    width: 285px;
	    height: 450px;
	    background: #fff;
	    box-shadow: 7px 7px rgba(0,0,0,.55);
	    margin: 1.5rem 0 3rem;
		text-align: center;
	}
		.product-image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 350px;
			overflow: hidden;
		}
		
			.product-image img {
			    position: absolute;
			    top: 50%;
			    left: 0;
			    transform: translateY(-50%);
			}
			
		.product-description {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 350px;
		    overflow: hidden;
		    background: rgba(238,16,16,0.8);
		    padding: 1rem;
		    opacity: 0;
		    transition: opacity .3s;
		}
		
			.product:hover .product-description {
				opacity: 1;
			}
			
			.product-description-copy {
				position: absolute;
			    top: 50%;
			    left: 0;
			    transform: translateY(-50%);
			    color: #fff;
			    padding: 0 1rem;
			}
			
		.product .headline-container {
			position: absolute;
			top: 350px;
			left: 0;
			height: 100px;
			width: 100%;
		}
		
		.product .headline {
			width: 100%;
			position: absolute;
		    top: 50%;
		    left: 0;
			transform: translateY(-50%);
			font-family: "Kanit";
		    font-weight: 900;
		    font-size: 1.5rem;
			line-height: 1em;
			padding: 0 10px;
		}
		
	@media screen and (max-width: 570px) {
		.vertical-text {
			left: 0;
		    margin-top: -140px;
		}
		
		body.store .featured-products .h2 {
			font-size: 4rem;
		}
		
		.featured-products-header {
		    height: 350px;
		}
		
		.product {
			width: auto;
			padding-top: 250px;
			height: 350px;
		}
		
			.product-image {
				height: 250px;
			}
			
			.product .headline-container {
				top: 250px;
				height: 80px;
			}
			
			.product .headline {
				font-size: 1.2rem;
			}
		
			.product p {
				font-size: .8rem;
			}
			.product-description-copy {
				top: 1rem;
				transform: none;
				padding: 0 .5rem;
			}
	}

	
/* SOCIALIZE */
.socialize {
	background: #e7c230  url(../img/socialize/bg-stars.jpg) repeat;
	overflow: hidden;
}
	.socialize .wrapper {
		position: relative;
	    padding: 1rem 0 2rem;
	}

	.twitter-feed,
	.fb-page {
		background-color: #fff;
		box-shadow: 7px 7px rgba(0,0,0,.55);
	}	
		.social-header {
			height: 69px;
			border-bottom: solid 1px #d9d9d9;
		}

			.social-header-left {
				display: inline-block;
				width: 21%;
			}
				.social-header-left img { margin: 25%; }

			.social-header-right {
				display: inline-block;
				vertical-align: top;
				margin: 18px 0 0 10px;
				text-align: left;
			}

		.twitter-feed-container {
			border-bottom: solid 1px #d9d9d9;
			height: 202px;
			overflow: hidden;
			padding: 0 10px;
		}

			.twitter-header {
				color: #60aaea;
				margin: -5px 0 5px 0;
			}
		
	@media screen and (min-width: 769px) {
		.isabelle {
			position: absolute;
		    bottom: 0;
		    right: -8%;
		    width: 40%;
		    height: 100%;
		    background: url(../img/socialize/isabelle.png) bottom left no-repeat;
		    background-size: contain;
		}
	}
	
	@media screen and (max-width: 768px) {
		.socialize .wrapper {
			text-align: center;
		}

		.twitter-feed,
		.fb-page {
			max-width: 340px;
			margin: 2rem auto 0;
			display: block!important;
		}
	}


/* STAMP BOTTOM */
.stamp-bottom {
    background: #ea212d url(../img/nbassadors/backgrounds/bg-red.jpg) 0 0 repeat;
    text-align: center;
    padding: 2rem 0;
}

