body.home section.presentApps div.container div.row div.homeApps ul.appDescr li{
  display: none;
}
body.home section.presentApps div.container div.row div.homeApps ul.appDescr li:first-child{
  display: block;
}

/*cta-menu */

.hero{
  background-color: #222;
}

/*Machines-list*/
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.slidermachines-wrapper {
  margin:40px 10%;
  width:80%;
  /*overflow:hidden;*/
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  border-left:1px solid #dfdfdf;
  background-color: #f8f8f8;
  position: relative;
}
.slidermachines-container .owl-item {
border-right:1px solid #dfdfdf;
background-color: white;
display: flex;
}

.slidermachines-container .machines-informations {
  text-align: center;
  /* padding: 40px 35px 20px; */
  border: 20px solid #ffffff;
  width: 100%;
}
.slidermachines-container .machines-informations img {
max-height: 115px;
min-height: 115px;
width: auto;
margin: 0 auto 30px;
}
.slidermachines-container .machines-informations h2 {
font-size: 1.125em;
color: #e74c3c;
font-weight: 700;
margin-bottom: 0;
}
.slidermachines-wrapper .customNavigation {
  position:absolute;
  top: 50%;
}



 .featGallery .item {
  opacity:0.4;
}
.nograbbing{
 cursor:grab;
 cursor: -webkit-grab;
 cursor:-moz-grab;
}

.cta {border-top: none;}
.gray-line  {   border-bottom: 1px solid #dfdfdf; }



