/*===========================================
 * Common
 *===========================================*/

#flipbook,
.ipgs-flipbook {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.ipgs-theme-default .ipgs-stage{
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    background-color: #d2d2d2 !important;

}
.menu-pdf .col-lg-12{
    height: 70vh;
    
  }
  
  .menu-pdf{
  width: 100%;
  }

/*===========================================
 * Media
 *===========================================*/
@media(max-width: 1000px){
  .ipgs-toolbar{
    /* display: none !important;*/
  }
} 
@media only screen and (min-width: 1024px) {
  .menu-pdf .col-lg-12{
    height: 50vh;
  }
  .menu-pdf{
  
  }

}

#ipgs-scrollbar-listener{
  display: block;
}


.download-btn-pdf{
text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Teko', Helvetica, sans-serif;
    font-size: 30px;
}

