
#main {
  margin: 0px 0;
  position: relative;
}

#tiles {
  list-style-type: none;
  position: relative; 
  margin: 0;
  padding: 0;
}

#tiles li {
  width: 260px;
  background-color: rgba(249, 249, 249, 0.01);
  display: none;
  -moz-box-shadow: 0px 0px 10px rgba(228, 228, 228, 0.47058823529411764);
   -webkit-box-shadow: 0px 0px 10px rgba(228, 228, 228, 0.47058823529411764);
  box-shadow: 0px 0px 10px rgba(228, 228, 228, 0.47058823529411764);
  cursor: pointer;
 
}
#tiles li .nr{margin:0% 5% 5% 5%;overflow:hidden;}
#tiles li .nr b{border-bottom:#c2c3c4 1px solid;line-height:50px;height:50px;display:block;font-size:16px;color:#000000;overflow:hidden;margin-bottom:5px;}
#tiles li .nr b a{font-size:16px; color:#000000; }
#tiles li .nr b a:hover{font-size:16px; color:#01294e; }

#tiles li .nr small{ color:#797a7a; font-size:14px;}
#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

#tiles li p {
  color: #484949;
  font-size: 14px;
  line-height:22px;
  margin: 7px 0 0 0px;
}

#tiles li .fl {
  color: #484949; width:100%;
  font-size: 14px;
  line-height:22px;
  margin: 15px 0 10px 0px;
}
#tiles li .fl a {
  color: #496680;
}
#tiles li .fl a:hover{color:#01294e; text-decoration:underline;}

#tiles li .bq {
  color: #484949;width:100%;
  font-size: 14px;
  line-height:22px;
  margin: 15px 0 0 0px;
}
#tiles li .bq i { float:left; margin-right:10px; border:#797a7a 1px solid;border-radius: 3px; padding:0 5px;}
#tiles li .bq i:hover { background:#484949; border:#797a7a 1px solid; color:#fff;}


.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}


.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.example-tiles {
  position: relative;
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}
