.row .col {
  padding: 0;
}
.row{
  margin-bottom: 0;
}
.navbarRow{
  height: 4vh;
}
#sidenav-overlay{
  opacity: 0 !important;
}
.logoImg{
  height: 9.8vh;
  padding: 0 3vh;
}
.cover-page2{
  background-image: url(../img/background3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.esp{
  width: 30vh;
}
.post-img{
  width: 98%;
}
#jay{
  width:10vh;
}
/*RATING*/
.bar {
  height: 9px;
  width: 90%;  
  margin: 8px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-background-clip: padding-box;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-background-clip: padding-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.block-text {
  width: 83px;
  line-height: 1;
}
.block-bar {
  width: 233px;
}
.block-star {
  margin: 0 4px 0;
  padding: 4px 2px 0 3px !important;
}
.fs30 {
  font-size: 30px;
}
.fs40 {
  font-size: 40px;
}
.fs20 {
  font-size: 20px;
}
.fs16 {
  font-size: 16px;
}
.pl2-5 {
  padding-left: 2.5rem;
}
/*RATING*/