/* CSS Document */
#coffeedesk{
	background:#1E1E1E;
	padding:40px 0;
}
#coffeedesk *{
	box-sizing: border-box;
}

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

#coffeedesk .container-90{max-width:90% !important;}
#coffeedesk .container-85{max-width:85% !important;}

#coffeedesk .section{
	padding-top:2em;
	padding-bottom:2em;
}

#coffeedesk .row{
	clear:both;
	display:flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing:border-box;
}

#coffeedesk .col{
	float:left;
	padding:0em;
	margin-bottom:2em;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	width:100%;			
}
#coffeedesk .col-1-4{
	flex: 0 0 25%;
	max-width: 25%;
}
#coffeedesk .col-3-4{
	flex: 0 0 75%;
	max-width: 75%;
}		
#coffeedesk .col-1-3{    
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;

}
#coffeedesk .col-2-3{
	flex: 0 0 66.6666666666%;
	max-width: 66.6666666666%;
}
#coffeedesk .col-1-2{flex: 0 0 50%; max-width: 50%;}
#coffeedesk .col-1-5{flex: 0 0 20%; max-width: 20%;}
#coffeedesk .col-2-5{flex: 0 0 40%; max-width: 40%;}				
#coffeedesk .col-3-5{flex: 0 0 60%; max-width: 60%;}
#coffeedesk .col-4-5{flex: 0 0 80%; max-width: 80%;}								

#coffeedesk .col-right{margin-left:auto;}

#coffeedesk .icons .container{
	max-width:1080px;
}
#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 h2{
	font-size:29px;
	color:#000;
	margin-top:20px;
}
#coffeedesk ul{
	padding:0;
	margin:0;
}
#coffeedesk p{
	font-size:18px;
	line-height:1.4em;
	margin-top:0;
	text-align:justify;
}
#coffeedesk figure{
	margin:0;
}
#coffeedesk img{
	display:block;
}
#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 table{
	 border-collapse: collapse;
}
#coffeedesk table th,		
#coffeedesk table td{
	border:1px solid #D8DAE5;
	text-align:center;
	padding:1em;
	text-transform:uppercase;
	border-bottom:none;
	border-right:none;
	 border-collapse: collapse;
	 font-weight:bold;
}
#coffeedesk table th:last-child,		
#coffeedesk table td:last-child{
	border-right:1px solid #D8DAE5;
}
#coffeedesk table tr:last-child td,		
#coffeedesk table tr:last-child th{
	border-bottom:1px solid #D8DAE5;
}
#coffeedesk table .noborder{
	border:none;
}
#coffeedesk .mobile{
	display:none;
}
@media (max-width:1229px){
	#coffeedesk .product{
		max-width:960px;
	}
	#coffeedesk .container{
		max-width:680px;
	}	
	#coffeedesk p{
		font-size:16px;
	}
}	
@media (max-width:959px){
	#coffeedesk .product{
		max-width:100%;
	}
	#coffeedesk .container{
		max-width:680px;
	}
	#coffeedesk .mobile{
		display:block;
	}
	#coffeedesk .nomobile{
		display:none;
	}
	#coffeedesk img{
		max-width:100%;
	}
	
}

@media (max-width:700px){		
	#coffeedesk .container{
		padding:0 4%;
		max-width:92%;
	}
	#coffeedesk .col{
		flex:0 0 100%;
		max-width:100%;
	}
}
#product-fellow .intro{
	padding-top:60px;
	padding-bottom:0;
}
#product-fellow h2{
	font-size:35px;
}
#product-fellow .title{
	padding-bottom: 0;
}
#product-fellow .product{
	padding-top:0;
	padding-bottom: 0;
}
#product-fellow .product .col:first-child{
	margin-bottom:00px;
}
#product-fellow .product .col-1-2 p{
	margin-top:115px;
	padding: 0 20px;
}


#product-fellow .outro{
	padding-top:0;
}

#product-fellow .icons .row{
	margin-top: 0;
	margin-bottom: 0;
}
#product-fellow .icons .col-1-4{
	margin-bottom: 0;
}
#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;
}


@media (max-width:1229px){
	#product-fellow .intro {
		padding-top: 50px;
	}
	#product-fellow .title br{
		display:none;
	}
	
	#product-fellow .outro .col{
		margin:0;
	}
}	
@media (max-width:959px){
	#product-fellow .intro {
		padding-top: 20px;
	}
	
	#product-fellow .intro .container,
	#product-fellow .outro .container{
		max-width:95% !important;
	}
	#product-fellow .outro{
		padding-bottom:20px;
	}
	
	#product-fellow .product .col-1-2 p{
		margin-top:0;
	}
}
@media (max-width:700px){	
	#product-fellow .outro .container,
	#product-fellow .intro .container{
		max-width:680px !important;
	}
	#product-fellow .product .container-90 p {
		padding: 0px;
	}
	#product-fellow .product .col-1-2,
	#product-fellow .product .col-1-4{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}
