﻿hr {
	margin: 0px auto !important;
	width: 550px !important;
	z-index: 1;
  }

.nes_view-fonction.nes_view-fonction-v2 {
	display: none;
}
.nes-flavors hr:after {
	z-index: 1;
}

.nes-flavors a {
  color: inherit;
  text-decoration: none; }
  .nes-flavors a:hover {
    text-decoration: underline; }

.nes-flavors .wrapper {
  width: 918px;
  margin: 0px auto; }
  
  
  .nes-flavors .player.closed {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
	opacity: 0;
    visibility: hidden;
	transition: all 0.5s 0.1s;
  }
  
  .nes-flavors .player.closed.visible {
	opacity: 1;
    visibility: visible;
  }
  
  .nes-flavors .close-container {
	position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
  }
  
  .nes-flavors .close-container a {
	top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 100;
    color: rgba(255,255,255,0.8);
	transition: all 0.3s;
	border: 2px solid rgba(255,255,255,0.8);
    padding: 6px 10px;
    line-height: 1em;
  }
  
  .nes-flavors .close-container a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.2);
  }
  
  .nes-flavors .player iframe  {
	height: 100% !important;
	width: 100% !important;
  }

.nes-flavors section {
  margin: 70px 0; }

.nes-flavors section h1 {
  text-align: center; }

.nes-flavors p {
  font-size: 13px;
  line-height: 21px;
  margin: 0px;  }

.nes-flavors hr {
  height: 1px;
  border: 0;
  background-color: #4c4745;
  width: 400px;
  margin: 0;
  display: block;
  margin: 20px auto; }

.nes-flavors hr:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #aaa; }

.nes-flavors hr:after {
  position: relative;
  content: "▾";
  font-family: arial;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  top: -5px;
  color: #aaa; }

.nes-flavors #topPage {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  background: url('https://www.nespresso.com/shared_res/b2b/variations/images/topPage-naked-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px 170px;
  background-position: center;
  }
  
.nes-flavors #topPage .caramel-details {
	opacity: 0;
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/topPage-caramel-details.png');
	position: absolute;
    top: 0;
    left: 0;
    width: 350px;
	height: 100%;
    background-repeat: no-repeat;
	background-size: contain;
}

.nes-flavors #topPage .caramel-atmosphere {
	opacity: 0;
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/topPage-caramel-atmosphere-capsule.png');
	position: absolute;
    top: 50%;
    left: 0;
    width: 250px;
    height: 420px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-size: contain;
}

.nes-flavors #topPage .vanilla-details {
	opacity: 0;
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/topPage-vanilla-details.png');
	position: absolute;
    top: 0;
    right: 0;
    width: 350px;
	height: 100%;
    background-repeat: no-repeat;
	background-size: contain;
}

.nes-flavors #topPage .vanilla-atmosphere {
	opacity: 0;
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/topPage-vanilla-atmosphere-capsule.png');
	position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 420px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-size: contain;	
}

.nes-flavors .visible {
	opacity: 1 !important;
	transition: all 2s;
}
  
  .nes-flavors #topPage h1 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 15px;
	position: relative;
	z-index: 1;	}
  .nes-flavors #topPage h1 span {
    font-weight: normal; }
  .nes-flavors #topPage h2 {
    font-size: 19px;
	color: #fff;
    margin: 20px 0px 50px 0px;
	position: relative;
	z-index: 1;	}
 .nes-flavors #topPage h2 .light {
	font-weight: 100;
 }
  .nes-flavors #topPage p {
    width: 300px;
    margin: 0 auto 0px;
	position: relative;
	z-index: 1;	}
	
	.nes-flavors #topPage p:last-of-type {
    width: 300px;
    margin: 0 auto 50px;
	position: relative;
	z-index: 1;	}
	
	.nes-flavors #topPage a {
		text-transform: uppercase;
		display: inline-block;
		font-size: 16px;
		padding-top: 80px;
		max-width: 300px;
		margin: 0 auto;
		transition: all 0.3s;
		position: relative;
		color: rgba(255,255,255,0.8);
	}
	
	.nes-flavors #topPage a:hover {
		color: rgba(255,255,255,1);
		text-decoration: none;
	}
	
	.nes-flavors #topPage a:before {
		content: "";
		width: 60px;
		height: 60px;
		background: transparent;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 1px solid rgba(255,255,255,0.8);
		display: block;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transition: all 0.3s;
	}
	
	.nes-flavors #topPage a:hover:before	{
		border: 1px solid rgba(255,255,255,1);
	}
	
	.nes-flavors #topPage a:after {
		content:'';
		display: block;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid rgba(255,255,255,0.8);
		position: absolute;
		top: 21px;
		left: 51%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transition: all 0.3s;
	}
	
	.nes-flavors #topPage a:hover:after {
		border-left: 15px solid rgba(255,255,255,1);
	}
	
  .nes-flavors #topPage img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-38%);
	-ms-transform: translateX(-38%);
	-moz-transform: translateX(-38%);
	-webkit-transform: translateX(-38%);
	-o-transform: translateX(-38%);
	z-index: 1;
	width: 150px;}

.nes-flavors #flavored {
  padding: 70px 0px;
  margin: 0px auto;
  width: 918px;
  }
  .nes-flavors #flavored h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px; }
  .nes-flavors #flavored h2 {
    font-size: 24px;
    font-weight: bold;
	color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
	padding: 0px 50px;	}
  .nes-flavors #flavored article {
	position: relative;
	padding: 0px 110px 0px 220px;}
  .nes-flavors #flavored article img {
	position: absolute;
    left: 115px;
    top: -20px;}
  .nes-flavors #flavored article:last-child {
	margin-top: 100px;}
  .nes-flavors #flavored article div:first-of-type {
	width: 290px;
	padding: 0px 50px 0px 50px;
	display: inline-block;}
  .nes-flavors #flavored article div:last-of-type {
	width: 190px;
	display: inline-block;
	vertical-align: top;}
  .nes-flavors #flavored h3 {
	font-weight: light;
	color: #fff;
    font-size: 16px;
	margin-bottom: 16px;
	padding: 0px 50px;}
  .nes-flavors #flavored div:first-of-type a {
	margin-top: 20px;
	font-size: 12px;
	text-decoration: underline;
	display: block;}
  .nes-flavors #flavored div:last-of-type a {
	height: 24px;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    text-transform: none;
	border: 0;
    cursor: pointer;
	display: inline-block;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #c08c39;
		border-radius: 0px;
		-moz-border-radius:3px;
		-webkit-border-radius: 0px;
		-webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;}
  .nes-flavors #flavored div:last-of-type a:hover {
	background-color: #af7e2f;
	text-decoration: none;}
  .nes-flavors #flavored .imgProduct {
    position: absolute;
    display: block;
    left: 50px; }
  .nes-flavors #flavored table {
    font-size: 12px;
	line-height: 17px;
	width: 100%; }
  .nes-flavors #flavored table tr td {
	text-align: left;
	border: 0;	}
  .nes-flavors #flavored table tr td:first-child {
    padding-right: 10px;
	text-transform: uppercase;
	font-size: 11px;}	
	
.nes-flavors .howTo {
	padding: 70px 0px 0px;
	margin: 0px auto;
	width: 918px;
}
.nes-flavors .howTo h1 {
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 80px;
	display: block;
	width: 100%;
}
.nes-flavors .howTo h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
.nes-flavors .howTo .carousel .caramel {
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/recipe-caramel-background.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.nes-flavors .howTo .carousel .vanilla {
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/recipe-vanilla-background.png');
	background-size: contain;
	min-height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.nes-flavors .howTo .carousel div article {
	text-align: right;
	padding: 0px 150px 70px;
}
.nes-flavors .howTo .carousel div article:first-child {
	padding-top: 70px;
}
.nes-flavors .howTo .carousel div article div.text {
	width: 44.5%;
	padding: 0px 5% 0px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.nes-flavors .howTo .carousel div article div.image {
	width: 44.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 5%;
}

.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.text,
.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.text {
	text-align: left;
	padding: 0px 0px 0px 25px;
}

.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.image,
.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.image {
	text-align: right;
	padding: 0px 25px 0px 0px;
}

.nes-flavors .howTo .carousel .slick-slide {
	height: auto;
}

.nes-flavors .howTo .carousel .slick-slide img {
	display: inline-block;
}

.nes-flavors .howTo .carousel button.slick-prev,
.nes-flavors .howTo .carousel button.slick-next {
	display: none !important;
}

.nes-flavors .howTo .carousel ul.slick-dots {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.nes-flavors .howTo .carousel ul.slick-dots li {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}

.nes-flavors .howTo .carousel ul.slick-dots li button {
	background: transparent;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	line-height: 12px;
	outline: none;
	border: 1px solid #fff;
	position: relative;
}

.nes-flavors .howTo .carousel ul.slick-dots li:first-child button {
	margin-right: 10px;
}

.nes-flavors .howTo .carousel ul.slick-dots li.slick-active button {
	border: 1px solid #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #fff;
	color: #000;
}
.nes-flavors .howTo .carousel ul.slick-dots li.slick-active button:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    content: '';
    bottom: -7px;
	display: block;
}

.nes-flavors .recipes {
	padding: 70px 0px;
	margin: 0 auto;
	width: 918px;
	background: url('https://www.nespresso.com/shared_res/b2b/variations/images/recipes-background.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 530px;
}

.nes-flavors .recipes h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 60px;
    display: block;
    width: 100%;
}

/*.nes-flavors .recipes .carousel {
	margin-bottom: 95px;
}*/

.nes-flavors .recipes .carousel .slick-slide {
	height: auto;
}

.nes-flavors .recipes .carousel .slick-slide article {
	width: 698px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.nes-flavors .recipes .carousel .slick-slide article:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: auto;
}

.nes-flavors .recipes .carousel img {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}

.nes-flavors .recipes .carousel .content {
	width: 355px;
	padding: 0px 40px;
	display: inline-block;
	vertical-align: middle;
}

.nes-flavors .recipes .carousel .content .text {
	text-align: left;
}

.nes-flavors .recipes .carousel .content .text h2 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
}

.nes-flavors .recipes .carousel .content .text h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0px 5px;
	color: #fff;
}

.nes-flavors .recipes .carousel .content .text ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
    line-height: 21px;
	margin-left: 25px;
}

.nes-flavors .recipes .carousel .content .text p {
	margin: 25px 0px;
}

.nes-flavors .recipes .carousel .content .push {
	text-align: left;
}

.nes-flavors .recipes .carousel .content .push h3 {
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    color: #fff;
	text-align: left;
}

.nes-flavors .recipes .carousel .content .push img {
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	position: relative;
}

.nes-flavors .recipes .carousel .content .push a {
	width: 100px;
    border: 1px solid #fff;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0px 20px 0px 0px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 50px solid #fff;
	position: relative;
	transition: all 0.2s;
}

.nes-flavors .recipes .carousel .content .push a:last-child {
	margin: 0px;
}

.nes-flavors .recipes .carousel .content .push a:hover {
	border: 1px solid #c08c39;
	border-bottom: 50px solid #c08c39;
}

.nes-flavors .recipes .carousel .content .push a:hover .text .container h4 {
	display: none;
}

.nes-flavors .recipes .carousel .content .push a:hover .text .container p {
	display: block;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.nes-flavors .recipes .carousel .content .push a img {
	width: 100%;
}

.nes-flavors .recipes .carousel .content .push a .text {
	position: absolute;
	margin: 10px;
	width: 80px;
    height: 29px;
}

.nes-flavors .recipes .carousel .content .push a .text .container {
	display: block;
	width: 100%;
	text-align: center;
}

.nes-flavors .recipes .carousel .content .push a .text h4 {
	color: #000;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
	transition: all 0.2s;
	display: block;
    vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-height: 29px;
	position: absolute;
    left: 0;
    top: 50%;
   transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	line-height: 15px;
}

.nes-flavors .recipes .carousel .content .push a .text p {
	color: #fff;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0px;
	margin: 0;
	width: 100%;
	text-align: center;
	transition: all 0.2s;
	vertical-align: middle;
	display: none;
	height: auto;
	max-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nes-flavors .recipes .carousel .slick-dots {
	display: none !important;
}

.nes-flavors .recipes .carousel .slick-prev {
	padding: 0px;
    position: absolute;
    left: 40px;
    top: 35%;
    transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    background-color: transparent;
    border: none;
    font-size: 50px;
    line-height: 50px;
	color: #fff;
	font-weight: 100;
	font-family: Nespresso;
	transform:scale(1,2.5); /* W3C */
	-webkit-transform:scale(1,2.5); /* Safari and Chrome */
	-moz-transform:scale(1,2.5); /* Firefox */
	-ms-transform:scale(1,2.5); /* IE 9 */
	-o-transform:scale(1,2.5); /* Opera */
}

.nes-flavors .recipes .carousel .slick-next {
	padding: 0px;
    position: absolute;
    right: 40px;
    top: 35%;
    transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    background-color: transparent;
    border: none;
    font-size: 50px;
    line-height: 50px;
	color: #fff;
	font-weight: 100;
	font-family: Nespresso;
	transform:scale(1,2.5); /* W3C */
	-webkit-transform:scale(1,2.5); /* Safari and Chrome */
	-moz-transform:scale(1,2.5); /* Firefox */
	-ms-transform:scale(1,2.5); /* IE 9 */
	-o-transform:scale(1,2.5); /* Opera */
}

.nes-flavors .fixed-navigation {
	background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    width: 878px;
    z-index: 1;
    padding: 20px;
    border-bottom: 1px solid #666666;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    -moz-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    opacity: 0;
	margin: 0px;
}

.nes-flavors .fixed-navigation ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.nes-flavors .fixed-navigation ul:last-child {
    position: absolute;
    right: 20px;
}
.nes-flavors .fixed-navigation ul:last-child li:last-child a {
    background-color: #c08c39;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.nes-flavors .fixed-navigation ul:last-child li:last-child a:hover {
    background-color: #af7e2f;
}

.nes-flavors .fixed-navigation li {
	display: inline-block;
    padding: 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #bcbcbc;
    text-decoration: none;
}

.nes-flavors .fixed-navigation li a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: normal;
	color: #7d7d7d;
	text-decoration: none;
	-webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
}

.nes-flavors .fixed-navigation li a:hover {
	color: rgba(255,255,255,0.8);
}

.nes-flavors .fixed-navigation a.su-tcatnoc {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #c08c39;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 6px 23px;
	position: absolute;
	right: 60px;
	top: 10px;
	-webkit-transition: all 0.2s ease 0s, visibility 0s linear 0.2s;
	-moz-transition: all 0.2s ease 0s, visibility 0s linear 0.2s;
	transition: all 0.2s ease 0s, visibility 0s linear 0.2s;
}

.nes-flavors .fixed-navigation a.su-tcatnoc:hover {
	background-color: #af7e2f;
}

.nes-flavors .fixed-navigation li a.meti-evitca {
	color: #c08c39;
	border-bottom: 3px solid #c08c39;
	padding-bottom: 17px;
}

@media screen and (max-width: 590px) {
	
	.container.nes-flavors {
		width: 320px;
		margin: 0 auto;
	}
	
	.nes-flavors .wrapper {
		width: 320px;
		margin: 0 auto;
	}
	
	.nes-flavors .wrapper hr {
		width: 320px !important;
	}
	
	.nes-flavors #topPage {
		min-height: auto;
		padding: 70px 40px 170px;
	}
	
	.nes-flavors #topPage h1	{
		line-height: 1.2em;
		font-size: 22px;
		position: relative;
		z-index: 1;
	}
	
	.nes-flavors #topPage h2	{
		line-height: 1.2em;
		margin-bottom: 40px;
		font-size: 18px;
		position: relative;
		z-index: 1;
	}
	
	.nes-flavors #topPage p,
	.nes-flavors #topPage p:last-of-type	{
		position: relative;
		z-index: 1;
		width: 100%;
	}
	
	.nes-flavors #topPage img {
		z-index: 1;
	}
	
	.nes-flavors .caramel-details {
		width: 160px !important;
		top: 60% !important;
		transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		height: 375px !important;
	}
	
	.nes-flavors .vanilla-details {
		width: 160px !important;
		top: 22% !important;
		transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		height: 375px !important;
	}
	
	.nes-flavors .caramel-atmosphere,
	.nes-flavors .vanilla-atmosphere {
		display: none;
	}
	
	.nes-flavors .fixed-navigation {
		display: none !important;
	}
	
	.nes-flavors #flavored {
		width: 240px;
		padding: 70px 40px;
		text-align: center;
	}
	
	.nes-flavors #flavored article {
		padding: 0px;
	}
	
	.nes-flavors #flavored article img {
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	.nes-flavors #flavored h2	{
		line-height: 1.2em;
		padding: 0px;
		font-size: 22px;
		margin-bottom: 0px;
		margin-top: 30px;
	}
	
	.nes-flavors #flavored h3	{
		line-height: 1.2em;
		padding: 0px;
		font-size: 18px;
		margin-top: 0px;
	}
	
	.nes-flavors #flavored article div:first-of-type {
		padding: 0px;
		display: block;
		width: 100%;
	}
	
	.nes-flavors #flavored article p {
		text-align: left;
	}
	
	.nes-flavors #flavored article div:first-of-type a {
		display: none !important;
	}
	
	.nes-flavors #flavored table {
		display: none;
	}
	
	.nes-flavors #flavored div:last-of-type a {
		text-transform: uppercase;
		font-size: 14px;
		padding: 10px;
		line-height: 1.2em;
		height: auto;
		display: block;
	}
	
	/*.nes-flavors #flavored article:first-child:after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		margin: 35px auto;
		background-color: #aaa;
	}*/
	
	.nes-flavors #flavored article:last-child {
		margin-top: 70px;
	}
	
	.nes-flavors #flavored article div:last-of-type {
		width: 240px;
	}
	
	.nes-flavors #howTo {
		width: 240px;
		padding: 70px 40px;
		text-align: center;
	}
	
	.nes-flavors .howTo h1 {
		line-height: 1.2em;
		font-size: 22px;
		margin-bottom: 60px;
	}
	
	.nes-flavors .howTo h2 {
		line-height: 1.2em;
		font-size: 18px;
	}
	
	.nes-flavors .howTo .carousel div article {
		padding: 40px 0px 0px;
	}
	
	.nes-flavors .howTo .carousel div article div.text,
	.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.text,
	.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.text	{
		width: 240px;
		padding: 0px;
		display: block;
		text-align: left;
	}
	
	.nes-flavors .howTo .carousel div article div.image,
	.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.image,
	.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.image {
		width: 240px;
		padding: 0px;
		display: none;
		text-align: center;
	}
	
	.nes-flavors .howTo .carousel .caramel,
	.nes-flavors .howTo .carousel .vanilla {
		background: none;
		min-height: auto;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots {
		width: 100%;
		top: -40px;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li.slick-active button {
		background: #fff;
		color: #000;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li {
		width: 40%;
		margin: 4.5%;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li button {
		padding: 10px;
		border: 1px solid #fff;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li:first-child button {
		margin-right: 0px;
	}
	
	.nes-flavors .recipes {
		width: 240px;
		padding: 70px 40px;
	}
	
	.nes-flavors .recipes h1 {
		line-height: 1.2em;
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.nes-flavors .recipes .carousel .text h2 {
		line-height: 1.2em;
		font-size: 18px;
	}
	
	.nes-flavors .recipes .carousel .slick-prev {
		left: -20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.nes-flavors .recipes .carousel .slick-next {
		right: -20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.nes-flavors .recipes .carousel .slick-slide article {
		width: 200px;
		padding: 0px 20px;
		min-height: auto;
	}
	
	.nes-flavors .recipes .carousel img,
	.nes-flavors .recipes .carousel .content	{
		width: 100%;
		padding: 0px;
	}
	
	.nes-flavors .recipes .carousel .content .push a {
		width: 85px;
		margin: 0px 20px 20px 0px;
	}
	
	.nes-flavors .recipes .carousel .content .push a .text {
		width: 66px;
	}
	
	.nes-flavors .recipes .carousel .content .push a:nth-child(3) {
		margin: 0px 0px 20px 0px;
	}
	
	.nes-flavors .recipes .carousel .content .push a .text .container h4 {
		font-size: 12px;
	}

}

@media screen and (min-width: 591px) and (max-width: 986px) {

	.container.nes-flavors {
		width: 570px;
		margin: 0 auto;
	}
	
	.nes-flavors .wrapper {
		width: 570px;
		margin: 0 auto;
	}
	
	.nes-flavors .wrapper hr {
		width: 450px !important;
	}
	
	.nes-flavors #topPage {
		min-height: auto;
		padding: 70px 40px 170px;
	}
	
	.nes-flavors #topPage h1	{
		line-height: 1.2em;
		font-size: 22px;
		position: relative;
		z-index: 1;
	}
	
	.nes-flavors #topPage h2	{
		line-height: 1.2em;
		margin-bottom: 40px;
		font-size: 18px;
		position: relative;
		z-index: 1;
	}
	
	.nes-flavors #topPage p {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	
	.nes-flavors #topPage img {
		z-index: 1;
	}
	
	.nes-flavors .caramel-details {
		width: 285px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		height: 100% !important;
	}
	
	.nes-flavors .vanilla-details {
		width: 285px !important;
		top: 28% !important;
		transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		-o-transform: translateY(-50%) !important;
		height: 100% !important;
	}
	
	.nes-flavors .caramel-atmosphere,
	.nes-flavors .vanilla-atmosphere {
		display: none;
	}
	
	.nes-flavors .fixed-navigation {
		display: none !important;
	}
	
	.nes-flavors #flavored {
		width: 490px;
		padding: 70px 40px;
		text-align: center;
	}
	
	.nes-flavors #flavored article	{
		padding: 0px;
		width: 215px !important;
		display: inline-block;
		vertical-align: top;
	}
	
	.nes-flavors #flavored article:first-child {
		padding-right: 50px;
	}
	
	.nes-flavors #flavored article:last-child {
		margin-top: 0px !important;
	}
	
	.nes-flavors #flavored article div:last-of-type	{
		padding: 0px;
		width: 190px !important;
		display: inline-block;
		vertical-align: top;
	}
	
	.nes-flavors #flavored article img {
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	.nes-flavors #flavored h2	{
		line-height: 1.2em;
		padding: 0px;
		font-size: 22px;
		margin-bottom: 0px;
		margin-top: 30px;
	}
	
	.nes-flavors #flavored h3	{
		line-height: 1.2em;
		padding: 0px;
		font-size: 18px;
		margin-top: 0px;
	}
	
	.nes-flavors #flavored article p {
		text-align: center !important;
	}
	
	.nes-flavors #flavored article div:first-of-type {
		padding: 0px;
		display: block;
		width: 100%;
	}
	
	.nes-flavors #flavored article div:first-of-type a {
		display: none !important;
	}
	
	.nes-flavors #flavored table {
		display: none;
	}
	
	.nes-flavors #flavored div:last-of-type a {
		text-transform: uppercase;
		font-size: 14px;
		padding: 10px;
		line-height: 1.2em;
		height: auto;
		display: block;
	}
	
	/*.nes-flavors #flavored article:first-child:after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		margin: 35px auto;
		background-color: #aaa;
	}*/
	
	.nes-flavors #howTo {
		width: 490px;
		padding: 70px 40px;
		text-align: center;
	}
	
	.nes-flavors .howTo h1 {
		line-height: 1.2em;
		font-size: 22px;
		margin-bottom: 60px;
	}
	
	.nes-flavors .howTo h2 {
		line-height: 1.2em;
		font-size: 18px;
	}
	
	.nes-flavors .howTo .carousel div article {
		padding: 40px 0px 0px;
	}
	
	.nes-flavors .howTo .carousel div article div.text,
	.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.text,
	.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.text,
	.nes-flavors .howTo .carousel div article div.image,
	.nes-flavors .howTo .carousel .caramel article:nth-child(2) div.image,
	.nes-flavors .howTo .carousel .vanilla article:nth-child(2) div.image	{
		width: 215px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.nes-flavors .howTo .carousel .caramel,
	.nes-flavors .howTo .carousel .vanilla {
		min-height: auto;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots {
		width: 100%;
		top: -40px;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li.slick-active button {
		background: #fff;
		color: #000;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li {
		width: auto;
		margin: 0px;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li button {
		padding: 15px;
		border: 1px solid #fff;
		margin-right: 10px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
	.nes-flavors .howTo .carousel ul.slick-dots li:last-child button {
		margin: 0px;
	}
	
	.nes-flavors .recipes {
		width: 490px;
		padding: 70px 40px;
	}
	
	.nes-flavors .recipes h1 {
		line-height: 1.2em;
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.nes-flavors .recipes .carousel .text h2 {
		line-height: 1.2em;
		font-size: 18px;
	}
	
	.nes-flavors .recipes .carousel .slick-prev {
		left: -20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.nes-flavors .recipes .carousel .slick-next {
		right: -20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.nes-flavors .recipes .carousel .slick-slide article {
		width: 450px;
		padding: 0px 20px;
		min-height: auto;
		text-align: center;
	}
	
	.nes-flavors .recipes .carousel img	{
		width: 250px;
		padding: 0px;
	}
	
	.nes-flavors .recipes .carousel .content	{
		width: 100%;
		padding: 0px;
	}
	
	.nes-flavors .recipes .carousel .content .push a {
		width: 100px;
		margin: 0px 20px 0px 0px;
	}
	
	.nes-flavors .recipes .carousel .content .push a .text .container h4 {
		font-size: 12px;
	}

}