@charset "utf-8";
/* CSS Document */
.container {
    width: 100%!important;
	font-size:inherit;
}
.recent{
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.fullwidth{
	width:100%;	
}
.tile-largeNew{
    float: left;
    margin: 3px;
    box-shadow: inset 0 0 1px #FFC;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    height: 210px;
	max-height:210px;
	overflow:hidden;
}
.tile-large{
    margin: 0px;
	overflow:hidden;
	height: 207px !important;
}
.input-control.text{
    width: 100%!important;
}
.padding-top{
	padding-top:15px!important;	
}
.detail{
	color: white;
	padding: 5%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 255, 0.3);
	position: absolute;
	bottom: 0px;
	line-height: 190px;
	text-align: center;
}
.detail:hover {
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 180px;
    font-weight: 700;
	font-size: 2rem;
}
.detail2{
	color: white;
	padding: 5%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	line-height: 190px;
	text-align: center;
	z-index:1;
}
.crimson{
	background-color: rgba(220, 20, 60, 0.7);	
}
.vcrimson{
	background-color: rgba(238, 20, 50, 0.7);	
}
.green{
	background-color: rgba(1, 50, 32, 0.7);	
}
.vgreen{
	background-color: rgba(5, 80, 30, 0.7);	
}
.indigo{
	background-color: rgba(75, 0, 130, 0.7);	
}
.purple{
	background-color: rgba(128, 0, 128, 0.7);	
}
.gst{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align:center;
}
.payton{
	font-family:"Baloo Thambi", san serif;
}
.course{
	font-size: 2.3rem;
}
.desc{
	font-size: 1.5rem;
}
.tile, .tile-big, .tile-large, .tile-small, .tile-square, .tile-super, .tile-wide {
    overflow: hidden!important;
}
.carheight{
	height:630px!important;	
}
.smallcarheight{
	height:450px!important;	
}
.training{
	postion:relative;
}
.up{
	height:45%;
	background-color:white;
	width:100%!important;
	display:block;
	overflow:hidden;
	border-bottom: 3px solid white;
}
.down{
	color:white;
	height:55%;
	width:100%!important;
	display:block;
	padding:3%;
	padding-right:5%;
	padding-left:5%;
}
.picture{
	color:black;
	position:absolute;
	height:50%;
	width:32%;
	margin-top:-12.5%;
	margin-left:65%;
	background-color:white;
	border-radius:50%;
	overflow:hidden;
	border-style:solid;
	border-color:white;
}
.half-size{
	width: 50% !important;
}
.onethird-size{
	width: 33.3333% !important;
}
.transit{
	transition: all 2s !important;	
}
.rotate:hover{
	transform:rotateY(360deg);
}

@media screen and (max-width:800px){
	.big-display{
		display:none;	
	}
	.med-display{
		display:block;	
	}
	.small-display{
		display:none;	
	}
	.detail2{
		line-height: 180px;
	}
	.scarheight{
		height:400px!important;	
	}
	.tile-large{
		height: 200px !important;
	}
	.course{
	font-size: 2rem;
	}
	.desc{
		font-size: 1.2rem;
	}
	h2 {
		font-size:1.6rem;
	}
	h4 {
		font-size:1rem;
	}
	.input-control.text{
		width: 60%!important;
	}
}
@media screen and (max-width:380px){
	.med-display{
		display:none;	
	}
	.scarheight{
		height:360px!important;	
	}
	.small-display{
		display:block;	
	}
	.tile-large{
		height: 180px !important;
	}
	.detail2{
		line-height: 150px;
	}
	.course{
		font-size: 1.8rem;
	}
	.desc{
		font-size: 1rem;
	}
	h2 {
		font-size:1.3rem;
	}
	h4 {
		font-size:0.9rem;
	}
	.input-control.text{
		width: 100%!important;
	}
}
@media screen and (min-width:800px){
	.big-display{
		display:block;	
	}
	.med-display{
		display:none;	
	}
	.small-display{
		display:none;	
	}
}