::-webkit-scrollbar { 
    display: none; 
}

/* /Responsive adapt **********************************************************************************************************************************/

    @media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */

    }
    @media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
      .container{
        max-width: 80%;
        background-color: white;
      }

      .wid60{
        max-width: 60%;
        margin:auto;
      }

      .col.l12 {
        padding-top:1rem;
        padding-bottom: 1rem;
      }

    }

    @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    
    header h1,p{
      width:80%;
    }

    .col.l12 {
      padding-top:1rem;
      padding-bottom: 1rem;
    }

    .col.s6 {
      width: 30% !important;
    }

    .item {
      width: 80px !important;
      margin: 2rem 0 2rem 1.6rem !important;
    }

    .item img {
      height: 80px !important;
    }
      
    .row h2 {
      color: #555;
      margin-left: 2rem !important;
      font-size: 2.4rem;
    }

    .h-container {
      white-space: normal !important;
      width: 40%;
    }

    .actionbar-icon{
      margin: 1rem 1rem 0 !important;
    }

       
    }

    @media (min-width:1281px) { /* hi-res laptops and desktops */
      
      .col.l12 {
        padding-top:1rem;
        padding-bottom: 1rem;
      }

      .text-item p{
        margin-right: 20px;
        margin-left: 20px;
      }

    }
/* /Responsive adapt **********************************************************************************************************************************/


/*  Custom style **********************************************************************************************************************************/

    .card img{
    	margin-top:1rem;
    }

    small{
    	font-size: 1rem;
    	color: #bdbdbd;
    }

    a h3{
    	color:#555;
      white-space: pre-wrap;
    }

    .item h3{
    	font-size: 1rem;
    }

    .hero{
      width: 100%;
    }

    .hero h1{
      font-weight: 200;
      color:#555;
      margin:auto;
      background-color: #fff;
      text-align: center;
      padding:2rem 2rem 1rem;
    }

    .row h2{
      color:#555;
      margin-left: 1.5rem;
    }
     
    .h-container {
        width: 100%;
        height: auto;
        overflow:auto;
        margin-right: 0px;
        white-space: nowrap;
    }

    .first-item{
      margin-left: 0.5rem;
      }

    .item {
      vertical-align: top;
      width:70px;
      height: auto;
      margin: 0 0 1rem 1.5rem;
      display: inline-block;
    }

    .item img{
      height:70px;
    }

    .item-img{
      width:70px;
    }

    .row{
      margin-top:30px;
    }

    .first-row{
      margin-top:10px;
    }


    .m10{
      margin:0;
      padding: 0;
      line-height: 1.5;
    }

    .mt10{
      margin-top: 10px;
    }

    .m20{
      margin:10px 0 10px;
    }

    .grey-70{
      color:#555;
    }

    .grey-300{
      background-color: white;
    }

    .specs{
      cursor: pointer;
      float: left;
      font-size: 14px;
      line-height: 30px;
      padding-right: 8px;
    }

   .fixed-action-btn.horizontal ul li {
    display: inline-block;
    width: auto;
    }

    .mail{
      font-size: 1.1em;
    }

    .menu-item{
      font-size: 0.9em;
      color:lightgray;
    }

    .menu a:hover{
      background: none;
      color: black;
    }

    .long-text{
      color:#555;
      margin: auto;
      font-size: 1em;
      line-height: 1.5em;
      padding: 2em 2em 1em;
    }

    .high{
      font-size: 1.5em;
      line-height: 1.2em;
      font-weight: 600;
      color:#555;
      text-align: center;
    }

    .long-text li{
      padding-left: 1rem;
      font-size: 0.9em;
    }

    
    .strong{
      font-weight: 700 !important;
    }

    .title{
      font-size: 1.3em;
      font-weight: 400;
      color:#555;
      margin:0;
      background-color: #fff;
      text-align: center;
      padding:2rem 2rem 1rem;
    }

    .footer{
      padding-top: 1.5em;
      text-align: center;
    }

    .footer a{
      color:lightgray;
    }

    .customblue{
      background-color: #0997FF;
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .cta{
      margin-left:20px;
      border-radius: 40px;
    }
/*  /Custom style **********************************************************************************************************************************/