
.home-maestria .maestria-baristas .barista-video-1 .video-ctn .fallback-video-flash - .content {
  margin-top: 160px;
}
.discovertheexpertise {
  text-align: center;
  background-image: url(//www.nespresso.com/shared_res/mos/free_html/int/coffee-expertise/images/scrolldown.png);
  background-position:top center;
  background-repeat: no-repeat;
  display:block;
  padding-top:50px;
  text-decoration: none;
  text-transform: uppercase;
  color:#fff;
  font-weight: bold;
  margin-top:30px;
}
.discovertheexpertise:hover {
  color:#fff;
}
/*general coffee*/



/* Yoan: Basic tooltips to display machine names *//* Yoan: FAQs for machines */
img {
    border: 0 none;
    vertical-align: middle;
}
.home-justbought * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.home-justbought h1 {
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height:28px;
}
.home-justbought h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top:0;
	background-image: url(//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/bgtitle.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:40px;
	margin-bottom:40px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height:28px;
}
.home-justbought h3 {
	margin-top:0px;
}
.home-justbought .wrapper {
	padding:40px;
	line-height: 17px;

}
.home-justbought .left {
	width:50%;
	float:left;
}
.home-justbought .right {
	width:50%;
	float:right;
}
.text-right {
	text-align: right;
}
.home-justbought .white .wrapper {
	background-color:#fff;
	color:#000;
}
.wrapper::after, .clear::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
.home-justbought .justbought-header .wrapper {
	background-image:url(//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/header_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	min-height:600px;
}

.home-justbought .justbought-how .wrapper {
	background-image:url(//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/how_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:550px;
}
.home-justbought .justbought-maintenance .wrapper {
	background-image:url(//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/maintenance_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	min-height:600px;
}
.home-justbought .justbought-assistance .wrapper {
	background-image:url(//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/assistance_left_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	min-height:600px;
}
.home-justbought .sectionlinks {
	width:540px;
	padding-top:70px;
}
.home-justbought .sectionlinks .onethird {
	width:180px;
	float:left;
	margin-bottom:30px;
	text-align: center;
}
.home-justbought .sectionlinks .onethird a {
	text-transform: uppercase;
	text-decoration: none;
	color:#737373;
	width:150px;
	display:inline-block;
	font-weight: bold;

	transition: color 0.3s, border 0.3s;
}
.home-justbought .sectionlinks .onethird a:hover {
	color:#fff;
}
.home-justbought .sectionlinks .onethird img {
	border:1px solid #000;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin-bottom:10px;
}
.home-justbought .sectionlinks .onethird a:hover img {
	border:1px solid #3e2b16;

}
.home-justbought .sectionlinks .onethird .utilitylink {

	margin-left:10px;
	margin-right:10px;

	padding-top:10px;
}
.home-justbought .sectionlinks .onethird .utilitylink a {
	width:auto;
	font-weight:normal;
	text-decoration: underline;
	text-transform:none;
}
.home-justbought .sectionlinks .onethird .utilitylink a:hover {
color:#cc9d49;
}

.home-justbought .wrapper ul {
    
    padding:0;
    margin:0;
}

.home-justbought .wrapper li { 
list-style: none;
/* padding-left: 2.5em; */
/* text-indent: -1em; */
list-style-image: url('//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/bulletblack.gif');
margin-left: 40px;
}
.home-justbought .white .wrapper li { 
list-style: none;
/* padding-left: 2.5em; */
/* text-indent: -1em; */
list-style-image: url('//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/bulletwhite.gif');
margin-left: 40px;
}

.home-justbought .wrapper li:before {
    content: "";
    color: #cc9d49; /* or whatever color you prefer */
}
a.play:before {
    content: "";
    display: block;
    background: url("//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/play.png")  center center no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
a.arrow:before {
    content: "";
    display: block;
    background: url("//www.nespresso.com/shared_res/mos/free_html/int/you-just-bought/images/arrow.png") center center no-repeat;
    width: 11px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
.discovertheexpertise {
	transition:opacity 0.3s;
	opacity:0.5;
}
.discovertheexpertise:hover {
	opacity:1;
}