.mobile
  {
  display: none;
  }

@media all and (min-width: 1200px)
  {
  #timeline-static > div .date 
    {
    border-left: 1px solid #888;
    padding-left: 25px;
    }  

  #timeline-static > div .date::before 
    {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: -6.5px !important;
    top: 32px;
    border-radius: 100%;
    cursor: pointer;
    }
  }

@media all and (max-width: 768px)
  {
  body 
    {
    font-size: 16px;    
    max-width: 100%;
    overflow-x: hidden;
    }    
  
  body.single-cmodels
    {
    padding-top: 60px;  
    }

  body.single-cmodels h1
    {
    font-size: 20px;  
    }

  #nav-icon
    {
    top: 10px;
    left: 10px;  
    }
  
  #gpnavigation ul
    {
    margin-bottom: 30px;  
    }
    
  #gpnavigation ul li a
    {
    font-size: 20px;  
    }
    
  div#header.init img.logo    
    {
    top: 10px;
    height: 40px;  
    }
    
  .home-page-section
    {
    min-height: 260px;    
    }
  
  .home-page-section h3
    {
    font-size: 25px;
    margin-top: 20px;    
    -webkit-text-stroke: 1px black;
    }
  
  .home-page-section.where-to-buy
    {
    background-size: 100% auto;
    min-height: 200px;  
    }
    
  div.gp-models a 
    {
    font-size: 1.2em;  
    }  
    
  #timeline-static div.details-container
    {
    margin-left: 0;  
    }
    
  #timeline div.details-container h3, #timeline-static div.details-container h3
    {
    font-size: 16px;    
    }
  
  #timeline .date h2
    {
    font-size: 26px !important;
    writing-mode: vertical-lr;
    text-orientation: mixed;    
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

  #timeline div.active .date h2
    {
    font-size: 35px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    
  #timeline div .date::before 
    {
    z-index: 10;
    left: 93%;
    }
    
  #timeline div.active .date::before 
    {
    left: 87%;
    }
  }