/*.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/home-back.png);

}
*/
.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	background: linear-gradient(26deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;
	font-family:Arial, Helvetica, sans-serif;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(337deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}

.con .head-bar{
	width:90%;
	height:100px;
	background-color:#FFF;
	margin:auto;
	border-radius:10px;
}
.head-bar .link{
	width:80px;
	height:80px;
	background-color:#F90;
	border-radius:50%;
	margin:10px 10px;
	float:left;
	box-shadow:#CF6 3px 3px 5px;
}
.link a{
	width:99%;
	height:40px;
	margin:20px auto;
	display:block;
	font-size:15px;
	color:#303;
	line-height:20px;
	text-align:center;
	text-decoration:none;

}
.head-bar .link:hover{
	background-color:#F70;
	box-shadow:#aF3 3px 3px 5px;
	color:#000;
}
.con .con-box{
	width:90%;
	min-height:150px;
	overflow:auto;
//	background-image: linear-gradient(red, yellow, blue);
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7), rgba(255,255,255,.3));
	padding:10px 0px;
	margin:30px auto;
	border-radius:10px;
}
.con-box .course-link{
	width:90%;
	padding:15px 20px;
	background-image: linear-gradient(180deg, #990, #9F0);
	margin:10px auto;
	border-radius:5px;
	line-height:30px;
	font-size:22px;
	color:#303;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.con-box .course-link:hover{
	background-image: linear-gradient(180deg, #ba0, #bF0);
}
.con-box .row{
	width:90%;
	height:60px;
	margin:10px auto;
	border-radius:5px;
}
.con-box .row:hover{
	background-color:#ccc;
	box-shadow:#aaa 3px 3px 5px;
}
.row .icon{
	width:50px;
	height:50px;
	margin:5px 20px;
	background-color:#F90;
	border-radius:10px;
	float:left;
}
.row .text{
//	width:70%;
	height:30px;
	margin:10px 10px 0px 0px;
	font-size:18px;
	color:#303;
	font-weight:bold;
	line-height:20px;
//	background-color:#000;
	float:left;
}
.row .text:hover{
	color:#323;
}
.text a{
	text-decoration:none;
}
.con .hrular{
	width:90%;
	height:5px;
	background-color:#fff;
	border-radius:5px 5px 0px 0px;
	margin:10px auto;
}
.con .foot-menu-bar{
	width:90%;
	height:50px;
	background-color:#FFF;
	opacity:.8;
	margin:30px auto;
}
.foot-menu-bar ul{
	list-style:none;
}
.foot-menu-bar ul li{
	display:inline;
}
.foot-menu-bar ul li a{
	height:50px;
	line-height:50px;
	font-size:20px;
	padding:10px 10px;
	text-decoration:none;
	background-color:#606;
	color:#ccc;
	border-radius:5px;
}
.foot-menu-bar ul li a:hover{
	background-color:#303;
	color:#fff;
}
/* ------ STUDENT DASHBOARD ---------- */
.dashboard{
	width:90%;
	height:200px;
	background-color:#ddd;
	border-radius:10px;
	margin:20px auto;
	padding:5px;
}
.dashboard .section{
	width:30%;
	min-height:150px;
	padding:5px;
	margin:5px;
	float:left;
	background-color:#fff;
	border-radius:5px;
}
.section .dash-row{
	width:100%;
	height:100px;
	padding:5px 0px;
	margin:0px 1px;
//	background-color:#666;
//	float:left;
}
.dashboard h2{
	color:#606;
	font-size:20px;
	line-height:30px;
	margin:5px;
	border-bottom:2px solid #999;
}
.dashboard h3{
	width:95%;
	height:20px;
//	background-color:#CCC;
	color:#606;
	font-size:15px;
	line-height:30px;
	margin:5px;
//	border-bottom:1px solid #999;
}

.dash-row .row-box{
	width:100px;
	height:100px;
//	background-color:#ffbbcc;
	text-decoration:none;
	color:#333;
	float:left;
	margin:0px 5px;
	padding:0px 3px;
	border-radius:5px;
}
.row-box:hover{
	background-color:#eee;
	color:#000;
}
.row-box .box-logo{
	width:50px;
	height:50px;
	background-color:#F90;
	margin:auto;
	border-radius:50%;
}
.row-box .box-text{
	font-size:14px;
	text-align:center;
	line-height:17px;
}
.course_doc_box{
	width:100%;
	height:250px;
	overflow:scroll;
}
.course_doc_box .img_box{
	width:100px;
	height:140px;
	margin:5px;
	padding:5px;
	background-color:#eeeeee;
	box-shadow:4px 4px 4px #999;
	float:left;
}
.img_box .box_img{
	width:100%;
	height:100px;
}
.img_box .box_title{
	width:100%;
	height:100px;
	text-align:center;
}

.video_box{
	width:320px;
	height:280px;
	margin:5px;
	float:left;
}
.video_box video{
	width:100%;
	height:240px;
}
.video_box .video_title{
	width:100%;
	height:100px;
	text-align:center;
}
.course-title{
	width:95%;
	font-size:17px;
	color:#603;
	margin-left:5px;
	display:block;
}
.course-doc{
	font-size:15px;
	color:#309;
	margin-left:15px;
}
/*  ----  GALLERY  ------*/
.gallery-box{
	width:270px;
	height:340px;
	background-color:#CCC;
	margin:5px;
	padding:5px;
	display:block;
	text-decoration:none;
	float:left;
}
.gallery-title{
	width:100%;
	line-height:20px;
	font-size:15px;
	text-align:center;
}
/* ----  MOBILE VIEW ----  */
@media only screen and (max-width: 800px) {

/*.con{
	background-image:url(../img/mob-home-back.png);
}
*/
.con{
	width:100%;
	min-height:100%;
	background: linear-gradient(50deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(326deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}

.con-box .row{
	width:97%;
	height:60px;
	margin:10px auto;
	border-radius:5px;
}

.row .icon{
	width:40px;
	height:40px;
	margin:10px 10px;
	background-color:#F90;
	border-radius:10px;
	float:left;
}
.row .text{
	width:70%;
	height:40px;
//	background-color:#033;
	margin:15px 10px 0px 0px;
	font-size:15px;
	color:#303;
	font-weight:bold;
	line-height:20px;
//	background-color:#000;
	float:left;
}
.con .head-bar{
	width:90%;
	height:80px;
}
.head-bar .link{
	width:60px;
	height:60px;
	background-color:#F90;
	border-radius:50%;
	margin:10px 10px;
	float:left;
	font-size:13px;
	color:#303;
	line-height:70px;
	text-align:center;
	box-shadow:#CF6 3px 3px 5px;
}
.link a{
	width:99%;
	height:30px;
	margin:15px auto;
	display:block;
	font-size:12px;
	color:#303;
	line-height:15px;
	text-align:center;
	text-decoration:none;

}
.foot-menu-bar ul li a{
	height:50px;
	line-height:50px;
	font-size:13px;
	padding:10px 10px;
	text-decoration:none;
	background-color:#606;
	color:#ccc;
	border-radius:5px;
}
.dashboard{
	width:95%;
	height:auto;
	padding:5px;

}
.dashboard .section{
	float:none;
	width:100%;
	margin:10px auto;
	padding:0px;
}
.dashboard .dash-row{
	width:100%;
	height:100px;
	float:none;
}
.dash-row .row-box{
	width:80px;
	height:100px;
//	background-color:#ffbbcc;
	text-decoration:none;
	color:#333;
	float:left;
	margin:0px 5px;
	padding:0px 3px;
	border-radius:5px;
}
.row-box .box-logo{
	width:40px;
	height:40px;
	background-color:#F90;
	margin:auto;
	border-radius:50%;
}
.row-box .box-text{
	font-size:12px;
	text-align:center;
	line-height:15px;
}
.con-box .course-link{
	font-size:16px;
	line-height:20px;
}
.gallery-box{
	width:90%;
	height:450px;
	margin:5px auto;
}
}