*{
    margin: 0px;
    padding: 0px;
}
*{
	box-sizing: border-box;
}
root{ 
    display: block;
}

html,body{
	background:url(../../imgs/BG.png) repeat;
	width:100%;
}
a{
color:black;
text-decoration:none;
}
.mainLayout{
	float:left;
	width:100%;
	margin:0px auto;
}
.header{
	float:left;
	width:100%;
	height:120px;
	background:#CCCCCC;
	margin:0px auto;
}
.mainCnt_Ctrl{
	width:980px;
	margin:20px auto;
}
.mainCnt{
	float:left;
	width:980px;
	margin:20px auto;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-color:#f5f5f5;
}
.mainCnt h1{
	color:#000000;
	font-size:16px;
	font-family:"Segoe UI",Arial;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 20px;
}
.container{
  font-family: Arial;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  box-lines: multiple;
}
.ctrlBox{
	/*float:left;*/
    width:1000px;
	background-color:#FFFFFF;
	margin:0px 13px 20px 13px;
	border-radius:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:2px 2px 3px #999;
    -moz-box-shadow:2px 2px 3px #999;
    -webkit-box-shadow:2px 2px 3px #999;
	background: -webkit-linear-gradient(#ffffff, #f6f6f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffffff, #f6f6f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #f6f6f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #f6f6f5); /* Standard syntax */
	position:relative;
}
 .h{
	float:left;
	color:#000000;
	font-size:14px;
	font-family:"Segoe UI",Arial;
	font-weight:normal;
	text-transform:inherit;
	padding:10px 10px;
}
.ribbon{
	float:left;
	position:absolute;
	left:235px;
	top:-4px;
	z-index:9999px;
}
.box{
	width:280px;
	height:150px;
	overflow:hidden;
	margin:0px 10px 10px 10px;
}
.cover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	position:relative;
	-webkit-transition:all 0.4s cubic-bezier(.99,.99,0,.61);
	padding:1em;
	color:#fff;
	overflow:hidden;
}
.cover .title{
	font-size:16pt;
	font-style:italic;
}
.box .cover .intro{
	line-height:1.2em;
	width:100%;
	position: relative;
	font-size: 10pt;
	text-align:justify;
	overflow: hidden;
}
.cover .btn{
	padding:5px 5px;
	margin: 0.5em;
	background:#FFFFFF;
	float: right;
	border-radius:5px;
}
.btn a{
	color:#333333;
	text-decoration: none;
}
.cover .date{
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 10pt;
}
.box:hover .left{
	-webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
	left:0px;
}
.left{
	left: -300px;
}
/* Ordering */
	.left{order:1;}
	.right{order:2;}
	.top{order:3;}
	.bottom{order:4;}
	.top-left{order:5;}
	.top-right{order:6;}
	.bottom-left{order:7;}
	.bottom-right{order:8;}

.wrapper {
     overflow: hidden;
    position: relative;
   
    
   
}
.slide {
    position: absolute;
    right: -165px;
    width: 165px;
    height: 170px;
    background:rgba(126, 122, 122, 0.94);
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    padding:30px;
    top:0px;
    
}

.wrapper:hover .slide {
    transition: 1s;
    right: 0;
}

.divCrs{
    float:left;border:2px solid gray;text-align:center;font-weight:bold;font-size:18px;color:green;padding:20px 20px 4px 20px;width:300px;
}
.divCrsDet{
    border-radius:5px;padding:3px;background-color:rgba(30, 144, 255, 0.42);color:black;margin-top:7px;
}
.divCrsDet:hover{
     cursor:pointer;background-color:rgba(30, 144, 255, 0.92);
}
