/* CSS Document */
img.lazy {width: auto;max-width:100%; } 
#coffeedesk{
	background: #fff;
	padding:60px 0 0;
	max-width:1200px;
	margin: 0 auto;
}
#coffeedesk *{
	box-sizing: border-box;
}

#coffeedesk .product{
	max-width:1080px;
	width:100%;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
	background-color:#fff;
}
#coffeedesk .container{
	max-width:960px;
	margin:0 auto;
	width:100%;
}


#coffeedesk .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#coffeedesk .row .col-1-2 {
	max-width: 50%;
	flex: 0 0 50%;
	
}
#coffeedesk .row .col-1-2.col-txt{
	padding-left: 6%;
	padding-right: 6%;
}
#coffeedesk .icons .row{
	align-items: start;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
#coffeedesk .icons .col-1-4{
	padding: 0 1.5%;
}
#coffeedesk .icons .col-1-5{
	padding: 0 1%;
}

#coffeedesk .col-1-4{
	flex: 0 0 25%;
	max-width: 25%;
}
#coffeedesk .col-1-5{
	flex: 0 0 20%;
	max-width: 20%;
}
#coffeedesk .col-right{margin-left:auto;}

#coffeedesk h2{
	font-size:29px;
	color:#000;
	margin-top:20px;
}
#coffeedesk h3{
	font-size: 28px;
	margin-bottom: 30px;
}
#coffeedesk h4{
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 0;
}
#coffeedesk ul{
	padding:0;
	margin:0;
}
#coffeedesk p{
	font-size:18px;
	line-height:1.4em;
	margin-top:0;
}
#coffeedesk figure{
	margin:0;
}
#coffeedesk img{
	display:block;
	max-width: 100%;
}
#coffeedesk .text-right img,
#coffeedesk .text-center img{display:inline;}

#coffeedesk .regular{font-weight:400;}		
#coffeedesk .light{font-weight:300;}
#coffeedesk .text-right{text-align:right;}
#coffeedesk .text-center{text-align:center;}
#coffeedesk .justify{text-align:justify;}
#coffeedesk .img-fs{
	width:100%;
	height:auto;
	max-width:100%;
}
#coffeedesk .bg-grey{
	background-color:#B0B0B0;
}
#coffeedesk figure{
	text-align:center;			
}
#coffeedesk figcaption{
	font-weight:bold;
	text-transform:uppercase;

	margin-top:2em;
}

#coffeedesk .mobile{
	display:none;
}

#product-fellow .intro{
	position: relative;
	margin-bottom: 2rem;
}
#product-fellow #sticker{
	max-width: 15%;
	height: auto;
	position: absolute;
	right: 40px;
	bottom: -40px;
}
#product-fellow .title{
	margin-bottom: 15px;
}
#product-fellow h2{
	font-size:42px;
	margin-top:0px;
	margin-bottom: 30px;
	text-align: center;
}
#product-fellow h2 .regular{
	font-size: 32px;
}
#product-fellow .icons figure{
	text-align: center;
}
#product-fellow .icons figure img{
	display: inline-block;
	margin-bottom: 20px;
	max-width: 54px !important;
}
#product-fellow .icons p{
	font-size: 15px;
}
	
#product-fellow .col-1-2 img{
	width: 100%;
	height: auto;
}
#product-fellow .col-1-2:first-child figure{
	padding-right: 2%;
}
#product-fellow .col-1-2:last-child figure{
	padding-left: 2%;
}

#product-fellow  .icons .col-1-5{
	margin-bottom: 30px;
}	
#product-fellow  .icons .col-1-5 p{
	text-align: left;
	
}

@media (max-width:1229px){
	#coffeedesk .product{
		max-width:90%;
	}
}	
@media (max-width:959px){
	
	
}

@media (max-width:700px){		
	#coffeedesk .col{
		flex:0 0 100%;
		max-width:100%;
	}
}
	
