﻿.nes_b2b .nes_bg-home.nes_home-machine,
#nes_content,
.nes_b2b .nes_1col #nes_colLeft {
	width: 100%;
}

.nes_b2b .nes_home-machine {
	padding: 0;
}

.machines-plp {
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	line-height: 10px;
	background: #000;
	font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}

.machines-plp h1 {
	font-size: 3em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
    line-height: 1em;
}

.machines-plp h2 {
	font-size: 3em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin: 0px 0px 60px 0px;
	padding: 0px;
    line-height: 1em;
}

.machines-plp h3 {
	font-size: 1.5em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;
	padding: 0px;
    line-height: 1em;
	color: #fff;
}

.machines-plp h4 {
	font-size: 1.5em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;
	padding: 0px;
    line-height: 1em;
	text-align: center;
}

.machines-plp p {
	font-size: 1.4em;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	padding: 0px;
	margin: 0px;
}

.machines-plp .alert p {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.04em;
	margin: 0px 0px 50px;
}

.machines-plp .alert p:before {
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/machines/alert.png');
	content:'';
	display: inline-block;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	padding-right: 8px;
	position: relative;
	top: 5px;
}

.machines-plp .alert a {
	color: #8F7247;
}

.machines-plp ul {
	padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.01em;
	text-align: left;
}

/* HEAD */

.machines-plp .head {
	padding: 30px 40px 40px;
	width: 918px;
	margin: 0 auto;
	box-sizing: border-box;
}

.machines-plp .head h1 {
	color: #fff;
	text-align: center;
}

.machines-plp .head p {
	color: #fff;
	text-align: center;
}

/* PRODUCT GRID */

.machines-plp .product-grid.carousel {
	display: table;
	padding: 0px 0px 40px 0px;
	width: 1200px;
	margin: 0 auto;
}

.machines-plp .product-grid.carousel .slick-track {
	display: flex;
}

.machines-plp .products .product-grid {
	padding: 0px 0px 40px 0px;
}

.machines-plp .products,
.machines-plp .products-range {
	background: #fff;
	padding: 50px 0px 20px;
	color: #000;
	box-sizing: border-box;
}

.machines-plp .product-grid  > div.machine-product,
.machines-plp .product-grid  > div.range {
	width: 237px;
	padding: 0px 30px 50px;
	vertical-align: top;
	position: relative;
	display: table-cell;
}

.machines-plp .machine-product-container .machine-product {
	width: 50% !important;
}

.machines-plp .machine-product-container .machine-product.third {
	width: 33.33% !important;
}

.machines-plp .product-grid h3,
.machines-plp .product-grid h4 {
	text-align: left;
	color: #000;
}

.machines-plp .product-grid p {
	text-align: left;
	color: #000;
	margin: 0px 0px 20px 0px;
}

.machines-plp .product-grid ul.list {
	margin: 0px 0px 25px 0px !important;
	margin: 0;
    list-style: none;
	font-size: 1.4em;
	line-height: 1.5em;
}

.machines-plp .product-grid ul.list li {
	color: #000;
	padding: 0px 0px 4px 30px;
	position: relative;
}

.machines-plp .product-grid ul.list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 10px;
    border: solid #3D8705;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg) translateY(-50%);
}

.machines-plp .product-grid  div.machine-product div .image,
.machines-plp .product-grid  div.range div .image {
	position: relative;
	min-height: 263px;
}

.machines-plp .product-grid  div.machine-product div .image img,
.machines-plp .product-grid  div.range div .image img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	max-width: 100%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.machines-plp .product-grid  div.machine-product div a,
.machines-plp .product-grid  div.range div a  {
	font-size: 1.3em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #8F7247;
	background: #8F7247;
	padding: .8em 2.5em;
	margin: 0px;
	text-decoration: none;
	text-overflow: ellipsis;
	width: calc(100% - 33px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	left: 49.9%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	bottom: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: .1s all ease-out;
	-moz-transition: .1s all ease-out;
	transition: .1s all ease-out;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	height: auto;
	line-height: 1.2em;
}

.machines-plp .product-grid  div.machine-product div a:hover,
.machines-plp .product-grid  div.range div a:hover {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.machines-plp .product-grid  div.machine-product div a:active,
.machines-plp .product-grid  div.range div a:active {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
	background: #79613d;
	border: 1px solid #79613d;
}

.machines-plp .machine-product-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.machines-plp .machine-product-container.visible {
	opacity: 1;
	z-index:9999;
}

.machines-plp .machine-product-container .products {
	width: 918px;
	padding: 60px 30px 40px;
	position: absolute;
	left:45%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.machines-plp .machine-product-container.visible .products {
	left: 50%;
}

.machines-plp .machine-product-container .products .close-container {
	position: absolute;
    top: 25px;
    right: 25px;
    padding: 0px;
	color: #000;
    background: rgba(255,255,255,0);
    width: 16px;
    height: 16px;
	color: transparent;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.9em;
	border: none;
	cursor: pointer;
}

.machines-plp .machine-product-container .products .close-container:hover {
	border: none;
	background: transparent;
	color: transparent;
}

.machines-plp .machine-product-container .products .close-container span:before {
	position: absolute;
	left: 0;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #000;
	content: '';
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.machines-plp .machine-product-container .products .close-container span:after {
	position: absolute;
	left: 0;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #000;
	content: '';
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.machines-plp .machine-product-container .product-grid .range-title  {
	display: block;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.machines-plp h2.range-title {
	margin: 0px 0px 50px;
	color: #000;
}

.machines-plp h2.range-title.gemini {
	margin: 0px 0px 0px;
}

.machines-plp .products-range .alert p {
	text-align: center;
	color: #000;
}

.machines-plp .products-range .carousel ul.slick-dots {
    display: none;
}

.machines-plp .products-range .carousel ul.slick-dots li {
    display: none;
}

.machines-plp .products-range .carousel ul.slick-dots li button {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    background: none;
}

.machines-plp .products-range .carousel ul.slick-dots li button:after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
	border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.machines-plp .products-range .carousel ul.slick-dots li.slick-active button:after {
    background: #000;
}

.machines-plp .products-range .carousel .slick-slide {
	height: auto;
	margin-bottom: 5em;
	display: flex;
    justify-content: space-between;
    flex: 1;
	position: relative;
}

.machines-plp .products-range .carousel .slick-prev {
	padding: 0px;
	position: absolute;
	left: -26px;
	top: 25%;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
	z-index: 2;
}

.machines-plp .products-range .carousel .slick-prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 8px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.machines-plp .products-range .carousel .slick-next {
	padding: 0px;
	position: absolute;
	right: -26px;
	top: 25%;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
	z-index: 2;
}

.machines-plp .products-range .carousel .slick-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.machines-plp .products-range .alert {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}

/* VENUES */

.machines-plp .venues {
	padding: 60px 40px;
	background: #000;
	position: relative;
	width: 918px;
	margin: 0 auto;
	box-sizing: border-box;
}

.machines-plp .venues:after {
	content:'';
	background: #4b4b4b;
	height: 1px;
	width: 35%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.machines-plp .venues h2 {
	font-size: 2.2em;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 20px;
}

.machines-plp .venues p {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.machines-plp .venues .carousel ul.slick-dots {
    display: none;
}

.machines-plp .venues .carousel ul.slick-dots li {
    display: none;
}

.machines-plp .venues .carousel ul.slick-dots li button {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    background: none;
}

.machines-plp .venues .carousel ul.slick-dots li button:after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
	border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.machines-plp .venues .carousel ul.slick-dots li.slick-active button:after {
    background: #000;
}

.machines-plp .venues .carousel .slick-slide {
	height: auto;
}

.machines-plp .venues .carousel .slick-slide img {
	width: 100%;
	height: auto;
}

.machines-plp .venues .carousel .slick-prev {
	padding: 0px;
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
}

.machines-plp .venues .carousel .slick-prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 8px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.machines-plp .venues .carousel .slick-next {
	padding: 0px;
	position: absolute;
	right: -46px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
}

.machines-plp .venues .carousel .slick-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* SERVICES */

.machines-plp .services {
	padding: 60px 40px;
	background: #000;
	position: relative;
	text-align: center;
	width: 918px;
	margin: 0 auto;
	box-sizing: border-box;
}

.machines-plp .services:after {
	content:'';
	background: #4b4b4b;
	height: 1px;
	width: 35%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.machines-plp .services h2 {
	font-size: 2.2em;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 20px;
}

.machines-plp .services p {
	color: #fff;
	text-align: center;
}

.machines-plp .services h3 {
	font-weight: normal;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.machines-plp .services .carousel {
	text-align: center;
}

.machines-plp .services .carousel .container {
	width: 120px;
	display: inline-block;
	padding: 0px 40px;
	margin-top: 40px;
	position: relative;
	vertical-align: top;
}

.machines-plp .services .carousel span {
	display: block;
	height: 70px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.machines-plp .services .carousel span img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.machines-plp .services .carousel ul.slick-dots{
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-align: center;
}

.machines-plp .services .carousel ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    width: auto;
}

.machines-plp .services .carousel ul.slick-dots li button {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border: 1px solid #fff;
    background: none;
}

.machines-plp .services .carousel ul.slick-dots li button:after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.machines-plp .services .carousel ul.slick-dots li.slick-active button {
	border: none;
	background: #fff;
	width: 9px;
	height: 9px;
}

.machines-plp .services .carousel ul.slick-dots li.slick-active button:after {
    background: #fff;
}

.machines-plp .services .carousel .slick-slide {
	height: auto;
	margin-bottom: 5em;
}

.machines-plp .services .carousel .slick-prev {
	display: none !important;
	padding: 0px;
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
}

.machines-plp .services .carousel .slick-prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 8px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.machines-plp .services .carousel .slick-next {
	display: none !important;
	padding: 0px;
	position: absolute;
	right: -46px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 24px;
	height: 24px;
}

.machines-plp .services .carousel .slick-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* MACHINE FINDER */

.machines-plp .machine-finder {
	padding: 60px 40px;
	background: #000;
	position: relative;
	min-height: 404px;
	max-height: 404px;
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/machines/machine-finder-aguila.png');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}

.machines-plp .machine-finder:after {
	content:'';
	background: #4b4b4b;
	height: 1px;
	width: 35%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.machines-plp .machine-finder .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.machines-plp .machine-finder h2 {
	font-size: 2.2em;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 25px;
	width: 350px;
}

.machines-plp .machine-finder p {
	width: 350px;
}

.machines-plp .machine-finder .highlight  {
	color: #8F7247;
}

.machines-plp .machine-finder a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    background: #8F7247;
    padding: 15px;
    margin: 30px 0px 0px;
    text-decoration: none;
	text-overflow: ellipsis;
    width: 300px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
}

/* CONTRACTS */

.machines-plp .contracts {
	padding: 60px 40px;
	width: 918px;
	background: #000;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
}

.machines-plp .contracts h2 {
	font-size: 2.2em;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 20px;
}

.machines-plp .contracts p {
	color: #fff;
	text-align: center;
}

.machines-plp .contracts ul {
	margin-top: 35px;
	position: relative;
}

.machines-plp .contracts li {
	border-bottom: 1px solid #262626;
	cursor: pointer;
	position: relative;
}

.machines-plp .contracts li:before {
	position: absolute;
	left: 5px;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #8F7247;
	content: '';
	top: 0.55em;
	cursor: pointer;
}

.machines-plp .contracts li:after {
	position: absolute;
	left: 5px;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #8F7247;
	content: '';
	top: 0.55em;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor: pointer;
}

.machines-plp .contracts li p {
	height: 0px;
	max-height: 0px;
	opacity: 0;
	position: relative;
	top: -20px;
	z-index: -1;
	margin: 0px;
	padding: 0 0 0 28px;
	text-align: left;
	overflow: hidden;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
}

.machines-plp .contracts li.active:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.machines-plp .contracts li.active:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.machines-plp .contracts li:last-child {
	border: none;
}

.machines-plp .contracts li h3 {
	text-transform: none;
	font-weight: normal;
	margin: 15px 0px;
	padding: 0 0 0 28px;
	cursor: pointer;
}

.machines-plp .contracts li h3:before {
	content:'';
	border: 1px solid #8F7247;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: -4px;
}

.machines-plp .contracts li.active p {
	height: auto;
	max-height: 800px;
	margin-bottom: 15px;
	font-size: 1.4em;
	opacity: 1;
	top: 0px;
	z-index: 1;
}

.nes_b2b .machines-plp div.footer-annotation {
	padding: 50px 40px;
	background: #000;
	width: 918px;
	box-sizing: border-box;
	margin: 0 auto;
}

@media screen and (max-height: 750px) {
	.machine-product-container .range-title {
		display: none !important;
	}
}

@media screen and (max-height: 670px) {
	.machine-product-container .range-title,
	.machine-product-container ul.list {
		display: none !important;
	}
}

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

	.machines-plp > div {
		width: 100% !important;
		padding: 30px !important;
	}
	
	.machines-plp .product-grid.carousel {
		display: block;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.machines-plp {
		width: 100%;
	}
	
	.machines-plp .product-grid ul.list {
		margin: 0px 0px 60px 0px !important;
	}
	
	.machines-plp .head h1 {
		font-size: 2.8em;
	}
	
	.machines-plp .products-range {
		padding: 50px 40px 20px;
	}
	
	.machines-plp .product-grid h3,
	.machines-plp .product-grid h4 {
		text-align: center;
	}
	
	.machines-plp .product-grid .image img {
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	
	.machines-plp .venues .carousel .slick-prev {
		left: -26px;
	}
	
	.machines-plp .venues .carousel .slick-next {
		right: -26px;
	}

}

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

	.nes_b2b .nes_bg-home,
	#nes_content,
	.nes_1col #nes_colLeft {
		width: 100%;
	}
	
	.machines-plp .machine-finder {
		background-position: 0px 0px;
		min-height: auto;
		max-auto: auto;
	}
	
	.machines-plp .machine-finder .text {
		position: relative;
		top: auto;
		transform: none;
		-ms-transform: none;
		margin-top: 160px;
	}
	
	.machines-plp .machine-finder h2,
	.machines-plp .machine-finder p	{
		width: 100%;
	}
	
	.machines-plp .machine-finder a 	{
		width: calc(100% - 30px);
	}

}

@media screen and (min-width: 401px) and (max-width: 650px) {

	.machines-plp > div {
		width: 100% !important;
		padding: 30px !important;
	}
	
	.nes_b2b .nes_bg-home,
	#nes_content,
	.nes_1col #nes_colLeft {
		width: 100%;
	}
	
	.machines-plp .machine-finder {
		min-height: 246px;
		max-height: 246px;
	}
	
	.machines-plp .machine-finder h2,
	.machines-plp .machine-finder p	{
		width: 220px;
	}
	
	.machines-plp .machine-finder a	{
		width: calc(220px - 30px);
	}

}

@media screen and (min-width: 597px) and (max-width: 917px) {

	.machines-plp > div {
		width: 100% !important;
		padding: 30px !important;
	}
	
	.nes_b2b .nes_bg-home,
	#nes_content,
	.nes_1col #nes_colLeft {
		width: 100%;
	}
	
	.machines-plp .product-grid.carousel {
		display: block;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	.machines-plp .product-grid .slick-slide {
		display: table-cell;
	}
	
	.machines-plp .services .carousel .slick-track .slick-active ~ .slick-active > div:after {
		display: inline-block;
		content: '';
		height: 66%;
		width: 1px;
		background: #4d4b47;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
}

@media screen and (min-width: 650px) and (max-width: 917px) {

	.machines-plp {
		width: 100%;
	}
	
	.machines-plp .products,
	.machines-plp .products-range {
		padding: 50px 40px 20px;
	}
	
	.machines-plp .products-range .carousel .slick-slide > div {
		width: 237px;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		position: relative;
	}
	
	.machines-plp .product-grid  div.machine-product div .image,
	.machines-plp .product-grid  div.range div .image,
	.machines-plp .product-grid  div.machine-product div .image img,
	.machines-plp .product-grid  div.range div .image img {
		width: auto;
	}
	
	.machines-plp .product-grid  div.machine-product div .image img,
	.machines-plp .product-grid  div.range div .image img {
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 100%;
	}
	
	.machines-plp .product-grid ul.list {
		margin: 0px 0px 60px 0px !important;
	}
	
	.machines-plp .product-grid  div.machine-product div a,
	.machines-plp .product-grid  div.range div a {
		width: calc(100% - 32px);
	}
	
	.machines-plp .venues .carousel .slick-prev {
		left: -26px;
	}
	
	.machines-plp .venues .carousel .slick-next {
		right: -26px;
	}
	
	.machines-plp .machine-finder {
		min-height: 246px;
		max-height: 246px;
	}
	
	.machines-plp .machine-finder h2,
	.machines-plp .machine-finder p	{
		width: 220px;
	}
	
	.machines-plp .machine-finder a	{
		width: calc(220px - 30px);
	}

}