body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.material-icons {
  vertical-align: middle;
}
.tmp-d-none
{
    display: none;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0060ac;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* Clear Fixes */
.clearfix1 {
  display: block;
}

.clearfix1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 0%;
  height: 0%;
  line-height: 0;
}

/* Clear Fixes */
.vbox {
  background: #fff;
}

.vbox .thumb{
    height: 135px;
    overflow:hidden;
}

.rbox {
  background: #fff;
}
.rbox .thumb{
    height: 155px;
    overflow:hidden;
}

.popular .box .img {
    height: 180px;
    overflow: hidden;
}



section.signup {
  position: fixed;
  z-index: 1111111;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
}

section.signup .signup-box1 {
  max-width: 450px;
  margin: auto;
  margin-top: 100px;
  background: #f2f2f2;
  padding: 20px  0 10px 0;
  border-radius: 10px;
}

section.signup .signup-box1 button {
  min-width: 30%;
}

section.signup .signup-box1 a {
  color: red;
  font-weight: 600;
}

#close-signup,
#close-signin {
  width: 15px;
  height: 15px;
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: -10px;
  cursor: pointer;
}

.searchLense input, .searchLense button {
  border: none;
  background: none;
  color: #fff;
}

.searchLense input {
  width: 60px;
  font-size: 15px;
}

.searchLense input::-webkit-input-placeholder {
  /* Edge */
  color: white;
}

.searchLense input:hover, .searchLense input:focus {
  width: 150px;
  outline: none;
}

.searchLense form {
  padding: 4px 8px 4px 15px;
  border-radius: 18px;
}

.searchLense .search, .searchLense input {
  transition: all .5s;
}

.searchLense .search-shadow {
  background: #e8e5e5;
}

.searchLense .search-shadow input {
  color: #444343 !important;
  font-weight: 600;
}

.searchLense .search-shadow ::-webkit-input-placeholder {
  /* Edge */
  color: #464646;
}

#footer {
  position: relative;
  bottom: 0;
}

.sub {
  text-transform: uppercase !important;
}

li.clearfix1:hover {
  background: #f1f1f1;
}

.edit-btn {
  background: black;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px;
}

.m-404 {
  text-align: center;
  min-height: 90vh;
  margin-top: 160px;
}

.m-404 img {
  width: 600px;
}

.m-404 .btn {
  border: none;
  outline: none;
  background: #c501a4;
  color: #fff;
  width: 150px;
  height: 40px;
  margin-top: 20px;
}

.h-404 {
  width: 300px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}


.btnGray{background:#E7E7E7; color: #000 }
.btnGray:hover{background:#f27cb1; color:#fff !important }
.btnGray-hover{background:#f27cb1 !important; color:#fff !important }
.btnGray-hover:hover{background:#E7E7E7 !important; color: #000 !important}


@media only screen and (max-width: 600px) 
{
  .signup-box1 
  {
    max-width: 330px !important;
  }
  .m-404 img 
  {
    width: 250px;
  }
  .btn
  {
    font-size: .75rem;
  }
  a.certificate
  {
    margin: 10px;
    float: left;
  }
}



.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px auto ;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #000;
  color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}


.vbox .buttons a 
{
    margin-left: 0;
}
.vbox .buttons 
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* Certificate Button */
a.certificate
{
    color: #fff;
    background: #5ecbf1;
    padding: 5px 15px;
}


#read .graybg
{
    height: auto;
    max-height: 700px;
    overflow-y: scroll;
}

#read .readListWrap
{
  height: auto;
}







