/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.termscond {
	font-size: 16px;
	bottom: 30px;
/* 	position: fixed; */
	padding:25px 15px;
	color:#b2b2b2;
}

.termscond a:visited {
	color:#b2b2b2;
}
.termscond a {
	color:#b2b2b2;
}
.termscond a:hover {
	color:white;
}
.termscond a:visited {
	color:white;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
/*
	padding-left: 1.1869%;
	padding-right: 1.1869%;
*/
}
.termsConditions {
	font-size: 18px;	
}

#Slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	position:fixed;
	display: flex;
	justify-content: center;
	top:35px;
/* 	height:65px; */
	width:100%;
	z-index: 13; 
	background-color:#EFEEE4;	
/* 	background-color:red;		 */
}
#HeaderCont {
	display: flex;
	width: 100%;
/* 	height:auto; */
	padding:5px;
/* 	background-color:green; */
}
#HeaderLogo {
	display: flex;
	justify-content: right;
	width:200px;
	height:75px;
/* 	background-color:blue; */
}
#HeaderInfo {
	text-align: right;
	width:100%;
	padding:10px;
	height:45px;
}

#HeaderLogo img{
	width: auto;
	height: 100%;
	image-rendering: -webkit-optimize-contrast;
}
#Body {
	top:160px;
	position:relative;
	width:100%;
	margin-bottom:200px;
	
}
#WholePage {
	min-height:55vh;
	height: auto;
	position: flex;
}
#Nav-Container{
	position: fixed;
	z-index: 12;
	margin-top:0px;
	top:120px;
	height:40px;
	width:100%;	
	background-color:#4C4A48;
	border-bottom: solid 2px #232221;
}
#Footer {	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.BeigeDiv {
	display:block;
	width:100%;
	background-color:#D3D2CB;
	border-bottom:1px solid #B2B1AD;
}
.PTCeleste {
	width: 100%;
/* 	background-color:#B8E3E4; */
	background-color:#03B2DD;
	border-bottom:1px solid #B2B1AD;
}
#LogoArea {	
    z-index:50;
}
#LogoArea img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#TopCenterInfo {
		position: relative;
		margin: auto;
		float: left;
	    width: 50%;	   
    	text-align: center;
    	font-size: large;
	}
#TopRightInfo {
	position:relative;
	display: inline-block;	
/* 	background-color: green; */
	top:0px;
	width:150px;
	float: right;
}
#TopRightInfo div {
	display: flex;		
	width:auto;
	font-size: 12px;
	margin:3px 3px 3px 0px;;
}

#TopRightInfo div img {
	margin:0px 8px 0px 0px;	
}
	
.centerCont {
	display:flex;
	flex-direction: column;
	min-height: 100px;
	justify-content: center;
	align-items: center;
}

.prodCat {	
	font-size: 1.8em;
	text-align: left;
	color: #ededed;
	background-color:#03acd7;
	border-width: 0 0 2px 0;
	padding:8px 0px 8px 30px;
	margin: 0px 0px 5px 0px;
	min-height: 45px;
}

.prodCont {
	margin:50px 0px 50px 0px;
	width:100vw;
	justify-content: center;

}
.prodCatCont {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.prodCatImg {
	display: flex;
	justify-content: center;
	padding:5px 0px 15px 0px;
	width:250px;
	height: 165px;
}
.prodCatImg img {	
	width:auto;
	height: 100%;
}
.prodCatDesc {
	padding:10px;
	font-size: 16px;
	width: 100%;
/* 	background-color:orange;	 */
}
.prodCatTitle {
	font-size: 24px;
	color:#03acd7;
	margin-bottom: 10px;
}
.contContent {
/* 	max-width: 1280px; */
	width: 100%;
	font-size: 20px;
/* 	display:flex; */
	padding:15px;
	margin: 30px 0 45px 0;
}
.contContent img{
	width:auto;
	max-width:50%;
	clear: both;
}

/* BL is for Barista Lab */
.bl-titlebox {
	font-family: 'ExpressLightSSiLight', 'Futura', Arial, Helvetica, sans-serif;
	height:84.6px;
	min-height: 20px;
	font-size: 1.3em;
	width: 100%;
	color:white;
}
.bl-titlebox h1 {
	padding: 0px;
	font-size: 26px;
/* 	background-color: red; */
}
/* CC is for Cafe Cultura */
.cc-titlebox h1 {
	padding: 5px 0 0 0;
	font-size: 16px;
}
.cc-titlebox h2 {
	padding: 5px 0 0 0;
	font-size: 10px;
	text-align: left;
	color:white;
/* 	background-color: green; */
}
.cc-titlebox img{
	width: 78px;
	height: 78px;
	margin-right:24px;
	border-right: solid white 1px;
}
.cc-titlebox {
	font-family: 'ExpressLightSSiLight', 'Futura', Arial, Helvetica, sans-serif;
	padding:5px;
	margin: 5px 0 10px 0;
	display: inline-block;
	min-height: 20px;
	font-size: 1.3em;
	width: 100%;
	color:white;
}
.eightyPercFull {
	margin: auto;
/* 	padding: 15px; */
	width: 95%;	
}
.eightyPercFull h5{
	font-size:100%;	
}
.sixtyPercFull {
	text-align: left;
	font-weight: normal;
	margin: auto;
	padding: 15px;
	width: 100%;
}
.thirtyPerc {
	width: 100%;
	display: block;
	clear: both;
/* 	background-color: red; */
}
.thirtyPerc img {
	padding: 10px;
	float:left;
}
.seventyPerc h1 {
	font-size:160%;
	clear: both;
}
.seventyPerc {
	padding: 15px;
	width: 100%;
	display: block;
	max-width: 810px;
/* 	background-color: blue; */
}
#headerSpacer{
	padding:16px;
}
.boxCont {
	display: flex;                  /* establish flex container */
	flex-direction:column;            /* default value; can be omitted */
	flex-wrap: wrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */	
	height: auto;
	font-size: 12pt;
}
.boxCont .sBox {
	 width: 100%;
	 min-height: 340px;
	 background-color: #ffffff;
	 margin-top:5px;
	 padding:15px;
	 border-top: #c1c1c1 solid 1px;
	 border-left: #c1c1c1 solid 1px;
	 border-right: #c1c1c1 solid 2px;
	 border-bottom: #adadad solid 2px;
}

.boxCont img {
	width:auto;
	max-height: 180px;
	max-width:100%;	
	background-color:#e5e5e5;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Swiper Slide styling */
.swiper-pos {
	top:0px;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        height: auto !important;         
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
/*
.swiper-slide img {
	width:auto;
	max-height: 550px;
	max-width:100%;
}
*/
.img-center {
/*
	position: absolute;	
	display: flex;
	justify-content: center;
*/
	z-index: 0;	
	display: flex;
	justify-content: center;
	width:100%;
/* 	background-color:yellow; */
	height: auto;
}
.img-center img {
	width:100%;
  	object-fit:cover;
}
.topSpacer {
	margin-top:90px
}
.fullBox {
		margin:3px;
		display: flex;
		min-height: 50px;		
		justify-content: center;
		position: relative;
/* 		top:90px; */
	}
	.fullBox > div{
		padding:1em;
/* 		max-width: 1280px; */
		height: 100%;
		width: 100%;
		background-color:#ffffff;
	}

	
/* Create three equal columns that floats next to each other */
* {
    box-sizing: border-box;
}


/* Create three equal columns that floats next to each other */
.column1 {
	display:none;
	clear: both;
    float: left;
/*     height:auto; */
	height:100%;
    width: 30%;
    padding: 0px;
    min-height: 650px; /* Should be removed. Only for demonstration */
/*     background-color:blue; */
}
.column2 {
	clear: both;
	position: relative;
    float: left;
/*     height:auto; */
	height:100%;;
    width: 39%;
    padding: 0px;
    min-height: 300px; /* Should be removed. Only for demonstration */
}
.column3 {	
	clear: both;
	position: relative;
    float: right;
/*     height:auto; */
	height:100%;
    width: 30%;
    padding: 0px;
    min-height: 300px; /* Should be removed. Only for demonstration */
/*     background-color:yellow; */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
.CreamDiv {
	
}
.CenterContainer {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.gridBoxContainer {
	display:flex;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.gridBoxCont {
	height: 100%;
}
.gridBoxImg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:180px;
}
.gridBoxCont h1 {
	font-size: 20px;
}
.gridBoxCont img {
	width:auto;
	min-width: 140px;
	max-width: 220px;
}
@media only screen and (min-width: 481px) {
	.swiper-pos {
		top:0px;	
	}
	.img-center img {
	  	height: 400px;
	}
	.gridBox {
		margin: 12px;
		width: 270px;
		height: 270px;
		display:inline-block;
		background-color:#798fe7;
	}
	#Body {
		top:207px;
	}
	.fullBox {
		top:0px;
	}
	#Nav-Container{
		top:160px;
		z-index: 11;
		height:auto;
		width:100%;
	}
	.gridContainer {
		width: 91.4836%;
		padding-left: 0.7581%;
		padding-right: 0.7581%;
	}
	#LogoArea {
/* 	    width: 55%; */
	}
	#Slideshow {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#Header {
		top:40px;
	}
	#HeaderLogo {
		width:400px;
		justify-content: right;
		height:110px;
	}
	#HeaderInfo {
		text-align: right;
		width:100%;
		height:100px;
	}
	#HeaderCont {
		max-width:1440px;
	}
	#HeaderLogo img {
		max-height: 160px;
	}
	#Footer {
		padding:5px;
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}		
	#TopRightInfo {
		top:20px;
		float: right;
		display: inline-block;
		font-size: 16px;
	}	
	
	.boxCont {
		display: flex;                  /* establish flex container */
		flex-direction: row;            /* default value; can be omitted */
		flex-wrap: nowrap;              /* default value; can be omitted */
		justify-content: center; /* switched from default (flex-start, see below) */
		text-align: left;
		padding:10px;
	}
	.boxCont h4, .boxCont h6 {
		text-align: center;	
	}
	.boxCont .sBox {
		 width: 100%; 
		 max-width: 420px;
		 margin:5px;		 	
		 overflow: auto;
	}
	.boxCont .sBoxImg {
		max-height:180px;		
		margin-bottom: 5px;
	}
	.boxCont img {
		height: auto;
		max-height: 180px;
		max-width:100%;	
		background-color:#e5e5e5;
	}
	.prodCont {
		width:95vw;
	}
	.contContent {
		font-size: 18px;
		display:flex;
		margin: 30px 0 45px 0;
	}
	.contContent img{
		width:auto;
		max-width:100%;		
	}
	.thirtyPerc img {
		float:right;
	}
	.thirtyPerc {
		width: 29.5%;
	}
	.seventyPerc {
		padding: 15px;
		width: 69.5%;
		max-width: 810px;
	}
	.seventyPerc h1 {
		font-size:250%;
	}
	.cc-titlebox h1 {
		padding: 5px 0 0 0;
		font-size: 22px;
	/* 	background-color: red; */
	}
	.cc-titlebox h2 {
		padding: 5px 0 0 0;
		font-size: 16px;
	/* 	background-color: green; */
	}
	.eightyPercFull {
		padding: 15px;
		width: 90%;
	}
	.sixtyPercFull {
		text-align: center;
		width: 80%;
	}
	.CenterContainer {
		display:block;
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}
	.gridBoxContainer {
		flex-flow: wrap;
		flex-direction: row;
		width: 90vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
}

.gridBox {
	font-family: 'ExpressLightSSiLight', 'Futura', Arial, Helvetica, sans-serif;
	text-align: center;
}
.gridBox {
	float: left;
	padding: 0px;
	margin: 10px;
	width: auto;
	height: 320px;
	overflow: hidden;
	border-bottom: solid #c0c0af 1px;
	background-color: #bed3de;
	border-radius: 35px;
}
.gridBox:nth-child(odd) {	
/* 	background-color:#dddccf; */
}
.gridBox:nth-child(even) {	
/* 	background-color:#D3D2CB; */
}
.gridBoxCont {
	padding: 10px;
	margin: 5px;
}

.gridBoxFlex {
	float:left;
	padding: 0px;
	margin: 0px;
	width: auto;
	max-height: 145px;
	display: inline-block;
	overflow: hidden;
	background-color: purple;
}
/* Size change indicator in orange */
.fullHBox {
	display: flex;
	justify-content: center;
/* 	padding: 10px; */
	width: 100%;
	height: 100%;
/* 	background-color:#ff7800; */
}
.contHead {
	position: absolute;
	top:15%;
	color:#303030;
	text-shadow: 
      -1px -1px 0 white,  
       1px -1px 0 white,
      -1px  1px 0 white,
       1px  1px 0 white; /* Creating outline using multiple shadows */
	text-align: center;
	display: flex;
	padding:20px;
	justify-content: center;
	flex-direction: column;
	width:90vw;
/* 	background-color:rgba(120, 120, 120, 0.33); */
	z-index: 1;
	border-radius: 5px;
}
.contHead h1 {
	font-size: 2em;
}
.horDivAlign {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.articleBtn {
	padding:8px 12px;
	margin:5px;
	border: 1px solid #cfcccc;
	background-color:#ececec;
	cursor:default;
	border-radius: 15px;
	opacity: 0.8;
	cursor: pointer;
	color:black;
	width:auto;
}
.articleBtn:hover {
	border: solid 1px #b9b9b9;
	background-color:#ffffff;
}
.HboxCenter {
	display: flex;
/* 	flex-direction: column; */
	justify-content: center;
/* 	margin: 0 15% 0 15%; */
/* 	padding:20px; */
	min-height: 350px;
	text-align: left;
}

@media only screen and (min-width: 850px) {
	.articleBtn {
		width:auto;
	}
	.img-center img {
		max-height: 400px;
	}
	.contHead {
		top:15%;
		width:60vw;
		height: 50%;		
	}
	.contHead h1 {
		font-size: 2.5em;
	}
	.prodCont {
		width:85vw;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1000px) {
	.CenterContainer {
		display:block;
		width: 75%;
		max-width: 1232px;
		padding-left: 0.4891%;
		padding-right: 0.4891%;
		margin: auto;	
	}	
	.gridBox {
		width: 250px;
		height: 250px;
	}
	.prodCont {
		width:65vw;
	}
	.gridContainer {
		width: 75%;
		max-width: 1232px;
		padding-left: 0.4891%;
		padding-right: 0.4891%;
		margin: auto;	
	}
	.centering {
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50,-50);	
	}
	
	#Slideshow {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#Footer {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}		
	#TopCenterInfo {
		position: relative;
		margin: auto;
		float: left;
	    width: 50%;	   
    	text-align: center;
    	font-size: large;
/*
    	border: 3px solid green;
	    padding: 10px;
*/
	}
	#TopRightInfo {
		position:relative;
		top:0px;
		width:250px;
/* 		background-color: purple; */
		float: right;
		display: inline-block;
	}
	#TopRightInfo div {
		display: flex;		
		margin:10px;
		height:15px;
		width:auto;
	}
	#TopRightInfo img {
/* 		width:100%; */
/* 		height: auto; */
		margin:0 5px 0 0;
	}	
	
	.cc-titlebox h1 {
		padding: 5px 0 0 0;
		font-size: 26px;
	/* 	background-color: red; */
	}
	.cc-titlebox h2 {
		padding: 5px 0 0 0;
		font-size: 18px;
	/* 	background-color: green; */
	}
	
	/* Create three equal columns that floats next to each other */
	.column1 {
		clear: none;
		position:initial;
		display:inline-block;
	    float: left;
	/*     height:auto; */
		height:100%;
	    width: 30.5%;
	    padding: 0px;
	    min-height: 650px; /* Should be removed. Only for demonstration */
	/*     background-color:blue; */
	}
	.column2 {
		clear: none;
		position:initial;
	    float: left;
	/*     height:auto; */
		height:100%;;
	    width: 39%;
	    padding: 0px;
	    min-height: 300px; /* Should be removed. Only for demonstration */
	/*     background-color:red;  */
	}
	.column3 {
		clear: none;
		position:initial;
		display:inline-block;
	    float: left;
	/*     height:auto; */
		height:100%;
	    width: 30.5%;
	    padding: 0px;
	    min-height: 300px; /* Should be removed. Only for demonstration */
	/*     background-color:yellow; */
	}
	.eightyPercFull {
		width: 80%;
	}
	.sixtyPercFull {
		text-align: center;
		width: 60%;
	}
	
}