.courseheader{	font-weight: 400;}.collection-item{	color: #222222 !important;}.collection-item.active{	color: white !important;}#coursefilter{	cursor:pointer;}.course{
margin-bottom:50px;
padding:10px;/*
 -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;*/
}.course  .row{	padding-bottom:0px  !important;	margin-bottom:0px !important;}
.catbutton{

        
            text-align:center;
}
.catbutton img{
max-height:90%;
}
.odd{
background-color: #f7f7f7;
}
.odddarker{
background-color: #F0F0F0;
}
.gear{
display:none;
}
.input-group{
margin-top:0px !important;
margin-bottom:0px !important;
}

.teacherName{
	font-size:1.2;
	display:block;
}


/*.teacher{
background-color:#007dc5;
color:white;
}
.category{
	background-color:#007dc5;
	color:white;
}*/
.timeblock {
cursor:pointer !important;
margin-bottom:10px;
}
.timeblock:hover .image >  h3, .timeblock:hover .image >  h2{
background:#ff8135;
cursor:pointer !important;
}
.teacherimg{
border-radius: 5px;
cursor:pointer !important;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.image > h2 { 
   position: absolute; 
   top: 0px; 
   text-align:center;
   left: 0; 
   font-size:1em;
   width: 100%; 
   background: rgba(0,0,0,0.5);
}
.image > h3 {
  position: absolute; 
  top:60%;

padding-right:5px;
   background: rgba(0,0,0,0.5);

}

.timeblock  h1,.timeblock   h2,.timeblock   h3, .timeblock  h4{
	color:#fff !important;
}
.timetext{
display:block;
color: #007dc5;
font-size:2em;
	text-align:center;

font-family: 'Orbitron', sans-serif;
}



.date {
	 height: 100px;
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	position:relative;
	
}
	.date p {
		font-family: Helvetica, sans-serif;
		font-size: 50px; text-align: center; color: #9e9e9e; 
		margin-top:10px;
	}
	
	.date p span {
		padding-top:3px;
		overflow:hidden;
		background: #d10000; 
		position:absolute;
		left:0px;
		height:40%;
		bottom:0px;
		width:100%;
		background: linear-gradient(top, #007dc5 0%, #009fe8 100%);
		background: -moz-linear-gradient(top, #007dc5 0%, #009fe8 100%);
		background: -webkit-linear-gradient(top, #007dc5 0%, #009fe8 100%);
		font-size: 35px; font-weight: bold; color: #fff; text-transform: uppercase; 	
		display: block;
		border-top: 3px solid #009fe8;
		border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;

	}

@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }
    .date p span {
    	padding: 9px 0 3px 0;
    }
}