/*
	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. */
/* COURSE LISTS START */
.courseListCont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.courseCont {		
	display: flex;
	flex-direction: column;
	width: 350px;
	height: 600px;	
	padding:10px;
	margin:10px;
	border: 2px solid #c2c2c2;
	border-radius: 10px;
	cursor: pointer;
}

.courseCont:hover {		
	border: 2px solid #009e8b;
}
.courseContImg {
	margin:10px;
}
.courseContImg img{
	width: 100%;
}
.courseDesc {
	margin:10px;
}	
.courseTitleCont {
	background-color:red;
}
.courseHeader {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 65px;
	margin-bottom: 10px;
}
.courseHeaderImg {
	width: 100px;
	height: auto;
	margin: 0px 15px 0px 0px;
}
.courseHeaderTitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
}
.courseHeader img{
	width: 100%;		
}
.courseHeader h1 {
	font-size: 24px;		
}
/* COURSE LIST END */

.centerDisplay {
	display:flex;
	justify-content: center;
	align-items: center;
}
.centerCont {
	min-height: 100px;
	justify-content: center;
	align-items: center;
	color:black;
}
.courseCatCont {
	display: flex;
	flex-direction: column;
/* 	justify-content: center; */
	width: 100%;
	font-size: 20px;
	margin: 10px 0 15px 0;
}
.courseCatCont img{
	width:auto;
	max-width:100%;
	clear: both;
}
.courseCatDesc hr {
	border: 1.5px solid #434343;
	margin:0 15px;
}
.courseCatDesc h1, .courseCatDesc h2{	
	font-size: 30px;
	padding:0 10px;	
}
.courseCatDesc h1 {
	padding:10px;
	text-align: center;
}
.courseCatDesc h2{
	padding-top:10px;
	font-size: 18px;
	font-weight: bold;
}
.courseCatDesc p {
	padding:0 20px;
	font-size: 16px;
}
.courseCatBtn {
	width: auto;
	height:45px;
	background-color:#FDD300;		
	border: 0px;
	text-align: center;
	padding:10px;
	margin:0 10px;
	border-radius: 8px;
}

.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:relative;
	height:155px;
	z-index: 13;
}
#Body {
	position:relative;
	width:100%;
	padding-bottom:250px;
}
#Nav-Container{
	position: fixed;
	z-index: 11;
	margin-top:0px;
	top:40px;
	height:auto;
	width:100%;	
	background-color:rgba(0, 0, 0, 0.80);
}
#Footer {	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#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:absolute;
	top:25px;
	right:0px;
	float: right;
	display: inline-block;	
}
#TopRightInfo div {
	margin:2px;
}
.centerCont {
	display:block;
	min-height: 100px;
	justify-content: center;
	align-items: center;
/*
	border-top: solid #cfcfcf 1px;
	border-bottom: solid #e2e2e2 1px;
*/
}
.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%;
	color:black;
}
.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:60px;
}
.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-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -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%;
}
.topSpacer {
	margin-top:120px
}
.fullBox {
		top:60px;
		margin:3px;
		display: flex;
		min-height: 50px;		
		justify-content: center;
		position: relative;
	}
	.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. */

@media only screen and (min-width: 481px) {
	/* COURSE LISTS START */
	.courseListCont {

	}
	.courseCont {		

	}
	.courseContImg {

	}
	.courseContImg img{

	}
	.courseDesc {

	}	
	.courseTitleCont {

	}
	.courseHeader {

	}
	.courseHeaderImg {

	}
	.courseHeaderTitle {

	}
	.courseHeader img{

	}
	.courseHeader h1 {
	
	}
	
	.courseCatCont {
		flex-direction: row;
		max-width: 1080px;
		width:auto;
		font-size: 18px;
		display:flex;
/* 		margin: 30px 0 45px 0; */
		border:solid 1px #aeadad;
	}
	.courseCatCont img{
		width:auto;
		max-width:100%;		
	}
	.courseCatImg {
		max-width: 710px;		
		max-height: 545px;
		width: auto;
		height: auto;
/* 		background-color:blue; */
	}
	.courseCatDesc {
		width: 330px;
		height: 545px;
		padding:20px;
	}
	.courseCatDesc hr {
		margin:0px;
	}
	.courseCatDesc h1, .courseCatDesc h2{
		text-align: left;
		font-size: 32px;
	}
	.courseCatDesc h2{
		font-size: 18px;
		font-weight: bold;
	}
	
	.courseCatDesc p {
		padding:0 10px;
		height:280px;
		font-size: 16px;
	}
	.courseCatBtn {
		width: auto;
		height:45px;
		background-color:#FDD300;		
		border: 0px;
		text-align: center;
		padding:12px;
		border-radius: 10px;
	}
	/* COURSE LIST END */
	.fullBox {
		top:40px;
	}
	#Nav-Container {
		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 {
		z-index: 1;
	}
	#Footer {
		padding:5px;
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}		
	#TopRightInfo {
		top:20px;
		float: right;
		display: inline-block;
	}
	#TopRightInfo div {
		margin:5px;
	}	
	
	
	.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;
	}
	.contContent {
		font-size: 18px;
		display:flex;
		margin: 30px 0 45px 0;
		background-color:white;
	}
	.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%;
	}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	#Header {
		height:215px;
	}	

	.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;
		float: right;
		display: inline-block;
	}
	#TopRightInfo div {
		margin:10px;
	}
	#TopRightInfo img {
		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%;
		min-width: 1040px;
	}
	.sixtyPercFull {
		width: 60%;
	}
	
}