@charset "utf-8";
body {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #fff;
   font-family:"Futura Bk BT", Arial, Helvetica, sans-serif;
}
/*GRID SYSTEM*/
.grid-container{
    width: 100%; 
    max-width: 1200px;
    margin:auto;      
}

/*-- our cleafix hack -- */ 
.row:before, 
.row:after {
    content:"";
    display: table ;
    clear:both;
}

[class*='col-'] {
    float: left; 
    min-height: 1px; 
    width: 16.66%; 
    /*-- our gutter -- */
    padding: 12px; 
    background-color: #FFDCDC;
}

.col-1{ width: 16.66%; }
.col-2{ width: 33.33%; }
.col-3{ width: 50%;    }
.col-4{ width: 66.66%; }
.col-5{ width: 83.33%; }
.col-6{ width: 100%;   }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#1C1C37;
}
a:active {
	text-decoration: none;
}
.container {
	width: 99%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.TopMenu{
	background-color:#222;
	margin:0;
	color:#fff;
	height:30px;
	clear:both;
	}
.qmenu{
	background-color:#666;
	margin:0;
	padding-left:2px;
	color:#f8f8f8;
	clear:both;
	}
.header{
   float: left;
   width: 100%;
   clear:none;
   background-color: #f4f4f4;
   /*background-image:url(images/elearning_slide.png);
   background-repeat:no-repeat;
   background-position:top right;*/

}
.logo{
	position:relative;
	clear:none;
	width:10%;
	padding-left:20px;
	float:left;
	}
	.SiteName{
	position:relative;
	width:auto;
	float:left;
	text-align:center;
	clear:none;
	margin:0;
		}
	h2{
		font-size:4em;
		color:#66C;
		letter-spacing:10px;
		text-shadow:0 0 1px #222;}
h3{
	font-size:1.5em;
	text-align:center;}
	
.maincontent{
	background-color: #93A5C4;
	display:block;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.sidebar1 {
	float: left;
	clear:none;
	width: 18%;
	padding: 10px;
	background-color: #93A5C4;
}
.content {

	width: 79%;
	float: left;
	clear:none;
}
.topcontent{
padding: 10px;
width: 99%;
background:#D8D8EB;
text-align:justify;
	}
.bottomcontent{
	padding: 10px;
	width: 99%;
	background: #B5B5DB;
	border-top: 2px solid #A8A8D5;
	text-align: left;
	}
.pagebuttons{text-align:center;width:99%;padding:5px ;margin:auto;}
.footer{
   float: left;
   width: 100%;
   background-color: #7577a4;
   text-align:center;
}
.button{
	padding:5px 10px;
	border-radius:3px;
	width:25%;
	text-decoration:none;
	text-align:center;
	background-color:#7c8ca8;
	cursor:pointer;
	border-style:none;
	color:#fff;
	}
.button:hover{
		background-color:#52627b;
		transition:all 0.5s;
		}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0 0 0 25px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-top:3px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img, img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	max-width: 100%; 
display:block; 
height: auto;
}
 /******** Responsive Images ***************************/
img{vertical-align:middle;}
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail
{
    display:inline-block;width:100% ;max-width:100%;height:auto;padding:4px;
    line-height:1.42857143;background-color:#fff;border:1px solid #ddd;
    border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.img-circle{border-radius:50%} 
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 /* Responsive Images */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }
/******** Responsive Images ***************************/
.clearfix
{clear:both; 
margin-bottom:1px;}

/*menu button*/
.menuButton{
	
	cursor:pointer;
	background-color:#7577a4;
	padding:7px;
	display:none;
	border-radius:5px 5px 0 0;
	}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color:#2F2F5E;
    margin: 3px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px) ;
    transform: rotate(-45deg) translate(-7px, 5px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
    transform: rotate(45deg) translate(-6px, -6px) ;
}

/* Media Queries*/
@media only screen and (max-width: 980px) {
/* For mobile phones: */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }
	.menuButton{display:inline-block;}

h2
{
font-size:3em;
	}
 .TopMenu, .qmenu, .maincontent,.footer
{
        float: left;
        width: 98%;
  
    }
	.SiteName{float:left; width:70%;}
	.pagebuttons{
		float: none;	                                                         
		margin-left:0; 
		width: 98%;
		}
}

@media only screen and (max-width: 800px) {
/* For mobile phones: */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }

h2
{
font-size:2.5em;
	}
	.menuButton{display:inline-block;}

.TopMenu, .qmenu, .maincontent, .topcontent, .bottomcontent,.footer
{
        float: left;
        width: 98%;
  
    }
	.SiteName{float:left; width:70%;}
	.pagebuttons{
		float: none;	                                                         
		margin-left:0; 
		width: 98%;
		}
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }

.menuButton{display:inline-block;}

  
.header, .menu, .TopMenu, .qmenu, .sidebar1, .content, .footer, .maincontent, .topcontent, .bottomcontent
{
        float: left;
        width: 98%;
        
    }
	.SiteName{float:left; width:70%;}
	.pagebuttons, .pagenum{
		float: left;	                                                         
		margin-left:0; 
		width: 70%;
		}
	h2{font-size:2em}
	        /*grid system*/
        .col-1{ width: 33.33%;  }
    .col-2{ width: 50%;     }
    .col-3{ width: 83.33%;  }
    .col-4{ width: 100%;    }
    .col-5{ width: 100%;    }
    .col-6{ width: 100%;    }

    .row .col-2:last-of-type{
        width: 100%; 
    }

    .row .col-5 ~ .col-1{
        width: 100%; 
    }
    /*grid system*/
}

@media only screen and (max-width: 480px) {
/* For mobile phones: */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }
.header, .menu, .TopMenu, .qmenu, .sidebar1, .content, .footer, .maincontent, .topcontent, .bottomcontent
{
        float: left;
        width: 98%;
      
    }
	.SiteName{float:left; width:50%;}
	.pagebuttons{
		float: left;	                                                         
		margin-left:0; 
		width: 70%;
		}
		.pagenum{
		float: left;	                                                         
		margin-left:0; 
		width: 78%;
		}	
	.menuButton{display:inline-block;}

	h2{font-size:1.6em}
	h3{
		float-left;
	font-size:1em;
	}
    .col-1{ width: 100%;    }
    .col-2{ width: 100%;    }
    .col-3{ width: 100%;    }
    .col-4{ width: 100%;    }
    .col-5{ width: 100%;    }
    .col-6{ width: 100%;    }


}

@media only screen and (max-width: 320px) {
/* For mobile phones: */
/*img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }*/
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }

.header,.menu, .TopMenu, .qmenu, .sidebar1, .content, .footer, .maincontent, .topcontent, .bottomcontent
{
        float: left;
        width: 99%;
        
    }
	.SiteName{float:left; width:30%;}
	.pagebuttons, {
		float: left;	                                                         
		margin-left:0; 
		width: 70%;
		}
.pagenum{
		float: left;	                                                         
		margin-left:0; 
		width: 78%;
		}
	.menuButton{display:inline-block;}

	h2{font-size:1.5em}
	h3{
		float:left;
	font-size:1em;
	}
}
