﻿/* FONT */

@font-face {
  font-family: 'Lucas';
  font-weight: normal;
  src: url('https://www-staging.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Regular.woff') format('woff'), /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'Lucas';
  font-weight: bold;
  src: url('https://www-staging.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Bold.woff') format('woff'), /* Pretty Modern Browsers */
}

/* CSS RESET */

body.nes_b2b {
	background: #000 !important;
}

.nes_b2b .nes_bg-home {
	width: 100% !important;
}

/* BASICS */

.nes_home-resolution {
	width: 918px;
	margin: 0 auto;
	font-size: 14px; 
	line-height: 24px;
	position: relative;
	box-sizing: border-box;
}

.nes_home-resolution .slick-slider {
	max-width: 918px;
}

.nes_home-resolution .gold {
	color: #8F7247;
	font-size: inherit;
	line-height: 1.2em;
}

.nes_home-resolution #dark h1,
.nes_home-resolution #dark h2,
.nes_home-resolution #dark h3,
.nes_home-resolution #dark h4 {
	color: #fff;
}

.nes_home-resolution #dark p {
	color: #bcbcbc;
}

.nes_home-resolution #light h1,
.nes_home-resolution #light h2,
.nes_home-resolution #light h3,
.nes_home-resolution #light h4 {
	color: rgba(0,0,0,0.7);
}

.nes_home-resolution #light p {
	color: rgba(0,0,0,0.6);
}

.overlay{
		display: none;
}

.nes_home-resolution .mobile-nav .close-button-container {
	position: relative;
	width: 918px;
	margin: 0 auto;
}

.nes_home-resolution #skrollr-body > div {
	padding: 0px 0px 0px;
	display: none;
	background: #000;
}

.nes_home-resolution #skrollr-body > div a:nth-child(1) {
	position: relative;
	left: 12px;
	background: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/nespresso-logo.png');
	width: 320px;
	height: 33px;
	display: block;
	text-decoration: none;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.nes_home-resolution #skrollr-body > div .menu-expand {
	background: #fff;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 20px;
    top: 3px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

/* FIXED NAVIGATION */

.nes_home-resolution .fixed-navigation {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	width: 918px;
	z-index: 1;
	padding: 16px 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;
	box-sizing: border-box;
}

.nes_home-resolution .fixed-navigation.visible {
	opacity: 1;
}

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

.nes_home-resolution .fixed-navigation ul:last-child {
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

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

.nes_home-resolution .fixed-navigation ul:last-child li {
	padding: 0px 20px;
}

.nes_home-resolution .fixed-navigation ul li a {
	padding: 0px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #bcbcbc;
    text-decoration: none;
    -webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
}

.nes_home-resolution .fixed-navigation ul li a:hover {
	color: rgba(255,255,255,0.9);
}

.nes_home-resolution .fixed-navigation ul:last-child li:first-child a {
	color: #8F7247;
}

.nes_home-resolution .fixed-navigation ul:last-child li:first-child a:hover {
	color: #e7b150;
}

.nes_home-resolution .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_home-resolution .fixed-navigation ul:last-child li:last-child a:hover {
	background-color: #af7e2f;
	color: #fff;
}

/* HERO BANNER */

.nes_home-resolution .hero-banner {
	position: relative;
	background: #000;
	margin: 0px;
}

.nes_home-resolution .hero-banner .text {
	width: 335px;
	position: relative;
	z-index: 1;
	top: calc(50% - 20px);
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	max-height: 312px;
    overflow: hidden;
}

.nes_home-resolution .hero-banner .text h1 {
	font-weight: 100;
    font-size: 40px;
	line-height: 1.2em;
	margin: 0px 0px 30px 0px;
	color: #fff;
}

.nes_home-resolution .hero-banner .text p {
	color: #bcbcbc;
	margin: 0px;
	padding: 0px;
}

.nes_home-resolution .hero-banner img {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nes_home-resolution .hero-banner a {
	background-color: #c08c39;
	color: #fff;
	text-decoration: none;
	padding: 6px 18px;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: normal;
	-webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 314px;
}

/*.nes_home-resolution .hero-banner a:before {
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    content: '';
    display: inline-block;
    padding-right: 8px;
}*/

.nes_home-resolution .hero-banner a:hover {
	background-color: #af7e2f;
}

.nes_home-resolution .hero-banner .slick-slide {
	height: 453px;
	position: relative;
	padding: 0px 40px;
	outline: 0;
	width: 838px;
}

.nes_home-resolution .hero-banner .carousel .slick-prev,
.nes_home-resolution .hero-banner .carousel .slick-next {
	display: none !important;
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots {
    list-style: none;
    padding: 0px 0px 20px;
    margin: 0px;
	z-index: 1;
	position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
	padding: 0px;
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots li button {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    background: none;
	outline: 0;
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots li button:after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #474747;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots li.slick-active button:after {
    background: #fff;
}

.nes_home-resolution .hero-banner .carousel ul.slick-dots li.slick-active button {
	border: 1px solid rgba(0,0,0,0.2);
}

.hero-banner .slick-track .slick-slide:nth-child(2),
.hero-banner .slick-track .slick-slide:nth-child(3),
.hero-banner .slick-track .slick-slide:nth-child(4),
.hero-banner > div > div:nth-child(2),
.hero-banner > div > div:nth-child(3),
.hero-banner > div > div:nth-child(4) {
	display: none !important;
}

.hero-banner .slick-track .slick-slide.visible,
.hero-banner > div > div.visible {
	display: block !important;
}

/* TAILORED SOLUTIONS BLOCK */

.nes_home-resolution .tailored-solutions {
	padding: 40px;
	position: relative;
	background: #141414;
	text-align: center;
	margin: 0px;
}

.nes_home-resolution .tailored-solutions h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px 0px;
	color: #fff;
}

.nes_home-resolution .tailored-solutions div {
	text-align: center;
}

.nes_home-resolution .tailored-solutions ul {
	padding: 0px;
	text-align: left;
	width: 918px;
	margin: 0 auto;
}

.nes_home-resolution .tailored-solutions ul a {
	color: transparent;
	width: 249px;
	margin-right: 40px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.nes_home-resolution .tailored-solutions ul a:nth-child(3) {
	margin-right: 0px;
}

.nes_home-resolution .tailored-solutions ul a ul {
	width: 100%;
}

.nes_home-resolution .tailored-solutions ul li {
	display: inline-block;
	list-style: none;
	width: 249px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	padding: 0px;
}

.nes_home-resolution .tailored-solutions ul li h3 {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 20px 0px 14px;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nes_home-resolution .tailored-solutions ul li p {
	color: #bcbcbc;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.nes_home-resolution .tailored-solutions ul a li .link {
	color: #8F7247;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}

.nes_home-resolution .tailored-solutions ul a li .link:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	bottom: 3px;
	top: calc(50% + 1px);
	transform: translateY(-50%) rotate(45deg);
	right: -10px;
	border-top: 1px solid #8F7247;
	border-right: 1px solid #8F7247;
}

/*.nes_home-resolution .tailored-solutions ul a li .overlay {
	width: 249px;
	height: 157px;
	position: absolute;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nes_home-resolution .tailored-solutions ul a li .overlay span {
	width: 40px;
    height: 40px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-align: center;
	background: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/learn-more.png');
	background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
	border: solid 2px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;	
}

.nes_home-resolution .tailored-solutions ul a:hover li .overlay {
	background: rgba(0,0,0,0.8);
    top: 0;
	opacity: 1;
}

.nes_home-resolution .tailored-solutions ul a:hover li .overlay span {
	top: 50%;
	transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	opacity: 1;
}*/

.nes_home-resolution .tailored-solutions ul a li img {
	height: 157px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: auto;
}

.nes_home-resolution .tailored-solutions ul.last {
	margin: 0px;
	max-height: 0px;
	opacity: 0;
	position: relative;
	-webkit-transition: 0.8s max-height ease-in-out, 0.8s opacity 0.5s ease-in-out;
    -moz-transition: 0.8s max-height ease-in-out, 0.8s opacity 0.5s ease-in-out;
    -o-transition: 0.8s max-height ease-in-out, 0.8s opacity 0.5s ease-in-out;
    transition: 0.8s max-height ease-in-out, 0.8s opacity 0.5s ease-in-out;
}

.nes_home-resolution .tailored-solutions ul.last a {
	display: none;
}

.nes_home-resolution .tailored-solutions ul.last.visible {
	max-height: 500px;
	opacity: 1;
}

.nes_home-resolution .tailored-solutions ul.last.visible a {
	display: inline-block;
}

.nes_home-resolution .tailored-solutions ul.last.visible li {
	margin-top: -40px;
}

.nes_home-resolution .tailored-solutions .expand {
	opacity: 1;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 40px 0px 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	/*width: 100%;
    padding: 20px 0px;
    background: rgba(255,255,255,0.02);*/
	border: 1px solid rgba(255,255,255,0.2);
	padding: 10px 18px;
}

.nes_home-resolution .tailored-solutions .expand:hover {
	color: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.4);
	cursor: pointer;
}

/*.nes_home-resolution .tailored-solutions .expand span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 0px;
    border: 1px solid #fff;
    margin-right: 8px;
	width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

.nes_home-resolution .tailored-solutions .expand:hover span {
	border-color: #fff;
}

.nes_home-resolution .tailored-solutions .expand.non-visible {
	color: transparent;
	cursor: default;
	opacity: 0;
}

.nes_home-resolution .tailored-solutions .expand.non-visible span {
	border-color: transparent;
}

/* TESTIMONY BLOCK */

.nes_home-resolution .testimony {
	padding: 40px;
	position: relative;
	background: #323232;
	margin: 0px;
}

.nes_home-resolution .testimony img {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.nes_home-resolution .testimony blockquote{
	color: #999999;
	font-style: italic;
	margin: 0px;
	display: inline-block;
	width: 675px;
	position: relative;
}

.nes_home-resolution .testimony blockquote:before {
	display: block;
	width: 18px;
	height: 14px;
	background: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/testimony-quotes-open.png');
	content:'';
	position: absolute;
    left: -40px;
}

.nes_home-resolution .testimony .white {
	color: #fff;
}

.nes_home-resolution .testimony .default {
	font-style: normal;
}

.nes_home-resolution .testimony .carousel .slick-slide {
	height: auto;
	outline: 0;
}

.nes_home-resolution .testimony .carousel button.slick-prev,
.nes_home-resolution .testimony .carousel button.slick-next {
	display: none !important;
}

.nes_home-resolution .testimony .carousel ul.slick-dots {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 40px;
}

.nes_home-resolution .testimony .carousel ul.slick-dots li {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}

.nes_home-resolution .testimony .carousel ul.slick-dots li  button {
	padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    background: none;
	outline: 0;
}

.nes_home-resolution .testimony .carousel ul.slick-dots li button:after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: #474747;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.nes_home-resolution .testimony .carousel ul.slick-dots li.slick-active  button:after {
	background: #fff;
}

/* PROFESSIONAL PRODUCTS BLOCK */

.nes_home-resolution .professional-products {
	padding: 40px;
	position: relative;
	background: #fff;
	text-align: center;
	margin: 0px;
}

.nes_home-resolution .professional-products h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px 0px;
	color: #000;
}

.nes_home-resolution .professional-products ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.nes_home-resolution .professional-products ul a {
	color: transparent;
	width: 249px;
	margin-right: 40px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.nes_home-resolution .professional-products ul a:nth-child(3) {
	margin-right: 0px;
}

.nes_home-resolution .professional-products ul li {
	display: inline-block;
	list-style: none;
	width: 249px;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding: 0px;
}

.nes_home-resolution .professional-products ul li span.background {
	width: 249px;
	height: 175px;
	background-image: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/professional-products-background.jpg');
    border: none;
    background-repeat: repeat-x;
    background-size: contain;
	display: block;
	text-align: center;
}

.nes_home-resolution .professional-products ul li span.background img {
	width: auto;
	height: auto;
    max-width: 250px;
	max-height: 175px;
}

.nes_home-resolution .professional-products ul li h3 {
	text-transform: uppercase;
	font-weight: 100;
	color: #000;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 20px 0px 14px;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nes_home-resolution .professional-products ul li p {
	color: #5e5e5e;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.nes_home-resolution .professional-products ul a li .link {
	color: #8F7247;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.nes_home-resolution .professional-products ul a li .link:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	bottom: 3px;
	top: calc(50% + 1px);
	transform: translateY(-50%) rotate(45deg);
	right: -10px;
	border-top: 1px solid #8F7247;
	border-right: 1px solid #8F7247;
}

/* KEY SERVICES BLOCK */

.nes_home-resolution .key-services {
	padding: 40px;
	position: relative;
	background: #232323;
	text-align: center;
	margin: 0px;
}

.nes_home-resolution .key-services h2,
.nes_home-resolution .key-services h2 em {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px 0px;
	color: #fff;
}

.nes_home-resolution .key-services .carousel .slick-track {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.nes_home-resolution .key-services div.carousel .slick-slide {
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: auto;
	margin-bottom: 0px;
	flex: 1;
	-ms-flex: 1;
	outline: 0;
}

.nes_home-resolution .key-services .carousel .slick-slide div {
	padding: 0px 30px 0px 0px;
}

.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active > div {
	padding: 0px 30px;
}

.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active ~ .slick-active > div {
	padding: 0px 0px 0px 30px;
}

.nes_home-resolution .key-services .carousel .slick-slide span {
	width: 100%;
	height: 63px;
	display: block;
	position: relative;
}

.nes_home-resolution .key-services .carousel .slick-slide span img {
	margin: 0 auto;
}

.nes_home-resolution .key-services .carousel .slick-slide h3 {
	text-transform: uppercase;
	font-weight: 100;
	color: #8F7247;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 20px 0px 14px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nes_home-resolution .key-services .carousel .slick-slide p {
	color: #bcbcbc;
	margin: 0px;
	text-align: center;
}

.nes_home-resolution .key-services .carousel .slick-track .slick-active:after {
	display: inline-block;
	content: '';
	height: 66%;
	width: 1px;
	background: #4d4b47;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active ~ .slick-active:before {
	display: none;
}

.nes_home-resolution .key-services .carousel .slick-prev {
	padding: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    background-color: transparent;
    border: none;
    font-size: 0px;
    line-height: 0px;
	outline: 0;
}

.nes_home-resolution .key-services .carousel .slick-prev:after {
	display: block;
    width: 48px;
    height: 48px;
    content: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/key-services-left-arrow.png');
    position: absolute;
    top: 0px;
}

.nes_home-resolution .key-services .carousel .slick-next {
	padding: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    background-color: transparent;
    border: none;
    font-size: 0px;
    line-height: 0px;
	outline: 0;
}

.nes_home-resolution .key-services .carousel .slick-next:after {
	display: block;
    width: 48px;
    height: 48px;
    content: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/key-services-right-arrow.png');
    position: absolute;
    top: 0px;
}

.nes_home-resolution .key-services .carousel ul.slick-dots {
	display: none !important;
}

/* SMALL PUSH BLOCK */

.nes_home-resolution .small-push {
	margin: 10px auto;
	display: table;
}

.nes_home-resolution .small-push .left-push,
.nes_home-resolution .small-push .right-push {
	width: 454px;
    vertical-align: top;
    box-sizing: border-box;
    height: 230px;
    display: table-cell;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.nes_home-resolution .small-push .left-push a,
.nes_home-resolution .small-push .right-push a {
	display: block;
	width: 100%;
    height: 100% !important;
    position: relative;
}

.nes_home-resolution .small-push .push-divider {
	width: 10px;
    display: table-cell;
}

.nes_home-resolution .small-push #dark {
	background-color: #121212 !important;
}

.nes_home-resolution .small-push #light {
	background-color: #eee7d7 !important;
}

.nes_home-resolution .small-push .text {
	width: 224px;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
	left: 220px;
    max-height: 100%;
    overflow: hidden;
}

.nes_home-resolution .small-push h3 {
	text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 0px;
    text-align: left;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.nes_home-resolution .small-push p {
	margin: 0px;
    text-align: left;
    padding: 0px;
}

.nes_home-resolution .small-push .link {
	color: #8F7247;
    position: relative;
    width: 100%;
    left: 0px;
}

.nes_home-resolution .small-push .link:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	bottom: 3px;
	top: calc(50% + 1px);
	transform: translateY(-50%) rotate(45deg);
	right: -10px;
	border-top: 1px solid #8F7247;
	border-right: 1px solid #8F7247;
}

/*  NEWS PUSH BLOCK */

.nes_home-resolution .news-push {
	padding: 40px;
	position: relative;
	background: #141414;
	text-align: center;
	margin: 0px;
}

.nes_home-resolution .news-push h2,
.nes_home-resolution .news-push h2 em {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px 0px;
	color: #fff;
}

.nes_home-resolution .news-push ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.nes_home-resolution .news-push ul a {
	color: transparent;
	width: 249px;
	margin-right: 40px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.nes_home-resolution .news-push ul a:nth-child(3) {
	margin-right: 0px;
}

.nes_home-resolution .news-push ul a:hover li span.text {
	bottom: 0px;
	height: auto;
}

.nes_home-resolution .news-push ul li {
	display: inline-block;
	list-style: none;
	width: 249px;
	height: 249px;
	vertical-align: top;
	position: relative;
	padding: 0px;
	overflow: hidden;
}

.nes_home-resolution .news-push ul a:first-child li img {
	position: relative;
    left: 50%;
    transform: translate(-50%);
}

.nes_home-resolution .news-push ul li span.text {
	background: rgba(50,50,50,0.7);
	position: absolute;
	bottom: -16px;
	left: 0px;
	width: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 1;
}

.nes_home-resolution .news-push ul a:hover li span.text .gold {
	opacity: 1;
}

.nes_home-resolution .news-push ul li span.text h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 10px;
	width: 229px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nes_home-resolution .news-push ul li span.text .gold {
	position: relative;
    line-height: 0px;
    margin: 0px 0px 15px 0px;
    display: block;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nes_home-resolution .news-push ul li span.background {
	width: 249px;
	height: 249px;
	background: #000;
	display: block;
}

/*  FAQ & TOOLS */

.nes_home-resolution .tools {
	background: #000;
	padding: 40px;
	text-align: center;
}

.nes_home-resolution .tools  a {
	color: transparent;
    width: 249px;
    margin-right: 0px;
    text-decoration: none;
}

.nes_home-resolution .tools div {
	display: table-cell;
    list-style: none;
    width: 235px;
    vertical-align: top;
    position: relative;
    padding: 0px 30px;
    overflow: hidden;
	color: #bcbcbc;
	text-align: left;
}

.nes_home-resolution .tools div:first-child {
	padding: 0px 30px 0px 0px;
}

.nes_home-resolution .tools div:last-child {
	padding: 0px 0px 0px 30px;
}

.nes_home-resolution .tools div:after {
    display: inline-block;
    content: '';
    height: 66%;
    width: 1px;
    background: #4d4b47;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.nes_home-resolution .tools div:last-child:after {
	display: none;
}

.nes_home-resolution .tools div h3 {
	text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 0px 0px 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nes_home-resolution .tools div a:nth-child(2) h3 {
	margin-top: 40px;
}

.nes_home-resolution .tools div h4 {
	font-weight: normal;
	margin: 15px 0px 0px;
	color: #fff;
}

.nes_home-resolution .tools a p {
	color: #bcbcbc;
	padding: 0px;
	margin: 0px;
}

.nes_home-resolution .tools a .link,
.nes_home-resolution .tools a .tel {
	color: #8F7247;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}

.nes_home-resolution .tools a .link:after,
.nes_home-resolution .tools a .tel:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	bottom: 3px;
	top: calc(50% + 1px);
	transform: translateY(-50%) rotate(45deg);
	right: -10px;
	border-top: 1px solid #8F7247;
	border-right: 1px solid #8F7247;
}

.nes_home-resolution .tools div .yellow {
	color: #8F7247;
}

/* CONTACT LIGHTBOX */

.nes_home-resolution .contact {
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: -2;
	text-align: center;
	transition: .8s all;
	-moz-transition: .8s all;
	-webkit-transition: .8s all;
}

.nes_home-resolution #modal.contact {
	opacity: 1;
	visibility: visible;
	z-index: 1003;
}

.nes_home-resolution .contact .container,
.nes_home-resolution #modal.contact .container.closed {
	padding: 50px;
	background: #232323;
	position: absolute;
	max-width: 570px;
	top: 20%;
	opacity: 0;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

.nes_home-resolution #modal.contact .container {
	top: 50%;
	opacity: 1;
}

.nes_home-resolution .contact .container h2,
.nes_home-resolution .contact .container h2 em {
	font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 40px 0px;
    color: #fff;
}

.nes_home-resolution .contact .container a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    background: rgba(255,255,255,0);
    width: 19px;
    height: 19px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
}

.nes_home-resolution .contact .container a.close:hover {
	background: rgba(255,255,255,0.2);
}

.nes_home-resolution .contact .container a:nth-child(3) {
	margin-right: 20px;
}

.nes_home-resolution .contact .container a {
	background-color: #c08c39;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-decoration: none;
	text-align: center;
    -webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
}

.nes_home-resolution .contact .container a:hover {
	background-color: #af7e2f;
}

#nes-footer {
    padding: 20px 40px 12px;
	width: auto;
    background: rgba(255,255,255,0.03);
}

#nes-footer ul {
	padding: 0px;
}

#nes-footer ul li {
	line-height: 24px;
}

/* ALERT MESSAGE */

.nes_home-resolution .alert_message.visible {
	box-sizing: border-box;
	width: calc(100% - 40px);
	padding: 20px;
	color: #c08c39;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	border: 1px solid #c08c39;
	background-color: transparent;
	text-align: center;
	margin: 10px 20px;
	position: relative;
	opacity: 1;
	max-height: 1000px;
	
}

.nes_home-resolution .alert_message {
	box-sizing: border-box;
	width: 100%;
	color: #c08c39;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	border: 1px solid #c08c39;
	background-color: transparent;
	text-align: center;
	position: relative;
	opacity: 0;
	max-height: 0px;
	margin: 0;
	padding: 0;
	border: 0px
	-webkit-transition: opacity 0.5s, max-height 0.5s, margin 0.5s, padding 0.5s, border 0.5s;
    -moz-transition: opacity 0.5s, max-height 0.5s, margin 0.5s, padding 0.5s, border 0.5s;
    -o-transition: opacity 0.5s, max-height 0.5s, margin 0.5s, padding 0.5s, border 0.5s;
    transition: opacity 0.5s, max-height 0.5s, margin 0.5s, padding 0.5s, border 0.5s;
}

.nes_home-resolution .alert_message p {
	margin: 0 20px;
	padding: 0;
	text-align: center;
}

.nes_home-resolution .alert_message p a {
	color: #c08c39;
	text-decoration: underline;
}

.nes_home-resolution .alert_message a#close_alert {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.nes_home-resolution .alert_message a#close_alert:before,
.nes_home-resolution .alert_message a#close_alert:after {
	position: absolute;
    left: 7px;
    content: ' ';
    height: 22px;
    width: 1px;
    background-color: #c08c39;
    top: -3px;
}
.nes_home-resolution .alert_message a#close_alert:before {
	transform: rotate(45deg);
}
.nes_home-resolution .alert_message a#close_alert:after {
	transform: rotate(-45deg);
}

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

	.nes_home-resolution .tailored-solutions ul {
		width: 100%;
	}
	
	.nes_home-resolution .alert_message.visible {
		width: 90%;
		margin: 20px auto;
	}
	
	.nes_home-resolution {
		margin: 25px auto 0px !important;
	}
	
	.nes_b2b .nes_bg-home {
		width: auto !important;
	}
	
	.nes_lang_block_top {
		width: 100%;
		padding: 0px;
	}
	
	.nes_lang_block_bottom {
		padding: 10px;
		width: 300px;
	}
	
	.nes_lang_block_bottom p {
		font-size: 12px;
		text-align: center;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.nes_home-resolution {
		width: 320px;
		margin: 0 auto;
	}
	
	.overlay{
		display: none;
	}
	
	.nes_home-resolution #skrollr-body > div {
		display: block;
	}
	
	.nes_home-resolution #skrollr-body > div a:nth-child(1) {
		position: relative;
		left: 12px;
		background: url('https://www.nespresso.com/shared_res/mosaic_freehtml/images/b2b/home/nespresso-logo-mobile.png');
		width: 240px;
		height: 33px;
		display: block;
		text-decoration: none;
	}
	
	.nes_home-resolution .mobile-nav .close-button-container {
		position: relative;
		width: 320px;
		margin: 0 auto;
	}
	
	.nes_home-resolution .fixed-navigation {
		display: none;
	}
	
	.nes_home-resolution .alert_message p {
		margin: 0px;
	}
	
	.nes_home-resolution .alert_message a#close_alert {
		position: absolute;
		right: 10px;
		top: 10px;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		width: 10px;
		height: 10px;
	}
	
	.nes_home-resolution .alert_message a#close_alert:before,
	.nes_home-resolution .alert_message a#close_alert:after {
		position: absolute;
		left: 5px;
		content: ' ';
		height: 12px;
		width: 1px;
		background-color: #c08c39;
		top: -1px;
	}
	
	.nes_home-resolution .hero-banner {
		padding: 0px 0px;
		min-height: auto;
	}
	
	.nes_home-resolution .hero-banner .slick-slide {
		height: auto;
		padding: 0px 0px 40px;
	}
	
	.nes_home-resolution .hero-banner .carousel ul.slick-dots {
		top: 0px;
		position: relative;
		left: 0;
		text-align: center;
		transform: none;
		-ms-transform: none;
	}
	
	.nes_home-resolution .hero-banner .carousel img {
		position: relative;
		right: 0px;
		top: -15px;
		transform: none;
		-ms-transform: none;
		width: 320px;
		display: block;
		z-index: 2;
	}
	
	.nes_home-resolution .hero-banner .carousel .slick-track .slick-slide:first-child img {
		z-index: 3;
	}
	
	.nes_home-resolution .hero-banner .carousel .slick-track .slick-slide:last-child img {
		z-index: 1;
	}
	
	.nes_home-resolution .hero-banner .carousel .text {
		width: 240px;
		padding: 0px 40px;
		position: relative;
		top: 0;
		transform: none;
		-ms-transform: none;
	}
	
	.nes_home-resolution .hero-banner .text h1 {
		font-size: 26px;
		margin-bottom: 16px;
	}
	
	.nes_home-resolution .hero-banner .text a {
		display: block;
		text-align: center;
		margin: 20px 0px 0px;
		padding: 6px 12px;
	}
	
	.nes_home-resolution .hero-banner #light .text h1 {
		color: #fff;
	}
	
	.nes_home-resolution .hero-banner #light .text p {
		color: #bcbcbc;
	}
	
	.nes_home-resolution .tailored-solutions ul a li {
		margin-bottom: 40px;
	}
	
	.nes_home-resolution .tailored-solutions ul a:nth-child(3) li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .tailored-solutions ul a,
	.nes_home-resolution .tailored-solutions ul li,
	.nes_home-resolution .tailored-solutions ul a li img	{
		width: 240px;
		height: auto;
	}
	
	.nes_home-resolution .tailored-solutions ul a li .overlay {
		width: 240px;
		height: 151px;
	}
	
	.nes_home-resolution .tailored-solutions ul:nth-child(2) a:nth-child(1) li img {
		height: 151px;
		width: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	
	.nes_home-resolution .tailored-solutions .expand {
		margin-top: 40px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last.visible {
		max-height: 1000px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last.visible li {
		margin-top: 0px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last.visible a:first-child li {
		margin-top: -60px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last a:last-child li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .testimony img {
		display: block;
		margin: 0 auto 40px;
	}
	
	.nes_home-resolution .testimony blockquote {
		width: 100%;
		text-indent: 30px;
	}
	
	.nes_home-resolution .testimony blockquote:before {
		left: 0px;
		top: -10px;
	}
	
	.nes_home-resolution .professional-products ul a li {
		margin-bottom: 40px;
		width: 240px;
	}
	
	.nes_home-resolution .professional-products ul li span.background {
		width: 240px;
	}
	
	.nes_home-resolution .professional-products ul li span.background img {
		width: 240px;
	}
	
	.nes_home-resolution .professional-products ul a:last-child li {
		margin-bottom: 0px;
	}

	.nes_home-resolution .key-services .carousel .slick-slide div {
		padding: 0px;
	}

	.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active > div {
		padding: 0px;
	}

	.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active ~ .slick-active > div {
		padding: 0px;
	}
	
	.nes_home-resolution .key-services .carousel .slick-track .slick-active:after {
		display: none;
	}
	
	.nes_home-resolution .key-services .carousel button.slick-prev,
	.nes_home-resolution .key-services .carousel button.slick-next {
		display: none !important;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots {
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
		margin-top: 40px;
		display: block !important;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots li {
		display: inline-block;
		margin: 0px 5px;
		padding: 0px;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots li  button {
		padding: 0px;
		font-size: 0px;
		line-height: 0px;
		border: none;
		background: none;
	}

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

	.nes_home-resolution .key-services .carousel ul.slick-dots li.slick-active  button:after {
		background: #fff;
	}
	
	.nes_home-resolution .small-push {
		width: 100%;
	}
	
	.nes_home-resolution .small-push .left-push,
	.nes_home-resolution .small-push .right-push {
		display: table;
		width: 100%;
		min-height: 163px;
		background-size: contain !important;
		height: auto;
	}
	
	.nes_home-resolution .small-push .right-push {
		margin-top: 10px;
	}
	
	.nes_home-resolution .small-push .push-divider {
		display: none;
	}
	
	.nes_home-resolution .small-push .left-push a,
	.nes_home-resolution .small-push .right-push a {
		display: table-row;
	}
	
	.nes_home-resolution .small-push .text {
		left: 160px;
		width: 160px;
		overflow: visible;
		position: relative;
	}
	
	.nes_home-resolution .news-push ul a li {
		margin-bottom: 40px;
		width: 240px;
		height: 240px;
	}
	
	.nes_home-resolution .news-push ul li span.text h3 {
		width: 220px;
	}
	
	.nes_home-resolution .news-push ul a:hover li span.text {
		bottom: -16px;
	}
	
	.nes_home-resolution .news-push ul a:hover li span.text .gold {
		opacity: 0;
	}
	
	.nes_home-resolution .news-push ul li span.background {
		width: 240px;
		height: 240px;
	}
	
	.nes_home-resolution .news-push ul li span.background img {
		height: 240px;
		width: auto;
	}
	
	.nes_home-resolution .news-push ul a:last-child li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .contact .container,
	.nes_home-resolution #modal.contact .container.closed {
		min-width: 210px;
		padding: 40px 30px;
	}
	
	.nes_home-resolution .contact .container a {
		display: block;
		padding: 6px 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 200px;
	}
	
	.nes_home-resolution .contact .container a:nth-child(3) {
		margin: 0px;
	}
	
	.nes_home-resolution .contact .container a:last-child {
		margin-top: 15px;
	}
	
	.nes_home-resolution .tools div {
		max-width: 100%;
		padding: 0px 0px 30px;
		margin: 30px 0px 0px;
		display: block;
		border-bottom: 1px solid #4d4b47;
		width: auto;
	}
	
	.nes_home-resolution .tools div:first-child {
		padding: 0px 0px 30px;
		margin: 0px 0px 0px;
	}
	
	.nes_home-resolution .tools div:last-child {
		border-bottom: none;
		padding-left: 0px;
	}
	
	.nes_home-resolution .tools div:after {
		display: none;
	}

}

@media screen and (min-width: 591px) and (max-width: 986px) {
	
	.nes_home-resolution .tailored-solutions ul {
		width: 100%;
	}
	
	.nes_home-resolution {
		margin: 25px auto 0px !important;
	}
	
	.nes_b2b .nes_bg-home {
		width: auto !important;
	}
	
	.nes_lang_block_top {
		width: 100%;
		padding: 0px;
	}
	
	.nes_lang_block_bottom {
		padding: 10px;
		width: 550px;
	}
	
	.nes_lang_block_bottom p {
		font-size: 12px;
		text-align: center;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.nes_home-resolution {
		width: 570px;
		margin: 0 auto;
	}
	
	.overlay{
		display: none;
	}
	
	.nes_home-resolution .fixed-navigation {
		display: none;
	}
	
	.nes_home-resolution #skrollr-body > div {
		display: block;
	}
	
	.nes_home-resolution .mobile-nav .close-button-container {
		position: relative;
		width: 570px;
		margin: 0 auto;
	}
	
	.nes_home-resolution .alert_message p {
		margin: 0px;
	}
	
	.nes_home-resolution .alert_message a#close_alert {
		position: absolute;
		right: 10px;
		top: 10px;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		width: 10px;
		height: 10px;
	}
	
	.nes_home-resolution .alert_message a#close_alert:before,
	.nes_home-resolution .alert_message a#close_alert:after {
		position: absolute;
		left: 5px;
		content: ' ';
		height: 12px;
		width: 1px;
		background-color: #c08c39;
		top: -1px;
	}
	
	.nes_home-resolution .hero-banner {
		padding: 0px;
		min-height: 300px;
	}
	
	.nes_home-resolution .hero-banner .slick-slide {
		height: auto;
		padding: 0px;
		overflow: hidden;
	}
	
	.nes_home-resolution .hero-banner img {
		right: 0px;
		height: 100%;
		transform: none;
		-ms-transform: none;
		top: 0;
	}
	
	.nes_home-resolution .hero-banner .text {
		width: 240px;
		z-index: 1;
		transform: none;
		-ms-transform: none;
		padding: 40px 0 50px 40px;
	}
	
	.nes_home-resolution .hero-banner .text h1 {
		font-size: 26px;
		margin-bottom: 16px;
	}
	
	.nes_home-resolution .hero-banner .text a {
		display: block;
		text-align: center;
		margin: 20px 0px 0px;
		max-width: 204px;
	}
	
	.nes_home-resolution .tailored-solutions ul a li {
		margin-bottom: 20px;
	}
	
	.nes_home-resolution .tailored-solutions ul a:nth-child(2) li ,
	.nes_home-resolution .tailored-solutions ul a:nth-child(3) li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .tailored-solutions ul a,
	.nes_home-resolution .tailored-solutions ul li	{
		width: 220px;
		height: auto;
	}
	
	.nes_home-resolution .tailored-solutions ul:first-of-type a:first-child,
	.nes_home-resolution .tailored-solutions ul:first-of-type a:first-child li	{
		width: 100%;
	}
	
	.nes_home-resolution .tailored-solutions ul:first-of-type a:first-child li span.background {
		height: 157px;
		overflow: hidden;
		display: block;
	}
	
	.nes_home-resolution .tailored-solutions ul.last a:last-child {
		margin: 0px;
	}
	
	.nes_home-resolution .tailored-solutions ul a li .overlay {
		width: 100%;
		height: 157px;
	}
	
	.nes_home-resolution .tailored-solutions ul:first-of-type a:first-child li .overlay {
		height: 157px;
	}
	
	.nes_home-resolution .tailored-solutions .expand {
		margin-top: 40px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last {
		max-height: 1000px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last.visible {
		max-height: 1000px;
	}
	
	.nes_home-resolution .tailored-solutions ul.last.visible li {
		margin-top: -60px;
	}
		
	.nes_home-resolution .testimony img {
		display: block;
		margin: 0 auto 40px;
	}
	
	.nes_home-resolution .testimony blockquote {
		width: 100%;
		text-indent: 30px;
	}
	
	.nes_home-resolution .testimony blockquote:before {
		left: 0px;
		top: -10px;
	}
	
	.nes_home-resolution .professional-products ul {
		text-align: left;
	}
	
	.nes_home-resolution .professional-products ul a,
	.nes_home-resolution .professional-products ul li {
		width: 220px;
	}
	
	.nes_home-resolution .professional-products ul li span.background,
	.nes_home-resolution .professional-products ul a li .overlay	{
		width: 220px;
		height: 157px;
	}
	
	.nes_home-resolution .professional-products ul li span.background img	{
		width: 198px;
	}
	
	.nes_home-resolution .professional-products ul a:first-child,
	.nes_home-resolution .professional-products ul a:first-child li,
	.nes_home-resolution .professional-products ul a:first-child .overlay,
	.nes_home-resolution .professional-products ul a:first-child .background {
		width: 100%;
	}
	
	.nes_home-resolution .professional-products ul a .overlay,
	.nes_home-resolution .professional-products ul a .background,
	.nes_home-resolution .professional-products ul a li span.background img	{
		height: 157px;
		width: auto;
	}
	
	.nes_home-resolution .professional-products ul a li {
		margin-bottom: 40px;
	}
	
	.nes_home-resolution .professional-products ul a:last-child li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .key-services .carousel .slick-track .slick-active:after {
		display: none;
	}
	
	.nes_home-resolution .key-services .carousel .slick-track .slick-active ~ .slick-active > div {
		padding: 0px 0px 0px 30px;
	}
	
	.nes_home-resolution .key-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%);
	}
	
	.nes_home-resolution .key-services .carousel button.slick-prev,
	.nes_home-resolution .key-services .carousel button.slick-next {
		display: none !important;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots {
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
		margin-top: 40px;
		display: block !important;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots li {
		display: inline-block;
		margin: 0px 5px;
		padding: 0px;
	}

	.nes_home-resolution .key-services .carousel ul.slick-dots li  button {
		padding: 0px;
		font-size: 0px;
		line-height: 0px;
		border: none;
		background: none;
		outline: 0;
	}

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

	.nes_home-resolution .key-services .carousel ul.slick-dots li.slick-active  button:after {
		background: #fff;
	}
	
	.nes_home-resolution .small-push {
		width: 100%;
	}
	
	.nes_home-resolution .small-push .left-push,
	.nes_home-resolution .small-push .right-push {
		display: table;
		width: 100%;
		height: 163px;
		background-size: contain !important;
		height: auto;
	}
	
	.nes_home-resolution .small-push .left-push a,
	.nes_home-resolution .small-push .right-push a {
		display: table-row;
		width: 100%;
		height: 100% !important;
		position: relative;
	}
	
	.nes_home-resolution .small-push .text {
		left: 160px;
		width: 410px;
		overflow: visible;
		position: relative;
	}
	
	.nes_home-resolution .small-push .right-push {
		margin-top: 10px;
	}
	
	.nes_home-resolution .small-push .push-divider {
		display: none;
	}
	
	.nes_home-resolution .news-push ul a {
		width: 220px;
		margin: 0px 40px 0px 0px;
	}
	
	.nes_home-resolution .news-push ul a:first-child {
		width: 100%;
		margin: 0px;
	}
	
	.nes_home-resolution .news-push ul a:last-child {
		margin: 0px;
	}
	
	.nes_home-resolution .news-push ul a:first-child li {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.nes_home-resolution .news-push ul a:last-child li {
		margin-left: 0px;
	}
	
	.nes_home-resolution .news-push ul a li {
		width: 220px;
		height: 220px;
	}
	
	.nes_home-resolution .news-push ul a:first-child li span.background,
	.nes_home-resolution .news-push ul a:first-child li span.background img {
		width: 100%;
	}
	
	.nes_home-resolution .news-push ul li span.background,
	.nes_home-resolution .news-push ul li span.background img {
		width: 220px;
		height: auto;
	}
	
	.nes_home-resolution .news-push ul a:last-child li {
		margin-bottom: 0px;
	}
	
	.nes_home-resolution .news-push ul a:first-child li span.text h3 {
		text-align: center;
		width: 100%;
	}
	
	.nes_home-resolution .news-push ul li span.text h3 {
		width: 200px;
	}
	
	.nes_home-resolution .news-push ul a:hover li span.text {
		bottom: -16px;
	}
	
	.nes_home-resolution .news-push ul a:hover li span.text .gold {
		opacity: 0;
	}
	
	.nes_home-resolution .contact .container,
	.nes_home-resolution #modal.contact .container.closed {
		min-width: 460px;
		padding: 40px 30px;
	}
	
	.nes_home-resolution .contact .container a {
		display: inline-block;
		padding: 6px 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 190px;
	}
	
	.nes_home-resolution .contact .container a:nth-child(3) {
		margin: 0px 15px 0px 0px;
	}
	
	.nes_home-resolution .contact .container a:last-child {
		margin-top: 0px;
	}
	
	.nes_home-resolution .tools {
		padding: 40px 0px;
	}
	
	.nes_home-resolution .tools div {
		max-width: 210px;
		padding: 0px 40px 0px 30px;
		width: auto;
	}
	
	.nes_home-resolution .tools div:first-child {
		padding: 0px 30px 0px 40px;
	}
	
	.nes_home-resolution .tools div:nth-child(2):after {
		display: none;
	}
	
	.nes_home-resolution .tools div:last-child {
		max-width: 490px;
		padding: 30px;
		margin-top: 30px;
		display: block;
		background: #232323;
	}
	
	.nes_home-resolution .tools div:last-child h3 {
		display: none;
	}
	
	.nes_home-resolution .tools div:last-child h4 {
		margin-top: 0px;
	}
	
	#nes-footer ul {
		padding: 0px;
	}
	
}