* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.my-slider {
	height: 100px;
	margin: 0 auto;
	/*width: 900px;*/
	width: 100%;
}
.my-slider ul {
	height: 450px;
	overflow: hidden;
}
.my-slider li {
	float: left;
	margin:0px 5px;
}
.isotope-item img
{
height:136px !important;

}
.whatsapp
{
    position:fixed;
    right:20px;
    bottom:15px;
    display:none;
    color:white !important;
    font-size:2.5em !important;
    z-index:999999;
    background-color:#00e676;
    padding:5px !important;
    border-radius:20px !important;
}
@media (max-width:768px)
{
 .whatsapp
 {
     display:block;
 }
 }
