.row {
    margin-left:0px !important;
    margin-right:0px !important;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
/*    margin-bottom: 70px;*/
    width: 100%;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery
{
    margin-bottom: 30px;
    display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
}

.gallery_product
{
    
    margin-bottom: 30px;
    width: 300px;
    min-width: 300px;
    height: 140px;
    margin: 5px;
    border-radius: 25px;
    border: 1px solid #dddddd;
}

.gallery_product:hover{
   background-color:#eeeeee;
}

.illustration{
  float: left;
  margin:18px 0 0 10px;
  border-radius:20%;
}
.gallery_product .detail{
  
  padding: 10px 0 0 10px;
  overflow:auto;
}

.gallery_product .detail .title{
  font-size:120%;
  font-weight:bold;
}
.gallery_product .detail .photos{
  font-size:80%;
  padding-top: 20px;
}
  
  
.login_table td{
  padding: 1px;
}

video {
  width: 100%;
}

.dash-video-player {
  position: relative;  /* This position relative is needed to position the menus */
  width: 640px;
  margin: 0 auto;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-imagex {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
