/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	display: inline-block;
}

p {
	color: white;
}

/* ------ BOILERPLATE TEMPLATE ------ */

body{
font-family: 'Open Sans';
background-image:url('bg.jpg');
background-repeat:no-repeat;
background-size:cover;
}


#midExam {
	width: 100% - 10px;
	height: 150px;
	background-color: #be0707;
	margin-left: 80px;
	margin-top: 90px;
	margin-right: 20px;
	padding: 10px 0px 0px 10px;
}


#midExam:hover {
	opacity: 0.6
}





.wrapper{
}

h1{
	
	color: white;
	font-family: 'Open Sans', sans-serif;
}

h1 strong{
	font-weight: 700;
}



h3{
	margin-bottom: 20px;
	font-weight: 200;
}

h4{
	max-width: 240px;
    margin: auto;
}


h5{
	font-size: 16px;
	    max-width: 240px;
    margin: auto;
}


h6{
	padding-top: 5px;
	font-size: 13px;
	    max-width: 240px;
    margin: auto;
}


p{
	
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.5;
}


#left_nav {
	float: left;
	width: 200px;

}

#right_content {
	position: relative;
	float: left;
	width: 100%;
	z-index: 10;
}

#title_bar {
	height: 70px;
	width: 100%;
	background-color: #3a9ad9;
	border-bottom: 1px;
border-style: solid;
border-color: black;
position: fixed;
z-index: 999;
}

.intro_head {
	padding-left: 15px;
padding-top: 10px;
width: 685px;

}

#sub_menu {
	float: left;
	height: 100%;
	width: 60px;
}

#hidden_sub_menu {
	float: left;
position: absolute;
top: 23px;
left: 60px;
width: 620px;
height: 100%;
background-color: #6AB9EC;
padding: 10px;
color: white;
}

.hidden_sub_menu p {
color: white;
}

.hidden_sub_menu_item {
background-color: #8DC7EC;
height: 60px;
width:600px;
padding: 10px;
margin-bottom: 10px;

}

.hidden_sub_menu_item:hover {
background-color: #3a9ad9;
color:  #8DC7EC;
}




.hidden_sub_menu_item a {
display: block;
width: 100%;
height: 100%;
color: white;
padding-top: 10px;
font-size: 28px;
background-image:url('arrow.png');
background-repeat:no-repeat;
background-position: 575px 20px;
}



.controls{
	display: inline-block;
	width: 180px;
	margin: 0 0 30px;
	vertical-align: top;
}

.controls li{
	margin-left: 20px;
	cursor: pointer;
	list-style-type: square;
}

.controls li.active{
	font-weight: 700;
}

hr{
	margin: 0 0 30px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}

#Grid{
	padding-top: 72px;
	max-width: 100%;
	padding-left: 80px;
	text-align: justify;
	font-size: 0.1px;


}

.class_docs {
	width: 280px;
	height: 200px;
	background-color: #29aba4;
	

}

.class_docs:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.lectures {
	width: 280px;
	height: 200px;
	background-color: #3a9ad9;
	
}

.lectures:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.exercises {
	width: 280px;
	height: 200px;
	background-color: #eb7260;
	
}

.exercises:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.assignments {
	width: 280px;
	height: 200px;
	background-color: #424242;
	
}

.assignments:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.marks {
	width: 280px;
	height: 200px;
	background-color: #00ccd6;
	
}

.marks:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.resources {
	width: 280px;
	height: 200px;
	background-color: #ec6606;
	
}

.resources:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   	-moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}



/* HERE - WRITE RESPONSIVE STUFF FOR DIFFERENT SCREEN SIZES */

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	 display: none;
	opacity: 0;
	width: 280px;
	height: 200px;
	vertical-align: top;
	margin-top: 20px;
	background: transparent;
	color: #fff;
	float:left;
	margin-right: 20px;
	font-size: 30px;
	text-align: center;
}


#Grid .gap{
	display: inline-block;
	width: 280px;
}




  /* SLIDER THINGS */

  .slide {
    width:100px;
    /*min-height: 700px;
    height:100%; */
    background:#ddd;
    width: 60px;

    transition: width 1s ease;
    overflow-x:hidden;
}

.btn {
    cursor:pointer;
}

#slider  {
   
  z-index: 40;
margin-right: 20px;
background-color: #3a9ad9;
overflow-y: hidden;
position: fixed;
height: 100%;
top: 71px;
}

.filter {
	min-width: 150px;
	    height: 40px;
 cursor: pointer; 
}


.tip {
	
	
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 999;
width: 215px;
height: 30px;
padding: 10px 0px 0px 10px;
background: #FFFFFF;
border: #0B597F solid 2px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}


#content {
   float:left; 
   overflow:hidden;
   position: fixed;
    }




   #left_slide_nav {
  
float:left;
z-index: 39;
    position: relative;
    top: 0;
    left: 0;
   }


   #grid_content {
overflow: auto;
   }

.bubble 
{
position: relative;
width: 215px;
height: 60px;
padding: 0px;
background: #FFFFFF;
border: #0B597F solid 2px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.tip:after 
{
content: "";
position: absolute;
top: 15px;
left: -15px;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
}

.tip:before 
{
content: "";
position: absolute;
top: 14px;
left: -18px;
border-style: solid;
border-width: 16px 16px 16px 0;
border-color: transparent #0B597F;
display: block;
width: 0;
z-index: 0;
}





.tTip img {
padding-left: 4px;

	  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.tTip img:hover {
	opacity: 0.5;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
body {
zoom: 0.6;
}



}