@font-face {
    font-family: 'budidayaregular';
    src: url('../fonts/budidaya_regular-webfont.woff2') format('woff2'),
         url('../fonts/budidaya_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
    box-sizing: border-box;
}
::-moz-selection {
	background: #48171f;
	color: #fff;
}

::selection {
	background: #48171f;
	color: #fff;
}

/* reset */
html, body, div, form, fieldset, legend, label {
	margin: 0;
	padding: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
img { border: 0; max-width: 100%; }
h1, h2, h3, h4, h5, h6, th, td, caption {
	font-weight:normal;
    font-family: 'budidayaregular';
	color:#66453d;
}
h2 {
	font-size: 4em;
    margin-bottom: 10px;
}
p {
	font-family: 'Roboto', sans-serif;
	color:#66453d;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

/* general */

a, a:visited, a:focus {
	color:#48171e;
	text-decoration: none;
}
.clear {
	content:"";
	display: block;
	clear: both;
}
.space {
	padding:30px 0;
}

html, body {
	font-family: 'Roboto', sans-serif;
	color:#66453d;
}

.container {
	width: 1200px;
	margin:0 auto;
}

#top {
	background: #fff;
	width: 100%;
}
#top:after {
	content: "";
	clear: both;
	display: block;
}
#menu a {
	color:#48171e;
	font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
#menu a.selected {
	font-weight: 900;
}
#menu ul.visible {
	display: block;
}
#menu li {
	float: left;
	margin-right: 20px;
	padding:5px 0;
	list-style:none;
}

.menu-icon {
	width: 18px;
    height: 18px;
    margin: 30px auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: none;
    cursor: pointer;
}
.menu-icon div {
	background-color: #48171f;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    transition: all 0.2s ease;
}

.menu-icon-active .menu-line-1 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6px;
    transition: all 0.2s ease;
}
.menu-icon-active .menu-line-2 {
    opacity: 0;
    transition: opacity 0.1s ease;
}
.menu-icon-active .menu-line-3 {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -6px;
    transition: all 0.2s ease;
}

.container#home {
	display: flex;
	flex: 1;
    align-items: center;
    direction: ltr;
}
#languages {
	width: 25%;
	padding:12px 0;
	text-align: left;
}
#languages > div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#languages img {
	width: 18px;
	height: auto;
}
#logo {
	width: 25%;
	padding:12px 0;
    text-align: right;
}
#logo img {
	margin-right: 100px;
    max-width: 70px;
}
#menu {
	width: 50%;
}
#menu ul {
	margin: 0;
}

.container:after,
#slider:after,
.col-60:after {
	display: block;
	content: "";
	clear: both;
}

.hand {
    content: "";
    background: url(../img/hand.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 250px;
    right: 15px;
    animation: hand_animation 1s infinite;
    display: none;
}
@keyframes hand_animation {
	0% {
		transform:translateX(-10px);
	}
	50% {
		transform:translateX(10px);
	}
	100% {
		transform:translateX(-10px);
	}
}

#slider > div {
	width: 50%;
	height: 100vh;
	height: calc(100vh - 100px);
	float: left;
    direction: ltr;
}
#slider-left {
	background: #48171f;
	background-size: cover;
	position: relative;
}
video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slider-right {
	background: #e86726;
	background-image:url('../img/transparent-gradient.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x:left;
    position: relative;
	transition:0.5s all ease;
}
.ro #slider-right {
	background: #01acea;
	background-image:url('../img/transparent-gradient.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x:left;
}


#slider-right.product2 {
	background: rgb(152,62,17);
	background: -moz-linear-gradient(280deg, rgba(152,62,17,1) 0%, rgba(234,103,38,1) 100%);
	background: -webkit-linear-gradient(280deg, rgba(152,62,17,1) 0%, rgba(234,103,38,1) 100%);
	background: linear-gradient(280deg, rgba(152,62,17,1) 0%, rgba(234,103,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#983e11",endColorstr="#ea6726",GradientType=1);
	transition:0.5s all ease;
}

.nutrition-facts-wrapper h1 {
	color:#fff;
	font-size:4em;
	line-height: 1em;
	margin-top:0;
	margin-bottom:0;
}
.nutrition-facts-wrapper h3 {
	color:#fff;
	font-size: 3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.nutrition-facts-wrapper p {
	color:#fff;
	font-size: 1.5em;
	margin-top:0;
	font-weight: 100;
}
.nutrition-facts-wrapper {
	display: flex;
	color:#fff;
}
.nutrition-facts-cup {
	flex: 33%;
	max-width: 33%;
}
.nutrition-facts-item {
	flex: 67%;
	max-width: 67%;
    align-self: center;
    padding-left:40px;
}

.nutrition-facts-bg {
	background-image:url('../img/transparent-gradient.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x:left;
    position: relative;
	transition:0.5s all ease;
	padding:150px 0;
}
.classic {
	background-color: #01acea;
}
.cappuccino,
.latte {
	background-color: #e86726;
}
.vanilla {
	background-color: #fcc202;
}
.no-sugar-added {
	background-color: #ff5aa6;
}
.lactose-free {
	background-color: #8dcb0e;
}
.cacao-drink {
	background-color: #8456a1;
	
}

.nutrition-facts-info {
	/*width: 90%;*/
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.nutrition-facts-info div {
	border:1px solid #fff;
	text-align: center;
	padding:10px 15px;
}
.nutrition-facts-info div strong {
	display: block;
}



#slider {
	/*padding:0 25%;*/
	overflow: hidden;
}
.slider h2 {
	text-transform: uppercase;
}
.slider h2,
.slider p {
	color:#fff;
	padding: 0 15% 0 30%;
}
.slider h2 {
	color:#fff;
	line-height: 55px !important;
}
.slider p {
	font-weight: 100;
	line-height: 30px;
}

ul.slick-dots img {
	width: 40px;
    cursor: pointer;
	transform: scale(1);
    transition: 0.5s all ease;
}
ul.slick-dots img:hover {
	transform: scale(1.3);
    transition: 0.5s all ease;
}

ul.slick-dots {
    position: absolute;
    bottom: 50px;
    left: 30%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.slick-dots li {
	list-style: none;
    float: left;
    margin-right: 20px;
}
ul.slick-dots li button {
    border: 1px solid #ff62ab;
    outline: none;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    box-shadow: inset 0px 0 0 3px #ff62ab;
    cursor: pointer;
}
ul.slick-dots li.slick-active button {
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    box-shadow: inset 0px 0 0 2px #ff62ab;
    cursor: pointer;
}
.slider .item {
	outline: none;
    height: 100vh;
    height: calc(100vh - 100px);
    position: relative;
    display: table;
}
.slider .item .item-centered > img {
	position: absolute;
	/*left:-5%;*/
	top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
	height: 70vh;
	width: auto;
	transition: 1s ease all;
}
.slider .slick-current .item-centered {
    display: table-cell;
    vertical-align: middle;
}
.slider .slick-current .item-centered p:last-of-type {
    padding-bottom: 100px;
}

.mt30 {
	margin-top:30px;
    padding: 30px;
}
.slider .item .item-centered > img {
	opacity:0;
	/*animation: swing ease-in-out 1s infinite alternate;*/
    /*transform-origin: center -20px;*/
}
.slider .item.slick-current .item-centered > img {
	opacity: 1;
}
.slider .item.slick-current .item-centered > img {
	top:50%;
	transform: translate(-50%,-50%);
	transition: 0.5s ease all;
}
@keyframes swing {
    0% { transform: rotate(2deg) translate(-50%,-50%); }
    100% { transform: rotate(-2deg) translate(-50%,-50%); }
}



.col-40 {
	width: 38.5%;
	margin-right: 3%;
	float: left;
}
.col-50 {
	width: 48.5%;
	float: left;
}
.col-50:first-child {
	margin-right: 3%;
}
.col-60 {
	width: 58.5%;
	float: left;
}
.col-75 {
	width: 73.5%;
	float: left;
	margin-right: 3%;
}
.col-25 {
	width: 23.5%;
	float: left;
}

#our-story {
	padding:100px 0;
}

.grid-item { width: 25%; position: relative; }
.grid-item-width2 { width: 50%; }
.grid-item img {
	display: block;
    outline: none;
}

.insta:after,
.fb:after {
	content:"";
	display: block;
	clear: both;
	bottom: 15px;
	right: 15px;
	position: absolute;
	width: 35px;
	height: 35px;
}
.insta:after {
	background:url('../img/instagram.png') no-repeat;
	background-size: contain;
}
.fb:after {
	background:url('../img/facebook.png') no-repeat;
	background-size: contain;
}

footer {
	background:#fff;
	padding:100px 0;
}
footer ul.footer-menu {
	margin: 40px 0 0 0;
	padding: 0;
}
footer ul.footer-menu li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
footer ul.footer-menu li a {
	color: #48171e;
	text-decoration: none;
    font-size: 0.9em;
}

.right {
	float: right;
}

input:focus,
textarea:focus {
	outline: none;
}
input::placeholder,
textarea::placeholder {
	color:#48171e;
}
footer form input[type="text"],
footer form input[type="email"],
footer form textarea {
	border:1px solid #48171e;
	padding:10px 20px;
	background:transparent;
	color:#48171e;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
}
footer form textarea {
	min-height: 130px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #48171f inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
footer span {
	color: #48171e;
    font-size: 0.6em;
    position: relative;
}
footer input[type="checkbox"] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #48171e;
}
footer span::before, footer span::after {
    content: " ";
}
footer input[type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    background: #000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
    transform: rotate(45deg);
}
footer input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
footer input[type="submit"]:hover {
	background:#d4cbcb;
	transition: 0.3s ease all;
}
footer input[type="submit"] {
	border:0;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	padding:10px 20px;
	background:#48171e;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	margin: 10px 0;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	transition: 0.3s ease all;
}

footer ul.footer-socials {
	margin:0;
}
footer .socials:after {
	content: "";
	clear: both;
	display: block;
}
footer .socials {
	margin-right: 0;
	margin-left: 3%;
}
footer ul.footer-socials li a {
	display: inline-block;
}
footer ul.footer-socials li {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	list-style:none;
	text-align: right;
}

footer ul.footer-socials img {
	max-width: 35px;
	height: auto;
	display: block;
}
footer .maresi-logo {
	max-width: 110px;
}
footer #footer-form-response span {
	color: #48171e;
    background: transparent;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.9em;
    display: inline-block;
}


#livechat {
	text-transform: uppercase;
	color:#48171e;
	margin-top:50px;
    text-align: right;
}
#livechat a {
	color:#48171e;
	text-decoration: none;
}
#livechat img {
	vertical-align: middle;
	padding-left: 10px;
	max-width: 30px;
	height: auto;
}

.year-row {
	display: flex;
}
.year-row > div {
	flex:1;
}
.year-text h4 {
	font-size:2.5em;
}
.year-text {
	padding:100px;
	text-align: center;
}
.year-text h4 { margin-top:0; }

.year-text.year-black { background: #a79088; }
.year-text.year-black p { color: #000; line-height: 30px; }
.year-text.year-black h4 { color: #000; }

.year-text.year-white { background: #fff; }
.year-text.year-white p { color: #000; line-height: 30px; }
.year-text.year-white h4 { color: #000; }

p.year-year {
    display: block;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    margin: 0 auto;
}
.year-text.year-black p.year-year { border: 2px solid #48171E; color:#48171E;}
.year-text.year-white p.year-year { border: 2px solid #000; color:#000; }
.year-img-1 {
	background: url('../img/our-story/1.jpg') no-repeat center center;
	background-size: cover;
}
.year-img-2 {
	background: url('../img/our-story/2.jpg') no-repeat center center;
	background-size: cover;
}
.year-img-3 {
	background: url('../img/our-story/3.jpg') no-repeat center center;
	background-size: cover;
}
.year-img-4 {
	background: url('../img/our-story/4.jpg') no-repeat center center;
	background-size: cover;
}
.year-img-5 {
	background: url('../img/our-story/5.jpg') no-repeat center center;
	background-size: cover;
}

.text-big {
	font-size: 1.3em;
	font-weight: bold;
}
.text-center {
	text-align: center;
}

.button {
	padding:5px 15px;
	border:1px solid #65453e;
	display: inline-block;
	text-transform: uppercase;
	color:#65453e;
	text-decoration: none;
	transition:0.2s all ease;
}
.button:hover {
	background: #65453e;
	color:#fff;
	transition:0.2s all ease;
}

.timeline-item a:hover {
	color:#000;
}
.timeline-item a {
	display: inline-block;
	text-decoration: none;
	color:#65453e;
	font-weight: bold;
	font-size: 1.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.timeline-item {
	position: relative;
	width: 80px;
	height: 80px;
    display: inline-block;
    border:1px solid #65453e;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.timeline {
	padding: 0 100px;
	position: relative;
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	margin: 30px 0;
}
.timeline-dots:before,
.timeline-dots:after {
	background: #65453e;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	text-align: center;
	content:"";
	position: absolute;
}
.timeline-dots:after {
	margin-left:-40px;
}
.timeline-dots:before {
    margin-left: 30px;
}
.timeline-dots {
	background: #65453e;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	text-align: center;
    margin: 36px auto;
	text-align: center;
}

.nutrition-facts h1 {
	font-size:3em;
}
.nutrition-facts h2 {
	font-size:2em;
	margin-bottom: 0;
}
.quantity {
	margin-top: 0;
}

.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }


.table {
    width: 100%;
    border: 1px solid #48171e;
}
.tr:after {
	content: "";
	clear: both;
	display: block;
}
.tr {
    border-bottom: 1px solid #48171e;
    padding: 5px 10px;
}
.tr:last-child {
	border-bottom: none;
}
.td.indented {
	padding-left:30px;
}
.td {
	display: inline-block;
    float: left;
}
.td:last-child {
	float:right;
}


.nf-button a {
	text-decoration:none;
	color:#fff;
}
.nf-button span:first-child img {
	max-width: 50px;
    padding: 8px 5px;
    vertical-align: middle;
    display: inline-block;
}
.nf-button span:first-child {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    z-index: 9;
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}
.nf-button span:last-child {
	max-width: 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding:5px 25px 5px 45px;
    font-size:1.1em;
    font-weight: normal;
    margin-left:-30px;
    text-transform: uppercase;
}
.nf-button#latte span:first-child,
.nf-button#cappuccino span:first-child { background: #b16f48; }
.nf-button#classic span:first-child { background: #3692b3; }
.nf-button#lactose-free span:first-child { background: #7fa23d; }
.nf-button#no-sugar-added span:first-child { background: #bc6489; }
.nf-button#vanilla span:first-child { background: #bb9d38; }
.nf-button#cacao-drink-latte span:first-child { background: #776188; }

#top_section {
	background: #a79088;
	text-align: center;
	padding:50px 100px;
	margin:30px 0;
}
#top_section h1 {
	color:#000;
	margin-top:0;
	font-size: 3em;
}
#top_section p {
	color:#000;
}

#slider h2 { word-break: break-all; }



body.ar {
	direction: rtl;
}
body.ar footer input[type="checkbox"] + span:before {
    margin-left: 10px;
    margin-right: 0px;
}
body.ar .slider-text {
	direction: rtl;
}
body.ar .slider-text .nf-button {
	direction: ltr;
}


@media (max-width: 1200px) and (min-width: 1000px) {
	#slider h2 { font-size: 3em; }
	#slider h2,
	#slider p {
		padding-left:35%;
    	padding-right: 15px;
	}
	.container { width: 95%; }
	#menu ul {
	    margin: 5px;
	}
}
@media (max-width: 999px) and (min-width: 769px) {
	#slider h2 { font-size:2em; }
	#slider h2,
	#slider p {
		padding-left:50%;
    	padding-right: 15px;
	}
	.container { width: 95%; }
	#menu ul {
	    margin: 5px;
	}
}
@media (max-width: 768px) {
	.container#home {
	    flex-direction: column;
    }
	.hide-on-mobile {
		display: none;
	}
	.pl20 { padding-left: 0; }
	.pr20 { padding-right: 0; }
	#logo {
	    text-align: left;
	    padding-bottom: 0;
	}
	#logo a {
	    display: block;
	    text-align: center;
	}
	#logo img {
	    margin-right: 0;
	}
	.menu-icon {
		float:none;
	}
	/*	#logo,
	#menu,*/
	.container,
	.col-25,
	.col-40,
	.col-50,
	.col-60,
	.col-75 {
	    width: 100%;
	}
	#our-story .col-60 img {
		margin-top: 30px;
	}
	.container {
		padding:0 15px;
	}
	.grid-item {
		width: 50%;
	}
	.grid-item-width2 {
		width: 100%;
	}
	#our-story {
	    padding: 30px 0;
	}
	#menu ul {
		padding:0;
		display: none;
    	margin: 0 0 2em 0;
    	float: right;
    	width: 100%;
	}
	#menu li {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    text-align: center;
    	user-select: none;
	}
	.menu-icon {
		display: block;
	}
	/*#slider > div#slider-left {
		width: 100%;
		height: 300px;
	}
	#slider > div#slider-right {
	    overflow: hidden;
		width: 100%;
		height: 100vh;
	}*/
	#slider-left {
		display: none;
	}
	#slider-left,
	#slider-right {
		/*position: initial;*/
		height: 120vh !important;
	}
	#slider > div {
		width: 100%;
	}
	.slider .item {
	    height: 120vh !important;
    	width: 100vw !important;
    	float: left;
	}
	.slider .item .item-centered > img {
		transform:translate(-50%);
	    left: 50%;
    	padding: 0 10px;
    	height: 60vh;
    	width: auto;
    	position: relative;
	}
	.slider .item.slick-current .item-centered > img {
		transform:translate(-50%);
	}
	.slick-slider {
  	  	position: relative;
    	left: 50%;
	    top: initial;
    	transform: translateX(-50%);
    	height: 120vh !important;
	    width: 100vw !important;
	}
	.slick-track,
	.slick-list {
		height: 120vh !important;
	}
	.slider .slick-current .item-centered p:last-of-type {
	    padding-bottom: 0;
	}
	/*.slick-slide {
		opacity: 0;
	}
	.slick-current {
		opacity: 1;
	}*/
	.slider p {
    	padding: 0 15px;
	    line-height: 22px;
	}
	.slider h2 {
		font-size: 2em;
    	padding: 0 15px;
	    color: #fff;
	    margin-top:0;
	    line-height: 1em !important;
	}
	ul.slick-dots {
	    position: absolute;
	    bottom: 30px;
	    left: 15px;
	    display: none !important;
	}
	.slider-text {
		padding:30px;
	    width: 90%;
	    margin: 30px auto;
    	box-shadow: 12px 14px 20px rgba(0,0,0,0.3);
	}
	#slick-slide00.slick-current .slider-text { background:#e86726; transition:0.5s ease all; }
	#slick-slide01.slick-current .slider-text { background:#01acea; transition:0.5s ease all; }
	#slick-slide02.slick-current .slider-text { background:#8dcb0e; transition:0.5s ease all; }
	#slick-slide03.slick-current .slider-text { background:#ff5aa6; transition:0.5s ease all; }
	#slick-slide04.slick-current.slick-current .slider-text { background:#fcc202; transition:0.5s ease all; }
	#slick-slide05.slick-current .slider-text { background:#8456a1; transition:0.5s ease all; }

	footer {
		padding:50px 0;
	}
	footer .container > .col-40 {
	    margin-bottom: 30px;
	}
	footer .col-40 .col-50 {
		width: 48.5%;
	}
	footer .col-50 .col-60 {
		text-align: center;
	}
	footer .col-50 .col-60 img {
		display: inline-block;
		float: none;
    	margin: 20px 0 30px 0;
	}
	footer ul.footer-socials {
		text-align: center;
		padding-left: 0;
	}
	footer ul.footer-socials li {
		display: inline-block;
		float: none;
		width: auto;
	}

	.year-row {
		flex-direction: column;
	}
	.year-row:nth-of-type(even) {
		flex-direction: column-reverse;
	}
	.year-row > div {
	    min-height: 350px;
	}
	.year-text {
	    padding: 30px;
	}
	#top_section {
	    padding: 30px;
	}
	.timeline {
		padding:0;
	    /*grid-template-columns: 1fr;*/
	}
	.timeline-dots {
	    margin: 13px auto;
	}
	.timeline-item {
	    width: 100%;
	    height: 100%;
	}
	.timeline-item a {
	    font-size: 0.7em;
	}
	.timeline-dots:before,
	.timeline-dots:after {
		display: none;
	}
	.item-centered {
		position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
    	padding-top: 15px;
	}
	.hand {
		display: block;
	}
	.nutrition-facts-wrapper {
	    flex-direction: column;
	}
	.nutrition-facts-cup {
		flex: 1;
		max-width: 100%;
    	align-self: center;
	}
	.nutrition-facts-cup img {
    	max-height: 350px;
    }
	.nutrition-facts-item {
		flex: 1%;
		max-width: 100%;
		padding-left:0;
	}
	.nutrition-facts-info {
		width:100%;
	    grid-template-columns: 1fr 1fr;
	}
	.nf-button#cappuccino span:first-child { background: #e86726; }
	.nf-button#classic span:first-child { background: #01acea; }
	.nf-button#lactose-free span:first-child { background: #8dcb0e; }
	.nf-button#no-sugar-added span:first-child { background: #ff5aa6; }
	.nf-button#vanilla span:first-child { background: #fcc202; }
	.nf-button#cacao-drink-latte span:first-child { background: #8456a1; }
	.nutrition-facts-bg {
	    padding: 50px 0;
	}
	.nutrition-facts-wrapper h1 {
	    margin-top: 30px;
	}
	.nutrition-facts-wrapper h3 {
	    margin-top: 0;
	    visibility: hidden;
	}
}
@media (max-width: 390px) {
	#slider-left,
	#slider-right,
	.slider .item,
	.slick-slider,
	.slick-track,
	.slick-list {
		height: 130vh !important;
	}
}
@media (max-width: 360px) {
	#slider-left,
	#slider-right,
	.slider .item,
	.slick-slider,
	.slick-track,
	.slick-list {
		height: 130vh !important;
	}
}
@media (max-width: 320px) {
	#slider-left,
	#slider-right,
	.slider .item,
	.slick-slider,
	.slick-track,
	.slick-list {
		height: 150vh !important;
	}
}