body {
	font-size: 14px;
	line-height: 22px;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-weight: 400;
	color: #848484;
	background:url(../images/slider_1.jpg) no-repeat;
	background-size: cover;
}

.clear {
	clear:both;
}
.logo {
	float: left;
	margin: 0px 30px 0 0px;
	background: url(../images/logo.png) no-repeat;
	height: 99px;
	width: 200px;
}
.right {
	float: right;

	width: 450px;
}
.shadow {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.box {
	height: 155px;
	width: 155px;
	padding: 12px;
	opacity: .9;
	float:left;
	margin: 0 0px 20px 20px;
}
.tital {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}
.left {
	background: url(../images/left.svg) no-repeat 0 -1px;
	width: 28px;
	height: 28px;
	background-size: 24%;
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin-left: 69px;
}
p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding-top: 10px;
	height: 95px;
}
.admin {
	background: #1d5e87;
}
.Teacher {
	background:#91c847;
}
.Student {
	background:#84afdf;
}
.EMS {
	background:#ee821e;
}
.ExcelImport {
	background:#8661C7;
}
.ReportTool {
	background:#1F9DD6;
}
 @media only screen and (max-width : 320px) {
.main_area {
width:100%;
}
.logo {
margin: 0px;
background-size: 63%;
height: 80px;
}
 .right {
 float: left;
 margin-top:0px;
 width: 301px;
}
.box {
 height: 100px;
 width: 86%;
 margin: 0 0px 10px 10px;
}
p {
height: 50px;
padding-top: 5px;
}
.left {
margin-left: 172px;
}
body {
background: url(../images/slider_1.jpg) no-repeat;
}
}
 @media only screen and (min-width : 480px) {
 .right {
 float: right;
}
}
 @media only screen and (min-width : 600px) {
 
 .right {
 float: right;
}
}
@media only screen and (min-width : 768px) {
.right {
 float: right;
 width: 450px;
}
 .box {
 height: 150px;
 width: 155px;
 padding: 12px;
 opacity: .9;
 float:left;
 margin: 0 0px 20px 20px;
}
.left {
 background: url(../images/left.svg) no-repeat 0 -1px;
 width: 28px;
 height: 28px;
 background-size: 24%;
 padding-left: 25px;
 color: #fff;
 text-decoration: none;
 font-size: 13px;
 margin-left: 69px;
}
p {
 height: 95px;
}
}
 @media only screen and (max-width : 800px) {
 .main_area {
width:100%;
}
.right {
 float: right;
width: 450px;
}
 .box {
 height: 150px;
 width: 155px;
 padding: 12px;
 opacity: .9;
 float:left;
 margin: 0 0px 20px 20px;
}
.left {
 background: url(../images/left.svg) no-repeat 0 -1px;
 width: 28px;
 height: 28px;
 background-size: 24%;
 padding-left: 25px;
 color: #fff;
 text-decoration: none;
 font-size: 13px;
 margin-left: 69px;
}
p {
 height: 95px;
}
.logo {
 float: left;
 margin: 0px 30px 0 0px;
 background: url(../images/logo.png) no-repeat;
 height: 99px;
 width: 200px;
}
}
