/* CSS Document */
@font-face {
  font-family: "Jenthill";
  src: url("../fonts/Jenthill_DEMO.ttf");
}
.myfont {
	font-family: "Jenthill";
	font-size: 5em;
	font-weight:100;
}

.product__item__ico--20:before {
    width: 50px;
    background-image: url(../img/ico/ico_20.png);
}
.product__item__ico--21:before {
    width: 50px;
    background-image: url(../img/ico/ico_21.png);
}
#top-bar__logo {
	/*width:125px !important;
	height:60px !important;*/
	
}
.visorpdf {
	height:500px;	
}

@media (max-width: 767px){
html {
	overflow: scroll !important;
}
}